diff --git a/var/cache/dev/ContainerBNoZEh4.legacy b/var/cache/dev/ContainerBNoZEh4.legacy deleted file mode 100644 index e69de29b..00000000 diff --git a/var/cache/dev/ContainerBNoZEh4/DMD_LaLigaApi_KernelDevDebugContainer.php b/var/cache/dev/ContainerBNoZEh4/DMD_LaLigaApi_KernelDevDebugContainer.php deleted file mode 100644 index 04b2c1a3..00000000 --- a/var/cache/dev/ContainerBNoZEh4/DMD_LaLigaApi_KernelDevDebugContainer.php +++ /dev/null @@ -1,958 +0,0 @@ -targetDir = \dirname($containerDir); - $this->parameters = $this->getDefaultParameters(); - - $this->services = $this->privates = []; - $this->syntheticIds = [ - 'kernel' => true, - ]; - $this->methodMap = [ - 'event_dispatcher' => 'getEventDispatcherService', - 'http_kernel' => 'getHttpKernelService', - 'request_stack' => 'getRequestStackService', - 'router' => 'getRouterService', - ]; - $this->fileMap = [ - 'DMD\\LaLigaApi\\Controller\\LeagueController' => 'getLeagueControllerService', - 'DMD\\LaLigaApi\\Controller\\NotificationController' => 'getNotificationControllerService', - 'DMD\\LaLigaApi\\Controller\\SeasonController' => 'getSeasonControllerService', - 'DMD\\LaLigaApi\\Controller\\UserController' => 'getUserControllerService', - 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService', - 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService', - 'cache.app' => 'getCache_AppService', - 'cache.app_clearer' => 'getCache_AppClearerService', - 'cache.global_clearer' => 'getCache_GlobalClearerService', - 'cache.security_is_granted_attribute_expression_language' => 'getCache_SecurityIsGrantedAttributeExpressionLanguageService', - 'cache.system' => 'getCache_SystemService', - 'cache.system_clearer' => 'getCache_SystemClearerService', - 'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService', - 'cache_warmer' => 'getCacheWarmerService', - 'console.command_loader' => 'getConsole_CommandLoaderService', - 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService', - 'container.get_routing_condition_service' => 'getContainer_GetRoutingConditionServiceService', - 'debug.error_handler_configurator' => 'getDebug_ErrorHandlerConfiguratorService', - 'doctrine' => 'getDoctrineService', - 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService', - 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService', - 'error_controller' => 'getErrorControllerService', - 'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService', - 'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService', - 'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService', - 'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService', - 'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService', - 'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService', - 'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService', - 'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService', - 'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService', - 'routing.loader' => 'getRouting_LoaderService', - 'services_resetter' => 'getServicesResetterService', - ]; - $this->aliases = [ - 'DMD\\LaLigaApi\\Kernel' => 'kernel', - 'database_connection' => 'doctrine.dbal.default_connection', - 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager', - 'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json', - 'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default', - ]; - - $this->privates['service_container'] = static function ($container) { - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'event-dispatcher'.\DIRECTORY_SEPARATOR.'EventSubscriberInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'ResponseListener.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'LocaleListener.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'ValidateRequestListener.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'DisallowRobotsIndexingListener.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'ErrorListener.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'CacheAttributeListener.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'dependency-injection'.\DIRECTORY_SEPARATOR.'ParameterBag'.\DIRECTORY_SEPARATOR.'ParameterBagInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'dependency-injection'.\DIRECTORY_SEPARATOR.'ParameterBag'.\DIRECTORY_SEPARATOR.'ParameterBag.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'dependency-injection'.\DIRECTORY_SEPARATOR.'ParameterBag'.\DIRECTORY_SEPARATOR.'FrozenParameterBag.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'psr'.\DIRECTORY_SEPARATOR.'container'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'ContainerInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'dependency-injection'.\DIRECTORY_SEPARATOR.'ParameterBag'.\DIRECTORY_SEPARATOR.'ContainerBagInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'dependency-injection'.\DIRECTORY_SEPARATOR.'ParameterBag'.\DIRECTORY_SEPARATOR.'ContainerBag.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'runtime'.\DIRECTORY_SEPARATOR.'RunnerInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'runtime'.\DIRECTORY_SEPARATOR.'Runner'.\DIRECTORY_SEPARATOR.'Symfony'.\DIRECTORY_SEPARATOR.'HttpKernelRunner.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'runtime'.\DIRECTORY_SEPARATOR.'Runner'.\DIRECTORY_SEPARATOR.'Symfony'.\DIRECTORY_SEPARATOR.'ResponseRunner.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'runtime'.\DIRECTORY_SEPARATOR.'RuntimeInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'runtime'.\DIRECTORY_SEPARATOR.'GenericRuntime.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'runtime'.\DIRECTORY_SEPARATOR.'SymfonyRuntime.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'HttpKernelInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'TerminableInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'HttpKernel.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'Controller'.\DIRECTORY_SEPARATOR.'ControllerResolverInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'Controller'.\DIRECTORY_SEPARATOR.'TraceableControllerResolver.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'Controller'.\DIRECTORY_SEPARATOR.'ControllerResolver.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'Controller'.\DIRECTORY_SEPARATOR.'ContainerControllerResolver.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'framework-bundle'.\DIRECTORY_SEPARATOR.'Controller'.\DIRECTORY_SEPARATOR.'ControllerResolver.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'Controller'.\DIRECTORY_SEPARATOR.'ArgumentResolverInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'Controller'.\DIRECTORY_SEPARATOR.'TraceableArgumentResolver.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'Controller'.\DIRECTORY_SEPARATOR.'ArgumentResolver.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'ControllerMetadata'.\DIRECTORY_SEPARATOR.'ArgumentMetadataFactoryInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'ControllerMetadata'.\DIRECTORY_SEPARATOR.'ArgumentMetadataFactory.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'service-contracts'.\DIRECTORY_SEPARATOR.'ServiceProviderInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'service-contracts'.\DIRECTORY_SEPARATOR.'ServiceLocatorTrait.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'dependency-injection'.\DIRECTORY_SEPARATOR.'ServiceLocator.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-foundation'.\DIRECTORY_SEPARATOR.'RequestStack.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'LocaleAwareListener.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'DebugHandlersListener.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'service-contracts'.\DIRECTORY_SEPARATOR.'ResetInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'stopwatch'.\DIRECTORY_SEPARATOR.'Stopwatch.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'routing'.\DIRECTORY_SEPARATOR.'RequestContext.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'RouterListener.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'AbstractSessionListener.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'SessionListener.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Authorization'.\DIRECTORY_SEPARATOR.'AuthorizationCheckerInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Authorization'.\DIRECTORY_SEPARATOR.'AuthorizationChecker.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Authentication'.\DIRECTORY_SEPARATOR.'Token'.\DIRECTORY_SEPARATOR.'Storage'.\DIRECTORY_SEPARATOR.'TokenStorageInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'service-contracts'.\DIRECTORY_SEPARATOR.'ServiceSubscriberInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Authentication'.\DIRECTORY_SEPARATOR.'Token'.\DIRECTORY_SEPARATOR.'Storage'.\DIRECTORY_SEPARATOR.'UsageTrackingTokenStorage.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Authentication'.\DIRECTORY_SEPARATOR.'Token'.\DIRECTORY_SEPARATOR.'Storage'.\DIRECTORY_SEPARATOR.'TokenStorage.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Authentication'.\DIRECTORY_SEPARATOR.'AuthenticationTrustResolverInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Authentication'.\DIRECTORY_SEPARATOR.'AuthenticationTrustResolver.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-http'.\DIRECTORY_SEPARATOR.'FirewallMapInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-bundle'.\DIRECTORY_SEPARATOR.'Security'.\DIRECTORY_SEPARATOR.'FirewallMap.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-http'.\DIRECTORY_SEPARATOR.'Logout'.\DIRECTORY_SEPARATOR.'LogoutUrlGenerator.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-http'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'IsGrantedAttributeListener.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Authorization'.\DIRECTORY_SEPARATOR.'AccessDecisionManagerInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Authorization'.\DIRECTORY_SEPARATOR.'TraceableAccessDecisionManager.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Authorization'.\DIRECTORY_SEPARATOR.'AccessDecisionManager.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Authorization'.\DIRECTORY_SEPARATOR.'Strategy'.\DIRECTORY_SEPARATOR.'AccessDecisionStrategyInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Authorization'.\DIRECTORY_SEPARATOR.'Strategy'.\DIRECTORY_SEPARATOR.'AffirmativeStrategy.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-http'.\DIRECTORY_SEPARATOR.'Firewall.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-bundle'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'FirewallListener.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-bundle'.\DIRECTORY_SEPARATOR.'Debug'.\DIRECTORY_SEPARATOR.'TraceableFirewallListener.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-http'.\DIRECTORY_SEPARATOR.'Firewall'.\DIRECTORY_SEPARATOR.'FirewallListenerInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-http'.\DIRECTORY_SEPARATOR.'Firewall'.\DIRECTORY_SEPARATOR.'AbstractListener.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-http'.\DIRECTORY_SEPARATOR.'Firewall'.\DIRECTORY_SEPARATOR.'ContextListener.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'nelmio'.\DIRECTORY_SEPARATOR.'cors-bundle'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'CorsListener.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'nelmio'.\DIRECTORY_SEPARATOR.'cors-bundle'.\DIRECTORY_SEPARATOR.'Options'.\DIRECTORY_SEPARATOR.'ResolverInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'nelmio'.\DIRECTORY_SEPARATOR.'cors-bundle'.\DIRECTORY_SEPARATOR.'Options'.\DIRECTORY_SEPARATOR.'Resolver.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'nelmio'.\DIRECTORY_SEPARATOR.'cors-bundle'.\DIRECTORY_SEPARATOR.'Options'.\DIRECTORY_SEPARATOR.'ProviderInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'nelmio'.\DIRECTORY_SEPARATOR.'cors-bundle'.\DIRECTORY_SEPARATOR.'Options'.\DIRECTORY_SEPARATOR.'ConfigProvider.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'nelmio'.\DIRECTORY_SEPARATOR.'cors-bundle'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'CacheableResponseVaryListener.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'psr'.\DIRECTORY_SEPARATOR.'log'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'LoggerInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'psr'.\DIRECTORY_SEPARATOR.'log'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'LoggerTrait.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'psr'.\DIRECTORY_SEPARATOR.'log'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'AbstractLogger.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'Log'.\DIRECTORY_SEPARATOR.'DebugLoggerInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'Log'.\DIRECTORY_SEPARATOR.'Logger.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'psr'.\DIRECTORY_SEPARATOR.'event-dispatcher'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'EventDispatcherInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'event-dispatcher-contracts'.\DIRECTORY_SEPARATOR.'EventDispatcherInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'event-dispatcher'.\DIRECTORY_SEPARATOR.'EventDispatcherInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'event-dispatcher'.\DIRECTORY_SEPARATOR.'Debug'.\DIRECTORY_SEPARATOR.'TraceableEventDispatcher.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'event-dispatcher'.\DIRECTORY_SEPARATOR.'EventDispatcher.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'routing'.\DIRECTORY_SEPARATOR.'RequestContextAwareInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'routing'.\DIRECTORY_SEPARATOR.'Matcher'.\DIRECTORY_SEPARATOR.'UrlMatcherInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'routing'.\DIRECTORY_SEPARATOR.'Generator'.\DIRECTORY_SEPARATOR.'UrlGeneratorInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'routing'.\DIRECTORY_SEPARATOR.'RouterInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'routing'.\DIRECTORY_SEPARATOR.'Matcher'.\DIRECTORY_SEPARATOR.'RequestMatcherInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'routing'.\DIRECTORY_SEPARATOR.'Router.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'CacheWarmer'.\DIRECTORY_SEPARATOR.'WarmableInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'framework-bundle'.\DIRECTORY_SEPARATOR.'Routing'.\DIRECTORY_SEPARATOR.'Router.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'config'.\DIRECTORY_SEPARATOR.'ConfigCacheFactoryInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'config'.\DIRECTORY_SEPARATOR.'ResourceCheckerConfigCacheFactory.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'Debug'.\DIRECTORY_SEPARATOR.'TraceableEventDispatcher.php'; - }; - } - - public function compile(): void - { - throw new LogicException('You cannot compile a dumped container that was already compiled.'); - } - - public function isCompiled(): bool - { - return true; - } - - public function getRemovedIds(): array - { - return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php'; - } - - protected function load($file, $lazyLoad = true): mixed - { - if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) { - return $class::do($this, $lazyLoad); - } - - if ('.' === $file[-4]) { - $class = substr($class, 0, -4); - } else { - $file .= '.php'; - } - - $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file; - - return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service; - } - - protected function createProxy($class, \Closure $factory) - { - class_exists($class, false) || require __DIR__.'/'.$class.'.php'; - - return $factory(); - } - - /** - * Gets the public 'event_dispatcher' shared service. - * - * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher - */ - protected static function getEventDispatcherService($container) - { - $container->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true)), ($container->privates['logger'] ?? self::getLoggerService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack())); - - $instance->addListener('kernel.exception', [#[\Closure(name: 'DMD\\LaLigaApi\\Exception\\ExceptionListener')] fn () => ($container->privates['DMD\\LaLigaApi\\Exception\\ExceptionListener'] ?? $container->load('getExceptionListenerService')), 'onKernelException'], 0); - $instance->addListener('lexik_jwt_authentication.on_authentication_success', [#[\Closure(name: 'DMD\\LaLigaApi\\Service\\User\\Handlers\\login\\AuthenticationSuccessListener')] fn () => ($container->privates['DMD\\LaLigaApi\\Service\\User\\Handlers\\login\\AuthenticationSuccessListener'] ??= new \DMD\LaLigaApi\Service\User\Handlers\login\AuthenticationSuccessListener()), 'onAuthenticationSuccessResponse'], 0); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [#[\Closure(name: 'security.listener.user_provider', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener')] fn () => ($container->privates['security.listener.user_provider'] ?? $container->load('getSecurity_Listener_UserProviderService')), 'checkPassport'], 1024); - $instance->addListener('kernel.response', [#[\Closure(name: 'security.context_listener.0', class: 'Symfony\\Component\\Security\\Http\\Firewall\\ContextListener')] fn () => ($container->privates['security.context_listener.0'] ?? self::getSecurity_ContextListener_0Service($container)), 'onKernelResponse'], 0); - $instance->addListener('kernel.request', [#[\Closure(name: 'nelmio_cors.cors_listener', class: 'Nelmio\\CorsBundle\\EventListener\\CorsListener')] fn () => ($container->privates['nelmio_cors.cors_listener'] ?? self::getNelmioCors_CorsListenerService($container)), 'onKernelRequest'], 250); - $instance->addListener('kernel.response', [#[\Closure(name: 'nelmio_cors.cors_listener', class: 'Nelmio\\CorsBundle\\EventListener\\CorsListener')] fn () => ($container->privates['nelmio_cors.cors_listener'] ?? self::getNelmioCors_CorsListenerService($container)), 'onKernelResponse'], 0); - $instance->addListener('kernel.response', [#[\Closure(name: 'nelmio_cors.cacheable_response_vary_listener', class: 'Nelmio\\CorsBundle\\EventListener\\CacheableResponseVaryListener')] fn () => ($container->privates['nelmio_cors.cacheable_response_vary_listener'] ??= new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()), 'onResponse'], -10); - $instance->addListener('kernel.response', [#[\Closure(name: 'response_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener')] fn () => ($container->privates['response_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)), 'onKernelResponse'], 0); - $instance->addListener('kernel.request', [#[\Closure(name: 'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] fn () => ($container->privates['locale_listener'] ?? self::getLocaleListenerService($container)), 'setDefaultLocale'], 100); - $instance->addListener('kernel.request', [#[\Closure(name: 'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] fn () => ($container->privates['locale_listener'] ?? self::getLocaleListenerService($container)), 'onKernelRequest'], 16); - $instance->addListener('kernel.finish_request', [#[\Closure(name: 'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] fn () => ($container->privates['locale_listener'] ?? self::getLocaleListenerService($container)), 'onKernelFinishRequest'], 0); - $instance->addListener('kernel.request', [#[\Closure(name: 'validate_request_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener')] fn () => ($container->privates['validate_request_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()), 'onKernelRequest'], 256); - $instance->addListener('kernel.response', [#[\Closure(name: 'disallow_search_engine_index_response_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener')] fn () => ($container->privates['disallow_search_engine_index_response_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()), 'onResponse'], -255); - $instance->addListener('kernel.controller_arguments', [#[\Closure(name: 'exception_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener')] fn () => ($container->privates['exception_listener'] ?? self::getExceptionListener2Service($container)), 'onControllerArguments'], 0); - $instance->addListener('kernel.exception', [#[\Closure(name: 'exception_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener')] fn () => ($container->privates['exception_listener'] ?? self::getExceptionListener2Service($container)), 'logKernelException'], 0); - $instance->addListener('kernel.exception', [#[\Closure(name: 'exception_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener')] fn () => ($container->privates['exception_listener'] ?? self::getExceptionListener2Service($container)), 'onKernelException'], -128); - $instance->addListener('kernel.response', [#[\Closure(name: 'exception_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener')] fn () => ($container->privates['exception_listener'] ?? self::getExceptionListener2Service($container)), 'removeCspHeader'], -128); - $instance->addListener('kernel.controller_arguments', [#[\Closure(name: 'controller.cache_attribute_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener')] fn () => ($container->privates['controller.cache_attribute_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\CacheAttributeListener()), 'onKernelControllerArguments'], 10); - $instance->addListener('kernel.response', [#[\Closure(name: 'controller.cache_attribute_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener')] fn () => ($container->privates['controller.cache_attribute_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\CacheAttributeListener()), 'onKernelResponse'], -10); - $instance->addListener('kernel.request', [#[\Closure(name: 'locale_aware_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener')] fn () => ($container->privates['locale_aware_listener'] ?? self::getLocaleAwareListenerService($container)), 'onKernelRequest'], 15); - $instance->addListener('kernel.finish_request', [#[\Closure(name: 'locale_aware_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener')] fn () => ($container->privates['locale_aware_listener'] ?? self::getLocaleAwareListenerService($container)), 'onKernelFinishRequest'], -15); - $instance->addListener('console.error', [#[\Closure(name: 'console.error_listener', class: 'Symfony\\Component\\Console\\EventListener\\ErrorListener')] fn () => ($container->privates['console.error_listener'] ?? $container->load('getConsole_ErrorListenerService')), 'onConsoleError'], -128); - $instance->addListener('console.terminate', [#[\Closure(name: 'console.error_listener', class: 'Symfony\\Component\\Console\\EventListener\\ErrorListener')] fn () => ($container->privates['console.error_listener'] ?? $container->load('getConsole_ErrorListenerService')), 'onConsoleTerminate'], -128); - $instance->addListener('console.error', [#[\Closure(name: 'console.suggest_missing_package_subscriber', class: 'Symfony\\Bundle\\FrameworkBundle\\EventListener\\SuggestMissingPackageSubscriber')] fn () => ($container->privates['console.suggest_missing_package_subscriber'] ??= new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()), 'onConsoleError'], 0); - $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [#[\Closure(name: 'mailer.envelope_listener', class: 'Symfony\\Component\\Mailer\\EventListener\\EnvelopeListener')] fn () => ($container->privates['mailer.envelope_listener'] ??= new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)), 'onMessage'], -255); - $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [#[\Closure(name: 'mailer.message_logger_listener', class: 'Symfony\\Component\\Mailer\\EventListener\\MessageLoggerListener')] fn () => ($container->privates['mailer.message_logger_listener'] ??= new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()), 'onMessage'], -255); - $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [#[\Closure(name: 'mailer.messenger_transport_listener', class: 'Symfony\\Component\\Mailer\\EventListener\\MessengerTransportListener')] fn () => ($container->privates['mailer.messenger_transport_listener'] ??= new \Symfony\Component\Mailer\EventListener\MessengerTransportListener()), 'onMessage'], 0); - $instance->addListener('kernel.request', [#[\Closure(name: 'debug.debug_handlers_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener')] fn () => ($container->privates['debug.debug_handlers_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener()), 'configure'], 2048); - $instance->addListener('console.command', [#[\Closure(name: 'debug.debug_handlers_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener')] fn () => ($container->privates['debug.debug_handlers_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener()), 'configure'], 2048); - $instance->addListener('kernel.request', [#[\Closure(name: 'router_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener')] fn () => ($container->privates['router_listener'] ?? self::getRouterListenerService($container)), 'onKernelRequest'], 32); - $instance->addListener('kernel.finish_request', [#[\Closure(name: 'router_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener')] fn () => ($container->privates['router_listener'] ?? self::getRouterListenerService($container)), 'onKernelFinishRequest'], 0); - $instance->addListener('kernel.exception', [#[\Closure(name: 'router_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener')] fn () => ($container->privates['router_listener'] ?? self::getRouterListenerService($container)), 'onKernelException'], -64); - $instance->addListener('kernel.request', [#[\Closure(name: 'session_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener')] fn () => ($container->privates['session_listener'] ?? self::getSessionListenerService($container)), 'onKernelRequest'], 128); - $instance->addListener('kernel.response', [#[\Closure(name: 'session_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener')] fn () => ($container->privates['session_listener'] ?? self::getSessionListenerService($container)), 'onKernelResponse'], -1000); - $instance->addListener('console.error', [#[\Closure(name: 'maker.console_error_listener', class: 'Symfony\\Bundle\\MakerBundle\\Event\\ConsoleErrorSubscriber')] fn () => ($container->privates['maker.console_error_listener'] ??= new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()), 'onConsoleError'], 0); - $instance->addListener('console.terminate', [#[\Closure(name: 'maker.console_error_listener', class: 'Symfony\\Bundle\\MakerBundle\\Event\\ConsoleErrorSubscriber')] fn () => ($container->privates['maker.console_error_listener'] ??= new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()), 'onConsoleTerminate'], 0); - $instance->addListener('kernel.controller_arguments', [#[\Closure(name: 'controller.is_granted_attribute_listener', class: 'Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener')] fn () => ($container->privates['controller.is_granted_attribute_listener'] ?? self::getController_IsGrantedAttributeListenerService($container)), 'onKernelControllerArguments'], 20); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [#[\Closure(name: 'security.listener.check_authenticator_credentials', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener')] fn () => ($container->privates['security.listener.check_authenticator_credentials'] ?? $container->load('getSecurity_Listener_CheckAuthenticatorCredentialsService')), 'checkPassport'], 0); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [#[\Closure(name: 'security.listener.password_migrating', class: 'Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener')] fn () => ($container->privates['security.listener.password_migrating'] ?? $container->load('getSecurity_Listener_PasswordMigratingService')), 'onLoginSuccess'], 0); - $instance->addListener('debug.security.authorization.vote', [#[\Closure(name: 'debug.security.voter.vote_listener', class: 'Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener')] fn () => ($container->privates['debug.security.voter.vote_listener'] ?? $container->load('getDebug_Security_Voter_VoteListenerService')), 'onVoterVote'], 0); - $instance->addListener('kernel.request', [#[\Closure(name: 'debug.security.firewall', class: 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener')] fn () => ($container->privates['debug.security.firewall'] ?? self::getDebug_Security_FirewallService($container)), 'configureLogoutUrlGenerator'], 8); - $instance->addListener('kernel.request', [#[\Closure(name: 'debug.security.firewall', class: 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener')] fn () => ($container->privates['debug.security.firewall'] ?? self::getDebug_Security_FirewallService($container)), 'onKernelRequest'], 8); - $instance->addListener('kernel.finish_request', [#[\Closure(name: 'debug.security.firewall', class: 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener')] fn () => ($container->privates['debug.security.firewall'] ?? self::getDebug_Security_FirewallService($container)), 'onKernelFinishRequest'], 0); - $instance->addListener('kernel.view', [#[\Closure(name: 'controller.template_attribute_listener', class: 'Symfony\\Bridge\\Twig\\EventListener\\TemplateAttributeListener')] fn () => ($container->privates['controller.template_attribute_listener'] ?? $container->load('getController_TemplateAttributeListenerService')), 'onKernelView'], -128); - $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [#[\Closure(name: 'twig.mailer.message_listener', class: 'Symfony\\Component\\Mailer\\EventListener\\MessageListener')] fn () => ($container->privates['twig.mailer.message_listener'] ?? $container->load('getTwig_Mailer_MessageListenerService')), 'onMessage'], 0); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [#[\Closure(name: 'security.listener.csrf_protection', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener')] fn () => ($container->privates['security.listener.csrf_protection'] ?? $container->load('getSecurity_Listener_CsrfProtectionService')), 'checkPassport'], 512); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [#[\Closure(name: 'security.logout.listener.csrf_token_clearing', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfTokenClearingLogoutListener')] fn () => ($container->privates['security.logout.listener.csrf_token_clearing'] ?? $container->load('getSecurity_Logout_Listener_CsrfTokenClearingService')), 'onLogout'], 0); - - return $instance; - } - - /** - * Gets the public 'http_kernel' shared service. - * - * @return \Symfony\Component\HttpKernel\HttpKernel - */ - protected static function getHttpKernelService($container) - { - $a = ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)); - - if (isset($container->services['http_kernel'])) { - return $container->services['http_kernel']; - } - $b = ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true)); - - return $container->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($container, ($container->privates['logger'] ?? self::getLoggerService($container))), $b), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['.debug.value_resolver.security.user_value_resolver'] ?? $container->load('get_Debug_ValueResolver_Security_UserValueResolverService')); - yield 1 => ($container->privates['.debug.value_resolver.security.security_token_value_resolver'] ?? $container->load('get_Debug_ValueResolver_Security_SecurityTokenValueResolverService')); - yield 2 => ($container->privates['.debug.value_resolver.doctrine.orm.entity_value_resolver'] ?? $container->load('get_Debug_ValueResolver_Doctrine_Orm_EntityValueResolverService')); - yield 3 => ($container->privates['.debug.value_resolver.argument_resolver.backed_enum_resolver'] ?? $container->load('get_Debug_ValueResolver_ArgumentResolver_BackedEnumResolverService')); - yield 4 => ($container->privates['.debug.value_resolver.argument_resolver.datetime'] ?? $container->load('get_Debug_ValueResolver_ArgumentResolver_DatetimeService')); - yield 5 => ($container->privates['.debug.value_resolver.argument_resolver.request_attribute'] ?? $container->load('get_Debug_ValueResolver_ArgumentResolver_RequestAttributeService')); - yield 6 => ($container->privates['.debug.value_resolver.argument_resolver.request'] ?? $container->load('get_Debug_ValueResolver_ArgumentResolver_RequestService')); - yield 7 => ($container->privates['.debug.value_resolver.argument_resolver.session'] ?? $container->load('get_Debug_ValueResolver_ArgumentResolver_SessionService')); - yield 8 => ($container->privates['.debug.value_resolver.argument_resolver.service'] ?? $container->load('get_Debug_ValueResolver_ArgumentResolver_ServiceService')); - yield 9 => ($container->privates['.debug.value_resolver.argument_resolver.default'] ?? $container->load('get_Debug_ValueResolver_ArgumentResolver_DefaultService')); - yield 10 => ($container->privates['.debug.value_resolver.argument_resolver.variadic'] ?? $container->load('get_Debug_ValueResolver_ArgumentResolver_VariadicService')); - yield 11 => ($container->privates['.debug.value_resolver.argument_resolver.not_tagged_controller'] ?? $container->load('get_Debug_ValueResolver_ArgumentResolver_NotTaggedControllerService')); - }, 12), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'Symfony\\Bridge\\Doctrine\\ArgumentResolver\\EntityValueResolver' => ['privates', '.debug.value_resolver.doctrine.orm.entity_value_resolver', 'get_Debug_ValueResolver_Doctrine_Orm_EntityValueResolverService', true], - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\BackedEnumValueResolver' => ['privates', '.debug.value_resolver.argument_resolver.backed_enum_resolver', 'get_Debug_ValueResolver_ArgumentResolver_BackedEnumResolverService', true], - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\DateTimeValueResolver' => ['privates', '.debug.value_resolver.argument_resolver.datetime', 'get_Debug_ValueResolver_ArgumentResolver_DatetimeService', true], - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\DefaultValueResolver' => ['privates', '.debug.value_resolver.argument_resolver.default', 'get_Debug_ValueResolver_ArgumentResolver_DefaultService', true], - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\QueryParameterValueResolver' => ['privates', '.debug.value_resolver.argument_resolver.query_parameter_value_resolver', 'get_Debug_ValueResolver_ArgumentResolver_QueryParameterValueResolverService', true], - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestAttributeValueResolver' => ['privates', '.debug.value_resolver.argument_resolver.request_attribute', 'get_Debug_ValueResolver_ArgumentResolver_RequestAttributeService', true], - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestPayloadValueResolver' => ['privates', '.debug.value_resolver.argument_resolver.request_payload', 'get_Debug_ValueResolver_ArgumentResolver_RequestPayloadService', true], - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestValueResolver' => ['privates', '.debug.value_resolver.argument_resolver.request', 'get_Debug_ValueResolver_ArgumentResolver_RequestService', true], - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\ServiceValueResolver' => ['privates', '.debug.value_resolver.argument_resolver.service', 'get_Debug_ValueResolver_ArgumentResolver_ServiceService', true], - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\SessionValueResolver' => ['privates', '.debug.value_resolver.argument_resolver.session', 'get_Debug_ValueResolver_ArgumentResolver_SessionService', true], - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\VariadicValueResolver' => ['privates', '.debug.value_resolver.argument_resolver.variadic', 'get_Debug_ValueResolver_ArgumentResolver_VariadicService', true], - 'Symfony\\Component\\Security\\Http\\Controller\\SecurityTokenValueResolver' => ['privates', '.debug.value_resolver.security.security_token_value_resolver', 'get_Debug_ValueResolver_Security_SecurityTokenValueResolverService', true], - 'Symfony\\Component\\Security\\Http\\Controller\\UserValueResolver' => ['privates', '.debug.value_resolver.security.user_value_resolver', 'get_Debug_ValueResolver_Security_UserValueResolverService', true], - 'argument_resolver.not_tagged_controller' => ['privates', '.debug.value_resolver.argument_resolver.not_tagged_controller', 'get_Debug_ValueResolver_ArgumentResolver_NotTaggedControllerService', true], - ], [ - 'Symfony\\Bridge\\Doctrine\\ArgumentResolver\\EntityValueResolver' => '?', - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\BackedEnumValueResolver' => '?', - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\DateTimeValueResolver' => '?', - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\DefaultValueResolver' => '?', - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\QueryParameterValueResolver' => '?', - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestAttributeValueResolver' => '?', - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestPayloadValueResolver' => '?', - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestValueResolver' => '?', - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\ServiceValueResolver' => '?', - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\SessionValueResolver' => '?', - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\VariadicValueResolver' => '?', - 'Symfony\\Component\\Security\\Http\\Controller\\SecurityTokenValueResolver' => '?', - 'Symfony\\Component\\Security\\Http\\Controller\\UserValueResolver' => '?', - 'argument_resolver.not_tagged_controller' => '?', - ])), $b), true); - } - - /** - * Gets the public 'request_stack' shared service. - * - * @return \Symfony\Component\HttpFoundation\RequestStack - */ - protected static function getRequestStackService($container) - { - return $container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack(); - } - - /** - * Gets the public 'router' shared service. - * - * @return \Symfony\Bundle\FrameworkBundle\Routing\Router - */ - protected static function getRouterService($container) - { - $container->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true], - ], [ - 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface', - ]))->withContext('router.default', $container), 'kernel::loadRoutes', ['cache_dir' => $container->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'], ($container->privates['router.request_context'] ?? self::getRouter_RequestContextService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)), ($container->privates['logger'] ?? self::getLoggerService($container)), 'en'); - - $instance->setConfigCacheFactory(new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['dependency_injection.config.container_parameters_resource_checker'] ??= new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($container)); - yield 1 => ($container->privates['config.resource.self_checking_resource_checker'] ??= new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()); - }, 2))); - - return $instance; - } - - /** - * Gets the private '.service_locator.dsdSIIc' shared service. - * - * @return \Symfony\Component\DependencyInjection\ServiceLocator - */ - protected static function get_ServiceLocator_DsdSIIcService($container) - { - return $container->privates['.service_locator.dsdSIIc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'security.firewall.map.context.api' => ['privates', 'security.firewall.map.context.api', 'getSecurity_Firewall_Map_Context_ApiService', true], - 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true], - 'security.firewall.map.context.login' => ['privates', 'security.firewall.map.context.login', 'getSecurity_Firewall_Map_Context_LoginService', true], - 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true], - ], [ - 'security.firewall.map.context.api' => '?', - 'security.firewall.map.context.dev' => '?', - 'security.firewall.map.context.login' => '?', - 'security.firewall.map.context.main' => '?', - ]); - } - - /** - * Gets the private 'controller.is_granted_attribute_listener' shared service. - * - * @return \Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener - */ - protected static function getController_IsGrantedAttributeListenerService($container) - { - $a = ($container->privates['security.authorization_checker'] ?? self::getSecurity_AuthorizationCheckerService($container)); - - if (isset($container->privates['controller.is_granted_attribute_listener'])) { - return $container->privates['controller.is_granted_attribute_listener']; - } - - return $container->privates['controller.is_granted_attribute_listener'] = new \Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener($a, NULL); - } - - /** - * Gets the private 'debug.security.access.decision_manager' shared service. - * - * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager - */ - protected static function getDebug_Security_Access_DecisionManagerService($container) - { - return $container->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['.debug.security.voter.security.access.authenticated_voter'] ?? $container->load('get_Debug_Security_Voter_Security_Access_AuthenticatedVoterService')); - yield 1 => ($container->privates['.debug.security.voter.security.access.simple_role_voter'] ?? $container->load('get_Debug_Security_Voter_Security_Access_SimpleRoleVoterService')); - }, 2), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false))); - } - - /** - * Gets the private 'debug.security.event_dispatcher.main' shared service. - * - * @return \Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher - */ - protected static function getDebug_Security_EventDispatcher_MainService($container) - { - $container->privates['debug.security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true)), ($container->privates['logger'] ?? self::getLoggerService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack())); - - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [#[\Closure(name: 'security.listener.main.user_provider', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener')] fn () => ($container->privates['security.listener.main.user_provider'] ?? $container->load('getSecurity_Listener_Main_UserProviderService')), 'checkPassport'], 2048); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [#[\Closure(name: 'security.listener.session.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\SessionStrategyListener')] fn () => ($container->privates['security.listener.session.main'] ?? $container->load('getSecurity_Listener_Session_MainService')), 'onSuccessfulLogin'], 0); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [#[\Closure(name: 'security.listener.user_checker.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener')] fn () => ($container->privates['security.listener.user_checker.main'] ?? $container->load('getSecurity_Listener_UserChecker_MainService')), 'preCheckCredentials'], 256); - $instance->addListener('security.authentication.success', [#[\Closure(name: 'security.listener.user_checker.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener')] fn () => ($container->privates['security.listener.user_checker.main'] ?? $container->load('getSecurity_Listener_UserChecker_MainService')), 'postCheckCredentials'], 256); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [#[\Closure(name: 'security.listener.user_provider', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener')] fn () => ($container->privates['security.listener.user_provider'] ?? $container->load('getSecurity_Listener_UserProviderService')), 'checkPassport'], 1024); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [#[\Closure(name: 'security.listener.check_authenticator_credentials', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener')] fn () => ($container->privates['security.listener.check_authenticator_credentials'] ?? $container->load('getSecurity_Listener_CheckAuthenticatorCredentialsService')), 'checkPassport'], 0); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [#[\Closure(name: 'security.listener.password_migrating', class: 'Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener')] fn () => ($container->privates['security.listener.password_migrating'] ?? $container->load('getSecurity_Listener_PasswordMigratingService')), 'onLoginSuccess'], 0); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [#[\Closure(name: 'security.listener.csrf_protection', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener')] fn () => ($container->privates['security.listener.csrf_protection'] ?? $container->load('getSecurity_Listener_CsrfProtectionService')), 'checkPassport'], 512); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [#[\Closure(name: 'security.logout.listener.csrf_token_clearing', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfTokenClearingLogoutListener')] fn () => ($container->privates['security.logout.listener.csrf_token_clearing'] ?? $container->load('getSecurity_Logout_Listener_CsrfTokenClearingService')), 'onLogout'], 0); - - return $instance; - } - - /** - * Gets the private 'debug.security.firewall' shared service. - * - * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener - */ - protected static function getDebug_Security_FirewallService($container) - { - $a = ($container->privates['security.firewall.map'] ?? self::getSecurity_Firewall_MapService($container)); - - if (isset($container->privates['debug.security.firewall'])) { - return $container->privates['debug.security.firewall']; - } - $b = ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)); - - if (isset($container->privates['debug.security.firewall'])) { - return $container->privates['debug.security.firewall']; - } - - return $container->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($container->privates['security.logout_url_generator'] ?? self::getSecurity_LogoutUrlGeneratorService($container))); - } - - /** - * Gets the private 'exception_listener' shared service. - * - * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener - */ - protected static function getExceptionListener2Service($container) - { - return $container->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($container->privates['logger'] ?? self::getLoggerService($container)), true, []); - } - - /** - * Gets the private 'locale_aware_listener' shared service. - * - * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener - */ - protected static function getLocaleAwareListenerService($container) - { - return $container->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['slugger'] ??= new \Symfony\Component\String\Slugger\AsciiSlugger('en')); - }, 1), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack())); - } - - /** - * Gets the private 'locale_listener' shared service. - * - * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener - */ - protected static function getLocaleListenerService($container) - { - return $container->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), 'en', ($container->services['router'] ?? self::getRouterService($container)), false, []); - } - - /** - * Gets the private 'logger' shared service. - * - * @return \Symfony\Component\HttpKernel\Log\Logger - */ - protected static function getLoggerService($container) - { - return $container->privates['logger'] = new \Symfony\Component\HttpKernel\Log\Logger(NULL, NULL, NULL, ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack())); - } - - /** - * Gets the private 'nelmio_cors.cors_listener' shared service. - * - * @return \Nelmio\CorsBundle\EventListener\CorsListener - */ - protected static function getNelmioCors_CorsListenerService($container) - { - return $container->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([new \Nelmio\CorsBundle\Options\ConfigProvider($container->parameters['nelmio_cors.map'], $container->parameters['nelmio_cors.defaults'])])); - } - - /** - * Gets the private 'parameter_bag' shared service. - * - * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag - */ - protected static function getParameterBagService($container) - { - return $container->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container); - } - - /** - * Gets the private 'router.request_context' shared service. - * - * @return \Symfony\Component\Routing\RequestContext - */ - protected static function getRouter_RequestContextService($container) - { - return $container->privates['router.request_context'] = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443); - } - - /** - * Gets the private 'router_listener' shared service. - * - * @return \Symfony\Component\HttpKernel\EventListener\RouterListener - */ - protected static function getRouterListenerService($container) - { - return $container->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($container->services['router'] ?? self::getRouterService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->privates['router.request_context'] ?? self::getRouter_RequestContextService($container)), ($container->privates['logger'] ?? self::getLoggerService($container)), \dirname(__DIR__, 4), true); - } - - /** - * Gets the private 'security.authorization_checker' shared service. - * - * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker - */ - protected static function getSecurity_AuthorizationCheckerService($container) - { - $a = ($container->privates['debug.security.access.decision_manager'] ?? self::getDebug_Security_Access_DecisionManagerService($container)); - - if (isset($container->privates['security.authorization_checker'])) { - return $container->privates['security.authorization_checker']; - } - - return $container->privates['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), $a, false, false); - } - - /** - * Gets the private 'security.context_listener.0' shared service. - * - * @return \Symfony\Component\Security\Http\Firewall\ContextListener - */ - protected static function getSecurity_ContextListener_0Service($container) - { - return $container->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($container->privates['security.untracked_token_storage'] ??= new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()), new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['security.user.provider.concrete.app_user_provider'] ?? $container->load('getSecurity_User_Provider_Concrete_AppUserProviderService')); - }, 1), 'main', ($container->privates['logger'] ?? self::getLoggerService($container)), ($container->privates['debug.security.event_dispatcher.main'] ?? self::getDebug_Security_EventDispatcher_MainService($container)), ($container->privates['security.authentication.trust_resolver'] ??= new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()), [($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), 'enableUsageTracking']); - } - - /** - * Gets the private 'security.firewall.map' shared service. - * - * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap - */ - protected static function getSecurity_Firewall_MapService($container) - { - $a = ($container->privates['.service_locator.dsdSIIc'] ?? self::get_ServiceLocator_DsdSIIcService($container)); - - if (isset($container->privates['security.firewall.map'])) { - return $container->privates['security.firewall.map']; - } - - return $container->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () use ($container) { - yield 'security.firewall.map.context.login' => ($container->privates['.security.request_matcher.0QxrXJt'] ?? $container->load('get_Security_RequestMatcher_0QxrXJtService')); - yield 'security.firewall.map.context.api' => ($container->privates['.security.request_matcher.vhy2oy3'] ?? $container->load('get_Security_RequestMatcher_Vhy2oy3Service')); - yield 'security.firewall.map.context.dev' => ($container->privates['.security.request_matcher.kLbKLHa'] ?? $container->load('get_Security_RequestMatcher_KLbKLHaService')); - yield 'security.firewall.map.context.main' => NULL; - }, 4)); - } - - /** - * Gets the private 'security.logout_url_generator' shared service. - * - * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator - */ - protected static function getSecurity_LogoutUrlGeneratorService($container) - { - return $container->privates['security.logout_url_generator'] = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->services['router'] ?? self::getRouterService($container)), ($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container))); - } - - /** - * Gets the private 'security.token_storage' shared service. - * - * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage - */ - protected static function getSecurity_TokenStorageService($container) - { - return $container->privates['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($container->privates['security.untracked_token_storage'] ??= new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false], - ], [ - 'request_stack' => '?', - ])); - } - - /** - * Gets the private 'session_listener' shared service. - * - * @return \Symfony\Component\HttpKernel\EventListener\SessionListener - */ - protected static function getSessionListenerService($container) - { - return $container->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'logger' => ['privates', 'logger', 'getLoggerService', false], - 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', true], - ], [ - 'logger' => '?', - 'session_factory' => '?', - ]), true, $container->parameters['session.storage.options']); - } - - public function getParameter(string $name): array|bool|string|int|float|\UnitEnum|null - { - if (isset($this->buildParameters[$name])) { - return $this->buildParameters[$name]; - } - - if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) { - throw new ParameterNotFoundException($name); - } - if (isset($this->loadedDynamicParameters[$name])) { - return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name); - } - - return $this->parameters[$name]; - } - - public function hasParameter(string $name): bool - { - if (isset($this->buildParameters[$name])) { - return true; - } - - return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters); - } - - public function setParameter(string $name, $value): void - { - throw new LogicException('Impossible to call set() on a frozen ParameterBag.'); - } - - public function getParameterBag(): ParameterBagInterface - { - if (null === $this->parameterBag) { - $parameters = $this->parameters; - foreach ($this->loadedDynamicParameters as $name => $loaded) { - $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name); - } - foreach ($this->buildParameters as $name => $value) { - $parameters[$name] = $value; - } - $this->parameterBag = new FrozenParameterBag($parameters); - } - - return $this->parameterBag; - } - - private $loadedDynamicParameters = [ - 'kernel.runtime_environment' => false, - 'kernel.build_dir' => false, - 'kernel.cache_dir' => false, - 'kernel.secret' => false, - 'debug.file_link_format' => false, - 'debug.container.dump' => false, - 'router.cache_dir' => false, - 'validator.mapping.cache.file' => false, - 'doctrine.orm.proxy_dir' => false, - 'lexik_jwt_authentication.pass_phrase' => false, - ]; - private $dynamicParameters = []; - - private function getDynamicParameter(string $name) - { - $container = $this; - $value = match ($name) { - 'kernel.runtime_environment' => $container->getEnv('default:kernel.environment:APP_RUNTIME_ENV'), - 'kernel.build_dir' => $container->targetDir.'', - 'kernel.cache_dir' => $container->targetDir.'', - 'kernel.secret' => $container->getEnv('APP_SECRET'), - 'debug.file_link_format' => $container->getEnv('default::SYMFONY_IDE'), - 'debug.container.dump' => ($container->targetDir.''.'/DMD_LaLigaApi_KernelDevDebugContainer.xml'), - 'router.cache_dir' => $container->targetDir.'', - 'validator.mapping.cache.file' => ($container->targetDir.''.'/validation.php'), - 'doctrine.orm.proxy_dir' => ($container->targetDir.''.'/doctrine/orm/Proxies'), - 'lexik_jwt_authentication.pass_phrase' => $container->getEnv('JWT_PASSPHRASE'), - default => throw new ParameterNotFoundException($name), - }; - $this->loadedDynamicParameters[$name] = true; - - return $this->dynamicParameters[$name] = $value; - } - - protected function getDefaultParameters(): array - { - return [ - 'kernel.project_dir' => \dirname(__DIR__, 4), - 'kernel.environment' => 'dev', - 'kernel.debug' => true, - 'kernel.logs_dir' => (\dirname(__DIR__, 3).''.\DIRECTORY_SEPARATOR.'log'), - 'kernel.bundles' => [ - 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle', - 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle', - 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle', - 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle', - 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle', - 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle', - 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle', - 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle', - 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle', - ], - 'kernel.bundles_metadata' => [ - 'FrameworkBundle' => [ - 'path' => (\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'framework-bundle'), - 'namespace' => 'Symfony\\Bundle\\FrameworkBundle', - ], - 'DoctrineBundle' => [ - 'path' => (\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-bundle'), - 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle', - ], - 'DoctrineMigrationsBundle' => [ - 'path' => (\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-migrations-bundle'), - 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle', - ], - 'MakerBundle' => [ - 'path' => (\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'maker-bundle'.\DIRECTORY_SEPARATOR.'src'), - 'namespace' => 'Symfony\\Bundle\\MakerBundle', - ], - 'SecurityBundle' => [ - 'path' => (\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-bundle'), - 'namespace' => 'Symfony\\Bundle\\SecurityBundle', - ], - 'LexikJWTAuthenticationBundle' => [ - 'path' => (\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'lexik'.\DIRECTORY_SEPARATOR.'jwt-authentication-bundle'), - 'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle', - ], - 'NelmioCorsBundle' => [ - 'path' => (\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'nelmio'.\DIRECTORY_SEPARATOR.'cors-bundle'), - 'namespace' => 'Nelmio\\CorsBundle', - ], - 'TwigBundle' => [ - 'path' => (\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'twig-bundle'), - 'namespace' => 'Symfony\\Bundle\\TwigBundle', - ], - 'NelmioApiDocBundle' => [ - 'path' => (\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'nelmio'.\DIRECTORY_SEPARATOR.'api-doc-bundle'), - 'namespace' => 'Nelmio\\ApiDocBundle', - ], - ], - 'kernel.charset' => 'UTF-8', - 'kernel.container_class' => 'DMD_LaLigaApi_KernelDevDebugContainer', - 'event_dispatcher.event_aliases' => [ - 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command', - 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error', - 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal', - 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate', - 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments', - 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller', - 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response', - 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request', - 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request', - 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view', - 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception', - 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate', - 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success', - 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login', - 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user', - ], - 'fragment.renderer.hinclude.global_template' => NULL, - 'fragment.path' => '/_fragment', - 'kernel.http_method_override' => false, - 'kernel.trust_x_sendfile_type_header' => false, - 'kernel.trusted_hosts' => [ - - ], - 'kernel.default_locale' => 'en', - 'kernel.enabled_locales' => [ - - ], - 'kernel.error_controller' => 'error_controller', - 'debug.error_handler.throw_at' => -1, - 'router.request_context.host' => 'localhost', - 'router.request_context.scheme' => 'http', - 'router.request_context.base_url' => '', - 'router.resource' => 'kernel::loadRoutes', - 'request_listener.http_port' => 80, - 'request_listener.https_port' => 443, - 'session.metadata.storage_key' => '_sf2_meta', - 'session.storage.options' => [ - 'cache_limiter' => '0', - 'cookie_secure' => 'auto', - 'cookie_httponly' => true, - 'cookie_samesite' => 'lax', - 'gc_probability' => 1, - ], - 'session.save_path' => NULL, - 'session.metadata.update_threshold' => 0, - 'validator.translation_domain' => 'validators', - 'data_collector.templates' => [ - - ], - 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration', - 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector', - 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager', - 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory', - 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit', - 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit', - 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry', - 'doctrine.entity_managers' => [ - 'default' => 'doctrine.orm.default_entity_manager', - ], - 'doctrine.default_entity_manager' => 'default', - 'doctrine.dbal.connection_factory.types' => [ - - ], - 'doctrine.connections' => [ - 'default' => 'doctrine.dbal.default_connection', - ], - 'doctrine.default_connection' => 'default', - 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration', - 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager', - 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator', - 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache', - 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache', - 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache', - 'doctrine.orm.cache.memcache_host' => 'localhost', - 'doctrine.orm.cache.memcache_port' => 11211, - 'doctrine.orm.cache.memcache_instance.class' => 'Memcache', - 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache', - 'doctrine.orm.cache.memcached_host' => 'localhost', - 'doctrine.orm.cache.memcached_port' => 11211, - 'doctrine.orm.cache.memcached_instance.class' => 'Memcached', - 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache', - 'doctrine.orm.cache.redis_host' => 'localhost', - 'doctrine.orm.cache.redis_port' => 6379, - 'doctrine.orm.cache.redis_instance.class' => 'Redis', - 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache', - 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache', - 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache', - 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain', - 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver', - 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver', - 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver', - 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver', - 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver', - 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver', - 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer', - 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser', - 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator', - 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer', - 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider', - 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener', - 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener', - 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy', - 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy', - 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy', - 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy', - 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver', - 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory', - 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion', - 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion', - 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain', - 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger', - 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration', - 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration', - 'doctrine.orm.auto_generate_proxy_classes' => true, - 'doctrine.orm.enable_lazy_ghost_objects' => true, - 'doctrine.orm.proxy_namespace' => 'Proxies', - 'doctrine.migrations.preferred_em' => NULL, - 'doctrine.migrations.preferred_connection' => NULL, - 'security.role_hierarchy.roles' => [ - - ], - 'security.access.denied_url' => NULL, - 'security.authentication.manager.erase_credentials' => true, - 'security.authentication.session_strategy.strategy' => 'migrate', - 'security.authentication.hide_user_not_found' => true, - 'security.firewalls' => [ - 0 => 'login', - 1 => 'api', - 2 => 'dev', - 3 => 'main', - ], - 'lexik_jwt_authentication.authenticator_manager_enabled' => true, - 'lexik_jwt_authentication.token_ttl' => 1800, - 'lexik_jwt_authentication.clock_skew' => 0, - 'lexik_jwt_authentication.user_identity_field' => 'username', - 'lexik_jwt_authentication.allow_no_expiration' => false, - 'lexik_jwt_authentication.user_id_claim' => 'username', - 'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256', - 'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl', - 'nelmio_cors.map' => [ - '^/' => [ - 'skip_same_as_origin' => true, - ], - ], - 'nelmio_cors.defaults' => [ - 'allow_origin' => true, - 'allow_credentials' => false, - 'allow_headers' => [ - 0 => 'content-type', - 1 => 'authorization', - ], - 'expose_headers' => [ - 0 => 'Link', - ], - 'allow_methods' => [ - 0 => 'GET', - 1 => 'OPTIONS', - 2 => 'POST', - 3 => 'PUT', - 4 => 'PATCH', - 5 => 'DELETE', - ], - 'max_age' => 3600, - 'hosts' => [ - - ], - 'origin_regex' => true, - 'forced_allow_origin_value' => NULL, - 'skip_same_as_origin' => true, - ], - 'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener', - 'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver', - 'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider', - 'twig.form.resources' => [ - 0 => 'form_div_layout.html.twig', - ], - 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'), - 'nelmio_api_doc.areas' => [ - 0 => 'default', - ], - 'nelmio_api_doc.use_validation_groups' => false, - 'console.command.ids' => [ - - ], - ]; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/EntityManagerGhostAd02211.php b/var/cache/dev/ContainerBNoZEh4/EntityManagerGhostAd02211.php deleted file mode 100644 index 0057135e..00000000 --- a/var/cache/dev/ContainerBNoZEh4/EntityManagerGhostAd02211.php +++ /dev/null @@ -1,45 +0,0 @@ - [parent::class, 'cache', null], - "\0".parent::class."\0".'closed' => [parent::class, 'closed', null], - "\0".parent::class."\0".'config' => [parent::class, 'config', null], - "\0".parent::class."\0".'conn' => [parent::class, 'conn', null], - "\0".parent::class."\0".'eventManager' => [parent::class, 'eventManager', null], - "\0".parent::class."\0".'expressionBuilder' => [parent::class, 'expressionBuilder', null], - "\0".parent::class."\0".'filterCollection' => [parent::class, 'filterCollection', null], - "\0".parent::class."\0".'metadataFactory' => [parent::class, 'metadataFactory', null], - "\0".parent::class."\0".'proxyFactory' => [parent::class, 'proxyFactory', null], - "\0".parent::class."\0".'repositoryFactory' => [parent::class, 'repositoryFactory', null], - "\0".parent::class."\0".'unitOfWork' => [parent::class, 'unitOfWork', null], - 'cache' => [parent::class, 'cache', null], - 'closed' => [parent::class, 'closed', null], - 'config' => [parent::class, 'config', null], - 'conn' => [parent::class, 'conn', null], - 'eventManager' => [parent::class, 'eventManager', null], - 'expressionBuilder' => [parent::class, 'expressionBuilder', null], - 'filterCollection' => [parent::class, 'filterCollection', null], - 'metadataFactory' => [parent::class, 'metadataFactory', null], - 'proxyFactory' => [parent::class, 'proxyFactory', null], - 'repositoryFactory' => [parent::class, 'repositoryFactory', null], - 'unitOfWork' => [parent::class, 'unitOfWork', null], - ]; -} - -// Help opcache.preload discover always-needed symbols -class_exists(\Symfony\Component\VarExporter\Internal\Hydrator::class); -class_exists(\Symfony\Component\VarExporter\Internal\LazyObjectRegistry::class); -class_exists(\Symfony\Component\VarExporter\Internal\LazyObjectState::class); - -if (!\class_exists('EntityManagerGhostAd02211', false)) { - \class_alias(__NAMESPACE__.'\\EntityManagerGhostAd02211', 'EntityManagerGhostAd02211', false); -} diff --git a/var/cache/dev/ContainerBNoZEh4/RequestPayloadValueResolverGhostE4c6c7a.php b/var/cache/dev/ContainerBNoZEh4/RequestPayloadValueResolverGhostE4c6c7a.php deleted file mode 100644 index c371d6e8..00000000 --- a/var/cache/dev/ContainerBNoZEh4/RequestPayloadValueResolverGhostE4c6c7a.php +++ /dev/null @@ -1,28 +0,0 @@ - [parent::class, 'serializer', parent::class], - "\0".parent::class."\0".'translator' => [parent::class, 'translator', parent::class], - "\0".parent::class."\0".'validator' => [parent::class, 'validator', parent::class], - 'serializer' => [parent::class, 'serializer', parent::class], - 'translator' => [parent::class, 'translator', parent::class], - 'validator' => [parent::class, 'validator', parent::class], - ]; -} - -// Help opcache.preload discover always-needed symbols -class_exists(\Symfony\Component\VarExporter\Internal\Hydrator::class); -class_exists(\Symfony\Component\VarExporter\Internal\LazyObjectRegistry::class); -class_exists(\Symfony\Component\VarExporter\Internal\LazyObjectState::class); - -if (!\class_exists('RequestPayloadValueResolverGhostE4c6c7a', false)) { - \class_alias(__NAMESPACE__.'\\RequestPayloadValueResolverGhostE4c6c7a', 'RequestPayloadValueResolverGhostE4c6c7a', false); -} diff --git a/var/cache/dev/ContainerBNoZEh4/getAuthorizeRequestService.php b/var/cache/dev/ContainerBNoZEh4/getAuthorizeRequestService.php deleted file mode 100644 index 2bec5922..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getAuthorizeRequestService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\Common\\AuthorizeRequest'] = new \DMD\LaLigaApi\Service\Common\AuthorizeRequest(($container->privates['security.helper'] ?? $container->load('getSecurity_HelperService')), ($container->privates['DMD\\LaLigaApi\\Repository\\CustomRoleRepository'] ?? $container->load('getCustomRoleRepositoryService')), ($container->privates['DMD\\LaLigaApi\\Repository\\LeagueRepository'] ?? $container->load('getLeagueRepositoryService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getCacheWarmerService.php b/var/cache/dev/ContainerBNoZEh4/getCacheWarmerService.php deleted file mode 100644 index 97080928..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getCacheWarmerService.php +++ /dev/null @@ -1,32 +0,0 @@ -services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['config_builder.warmer'] ?? $container->load('getConfigBuilder_WarmerService')); - yield 1 => ($container->privates['router.cache_warmer'] ?? $container->load('getRouter_CacheWarmerService')); - yield 2 => ($container->privates['validator.mapping.cache_warmer'] ?? $container->load('getValidator_Mapping_CacheWarmerService')); - yield 3 => ($container->privates['doctrine.orm.proxy_cache_warmer'] ?? $container->load('getDoctrine_Orm_ProxyCacheWarmerService')); - yield 4 => ($container->privates['twig.template_cache_warmer'] ?? $container->load('getTwig_TemplateCacheWarmerService')); - }, 5), true, ($container->targetDir.''.'/DMD_LaLigaApi_KernelDevDebugContainerDeprecations.log')); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getCache_AppClearerService.php b/var/cache/dev/ContainerBNoZEh4/getCache_AppClearerService.php deleted file mode 100644 index 1b6b899b..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getCache_AppClearerService.php +++ /dev/null @@ -1,26 +0,0 @@ -services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($container->services['cache.app'] ?? $container->load('getCache_AppService'))]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getCache_AppService.php b/var/cache/dev/ContainerBNoZEh4/getCache_AppService.php deleted file mode 100644 index 26370a35..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getCache_AppService.php +++ /dev/null @@ -1,44 +0,0 @@ -services['cache.app'] = $instance = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('NaLhWLN+Xk', 0, ($container->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true)); - - $instance->setLogger(($container->privates['logger'] ?? self::getLoggerService($container))); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getCache_App_TaggableService.php b/var/cache/dev/ContainerBNoZEh4/getCache_App_TaggableService.php deleted file mode 100644 index a0749d67..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getCache_App_TaggableService.php +++ /dev/null @@ -1,36 +0,0 @@ -privates['cache.app.taggable'] = new \Symfony\Component\Cache\Adapter\TagAwareAdapter(($container->services['cache.app'] ?? $container->load('getCache_AppService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getCache_GlobalClearerService.php b/var/cache/dev/ContainerBNoZEh4/getCache_GlobalClearerService.php deleted file mode 100644 index 9a0169df..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getCache_GlobalClearerService.php +++ /dev/null @@ -1,33 +0,0 @@ -services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($container->services['cache.app'] ?? $container->load('getCache_AppService')), 'cache.system' => ($container->services['cache.system'] ?? $container->load('getCache_SystemService')), 'cache.validator_expression_language' => ($container->services['cache.validator_expression_language'] ?? $container->load('getCache_ValidatorExpressionLanguageService')), 'cache.doctrine.orm.default.result' => ($container->privates['cache.doctrine.orm.default.result'] ??= new \Symfony\Component\Cache\Adapter\ArrayAdapter()), 'cache.doctrine.orm.default.query' => ($container->privates['cache.doctrine.orm.default.query'] ??= new \Symfony\Component\Cache\Adapter\ArrayAdapter()), 'cache.security_is_granted_attribute_expression_language' => ($container->services['cache.security_is_granted_attribute_expression_language'] ?? $container->load('getCache_SecurityIsGrantedAttributeExpressionLanguageService'))]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getCache_SecurityIsGrantedAttributeExpressionLanguageService.php b/var/cache/dev/ContainerBNoZEh4/getCache_SecurityIsGrantedAttributeExpressionLanguageService.php deleted file mode 100644 index d1bac44e..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getCache_SecurityIsGrantedAttributeExpressionLanguageService.php +++ /dev/null @@ -1,34 +0,0 @@ -services['cache.security_is_granted_attribute_expression_language'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('7-WF8WwGVY', 0, $container->getParameter('container.build_id'), ($container->targetDir.''.'/pools/system'), ($container->privates['logger'] ?? self::getLoggerService($container))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getCache_SystemClearerService.php b/var/cache/dev/ContainerBNoZEh4/getCache_SystemClearerService.php deleted file mode 100644 index 85a596b4..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getCache_SystemClearerService.php +++ /dev/null @@ -1,26 +0,0 @@ -services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($container->services['cache.system'] ?? $container->load('getCache_SystemService')), 'cache.validator_expression_language' => ($container->services['cache.validator_expression_language'] ?? $container->load('getCache_ValidatorExpressionLanguageService')), 'cache.security_is_granted_attribute_expression_language' => ($container->services['cache.security_is_granted_attribute_expression_language'] ?? $container->load('getCache_SecurityIsGrantedAttributeExpressionLanguageService'))]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getCache_SystemService.php b/var/cache/dev/ContainerBNoZEh4/getCache_SystemService.php deleted file mode 100644 index 2e1f2246..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getCache_SystemService.php +++ /dev/null @@ -1,34 +0,0 @@ -services['cache.system'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+4VOWgVa18', 0, $container->getParameter('container.build_id'), ($container->targetDir.''.'/pools/system'), ($container->privates['logger'] ?? self::getLoggerService($container))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getCache_ValidatorExpressionLanguageService.php b/var/cache/dev/ContainerBNoZEh4/getCache_ValidatorExpressionLanguageService.php deleted file mode 100644 index f745a530..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getCache_ValidatorExpressionLanguageService.php +++ /dev/null @@ -1,34 +0,0 @@ -services['cache.validator_expression_language'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('njivdr+jA5', 0, $container->getParameter('container.build_id'), ($container->targetDir.''.'/pools/system'), ($container->privates['logger'] ?? self::getLoggerService($container))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getConfigBuilder_WarmerService.php b/var/cache/dev/ContainerBNoZEh4/getConfigBuilder_WarmerService.php deleted file mode 100644 index 8cc8cf32..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getConfigBuilder_WarmerService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($container->services['kernel'] ?? $container->get('kernel', 1)), ($container->privates['logger'] ?? self::getLoggerService($container))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getConsole_CommandLoaderService.php b/var/cache/dev/ContainerBNoZEh4/getConsole_CommandLoaderService.php deleted file mode 100644 index fff9a5db..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getConsole_CommandLoaderService.php +++ /dev/null @@ -1,214 +0,0 @@ -services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'console.command.about' => ['privates', '.console.command.about.lazy', 'get_Console_Command_About_LazyService', true], - 'console.command.assets_install' => ['privates', '.console.command.assets_install.lazy', 'get_Console_Command_AssetsInstall_LazyService', true], - 'console.command.cache_clear' => ['privates', '.console.command.cache_clear.lazy', 'get_Console_Command_CacheClear_LazyService', true], - 'console.command.cache_pool_clear' => ['privates', '.console.command.cache_pool_clear.lazy', 'get_Console_Command_CachePoolClear_LazyService', true], - 'console.command.cache_pool_prune' => ['privates', '.console.command.cache_pool_prune.lazy', 'get_Console_Command_CachePoolPrune_LazyService', true], - 'console.command.cache_pool_invalidate_tags' => ['privates', '.console.command.cache_pool_invalidate_tags.lazy', 'get_Console_Command_CachePoolInvalidateTags_LazyService', true], - 'console.command.cache_pool_delete' => ['privates', '.console.command.cache_pool_delete.lazy', 'get_Console_Command_CachePoolDelete_LazyService', true], - 'console.command.cache_pool_list' => ['privates', '.console.command.cache_pool_list.lazy', 'get_Console_Command_CachePoolList_LazyService', true], - 'console.command.cache_warmup' => ['privates', '.console.command.cache_warmup.lazy', 'get_Console_Command_CacheWarmup_LazyService', true], - 'console.command.config_debug' => ['privates', '.console.command.config_debug.lazy', 'get_Console_Command_ConfigDebug_LazyService', true], - 'console.command.config_dump_reference' => ['privates', '.console.command.config_dump_reference.lazy', 'get_Console_Command_ConfigDumpReference_LazyService', true], - 'console.command.container_debug' => ['privates', '.console.command.container_debug.lazy', 'get_Console_Command_ContainerDebug_LazyService', true], - 'console.command.container_lint' => ['privates', '.console.command.container_lint.lazy', 'get_Console_Command_ContainerLint_LazyService', true], - 'console.command.debug_autowiring' => ['privates', '.console.command.debug_autowiring.lazy', 'get_Console_Command_DebugAutowiring_LazyService', true], - 'console.command.dotenv_debug' => ['privates', '.console.command.dotenv_debug.lazy', 'get_Console_Command_DotenvDebug_LazyService', true], - 'console.command.event_dispatcher_debug' => ['privates', '.console.command.event_dispatcher_debug.lazy', 'get_Console_Command_EventDispatcherDebug_LazyService', true], - 'console.command.router_debug' => ['privates', '.console.command.router_debug.lazy', 'get_Console_Command_RouterDebug_LazyService', true], - 'console.command.router_match' => ['privates', '.console.command.router_match.lazy', 'get_Console_Command_RouterMatch_LazyService', true], - 'console.command.validator_debug' => ['privates', '.console.command.validator_debug.lazy', 'get_Console_Command_ValidatorDebug_LazyService', true], - 'console.command.yaml_lint' => ['privates', '.console.command.yaml_lint.lazy', 'get_Console_Command_YamlLint_LazyService', true], - 'console.command.secrets_set' => ['privates', '.console.command.secrets_set.lazy', 'get_Console_Command_SecretsSet_LazyService', true], - 'console.command.secrets_remove' => ['privates', '.console.command.secrets_remove.lazy', 'get_Console_Command_SecretsRemove_LazyService', true], - 'console.command.secrets_generate_key' => ['privates', '.console.command.secrets_generate_key.lazy', 'get_Console_Command_SecretsGenerateKey_LazyService', true], - 'console.command.secrets_list' => ['privates', '.console.command.secrets_list.lazy', 'get_Console_Command_SecretsList_LazyService', true], - 'console.command.secrets_decrypt_to_local' => ['privates', '.console.command.secrets_decrypt_to_local.lazy', 'get_Console_Command_SecretsDecryptToLocal_LazyService', true], - 'console.command.secrets_encrypt_from_local' => ['privates', '.console.command.secrets_encrypt_from_local.lazy', 'get_Console_Command_SecretsEncryptFromLocal_LazyService', true], - 'console.command.mailer_test' => ['privates', '.console.command.mailer_test.lazy', 'get_Console_Command_MailerTest_LazyService', true], - 'doctrine.database_create_command' => ['privates', 'doctrine.database_create_command', 'getDoctrine_DatabaseCreateCommandService', true], - 'doctrine.database_drop_command' => ['privates', 'doctrine.database_drop_command', 'getDoctrine_DatabaseDropCommandService', true], - 'doctrine.query_sql_command' => ['privates', 'doctrine.query_sql_command', 'getDoctrine_QuerySqlCommandService', true], - 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates', 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'getRunSqlCommandService', true], - 'doctrine.cache_clear_metadata_command' => ['privates', 'doctrine.cache_clear_metadata_command', 'getDoctrine_CacheClearMetadataCommandService', true], - 'doctrine.cache_clear_query_cache_command' => ['privates', 'doctrine.cache_clear_query_cache_command', 'getDoctrine_CacheClearQueryCacheCommandService', true], - 'doctrine.cache_clear_result_command' => ['privates', 'doctrine.cache_clear_result_command', 'getDoctrine_CacheClearResultCommandService', true], - 'doctrine.cache_collection_region_command' => ['privates', 'doctrine.cache_collection_region_command', 'getDoctrine_CacheCollectionRegionCommandService', true], - 'doctrine.mapping_convert_command' => ['privates', 'doctrine.mapping_convert_command', 'getDoctrine_MappingConvertCommandService', true], - 'doctrine.schema_create_command' => ['privates', 'doctrine.schema_create_command', 'getDoctrine_SchemaCreateCommandService', true], - 'doctrine.schema_drop_command' => ['privates', 'doctrine.schema_drop_command', 'getDoctrine_SchemaDropCommandService', true], - 'doctrine.ensure_production_settings_command' => ['privates', 'doctrine.ensure_production_settings_command', 'getDoctrine_EnsureProductionSettingsCommandService', true], - 'doctrine.clear_entity_region_command' => ['privates', 'doctrine.clear_entity_region_command', 'getDoctrine_ClearEntityRegionCommandService', true], - 'doctrine.mapping_info_command' => ['privates', 'doctrine.mapping_info_command', 'getDoctrine_MappingInfoCommandService', true], - 'doctrine.clear_query_region_command' => ['privates', 'doctrine.clear_query_region_command', 'getDoctrine_ClearQueryRegionCommandService', true], - 'doctrine.query_dql_command' => ['privates', 'doctrine.query_dql_command', 'getDoctrine_QueryDqlCommandService', true], - 'doctrine.schema_update_command' => ['privates', 'doctrine.schema_update_command', 'getDoctrine_SchemaUpdateCommandService', true], - 'doctrine.schema_validate_command' => ['privates', 'doctrine.schema_validate_command', 'getDoctrine_SchemaValidateCommandService', true], - 'doctrine.mapping_import_command' => ['privates', 'doctrine.mapping_import_command', 'getDoctrine_MappingImportCommandService', true], - 'doctrine_migrations.diff_command' => ['privates', '.doctrine_migrations.diff_command.lazy', 'get_DoctrineMigrations_DiffCommand_LazyService', true], - 'doctrine_migrations.sync_metadata_command' => ['privates', '.doctrine_migrations.sync_metadata_command.lazy', 'get_DoctrineMigrations_SyncMetadataCommand_LazyService', true], - 'doctrine_migrations.versions_command' => ['privates', '.doctrine_migrations.versions_command.lazy', 'get_DoctrineMigrations_VersionsCommand_LazyService', true], - 'doctrine_migrations.current_command' => ['privates', '.doctrine_migrations.current_command.lazy', 'get_DoctrineMigrations_CurrentCommand_LazyService', true], - 'doctrine_migrations.dump_schema_command' => ['privates', '.doctrine_migrations.dump_schema_command.lazy', 'get_DoctrineMigrations_DumpSchemaCommand_LazyService', true], - 'doctrine_migrations.execute_command' => ['privates', '.doctrine_migrations.execute_command.lazy', 'get_DoctrineMigrations_ExecuteCommand_LazyService', true], - 'doctrine_migrations.generate_command' => ['privates', '.doctrine_migrations.generate_command.lazy', 'get_DoctrineMigrations_GenerateCommand_LazyService', true], - 'doctrine_migrations.latest_command' => ['privates', '.doctrine_migrations.latest_command.lazy', 'get_DoctrineMigrations_LatestCommand_LazyService', true], - 'doctrine_migrations.migrate_command' => ['privates', '.doctrine_migrations.migrate_command.lazy', 'get_DoctrineMigrations_MigrateCommand_LazyService', true], - 'doctrine_migrations.rollup_command' => ['privates', '.doctrine_migrations.rollup_command.lazy', 'get_DoctrineMigrations_RollupCommand_LazyService', true], - 'doctrine_migrations.status_command' => ['privates', '.doctrine_migrations.status_command.lazy', 'get_DoctrineMigrations_StatusCommand_LazyService', true], - 'doctrine_migrations.up_to_date_command' => ['privates', '.doctrine_migrations.up_to_date_command.lazy', 'get_DoctrineMigrations_UpToDateCommand_LazyService', true], - 'doctrine_migrations.version_command' => ['privates', '.doctrine_migrations.version_command.lazy', 'get_DoctrineMigrations_VersionCommand_LazyService', true], - 'security.command.debug_firewall' => ['privates', '.security.command.debug_firewall.lazy', 'get_Security_Command_DebugFirewall_LazyService', true], - 'security.command.user_password_hash' => ['privates', '.security.command.user_password_hash.lazy', 'get_Security_Command_UserPasswordHash_LazyService', true], - 'lexik_jwt_authentication.check_config_command' => ['privates', '.lexik_jwt_authentication.check_config_command.lazy', 'get_LexikJwtAuthentication_CheckConfigCommand_LazyService', true], - 'lexik_jwt_authentication.migrate_config_command' => ['privates', '.lexik_jwt_authentication.migrate_config_command.lazy', 'get_LexikJwtAuthentication_MigrateConfigCommand_LazyService', true], - 'lexik_jwt_authentication.enable_encryption_config_command' => ['privates', '.lexik_jwt_authentication.enable_encryption_config_command.lazy', 'get_LexikJwtAuthentication_EnableEncryptionConfigCommand_LazyService', true], - 'lexik_jwt_authentication.generate_token_command' => ['privates', '.lexik_jwt_authentication.generate_token_command.lazy', 'get_LexikJwtAuthentication_GenerateTokenCommand_LazyService', true], - 'lexik_jwt_authentication.generate_keypair_command' => ['privates', '.lexik_jwt_authentication.generate_keypair_command.lazy', 'get_LexikJwtAuthentication_GenerateKeypairCommand_LazyService', true], - 'twig.command.debug' => ['privates', '.twig.command.debug.lazy', 'get_Twig_Command_Debug_LazyService', true], - 'twig.command.lint' => ['privates', '.twig.command.lint.lazy', 'get_Twig_Command_Lint_LazyService', true], - 'nelmio_api_doc.command.dump' => ['services', 'nelmio_api_doc.command.dump', 'getNelmioApiDoc_Command_DumpService', true], - 'maker.auto_command.make_auth' => ['privates', '.maker.auto_command.make_auth.lazy', 'get_Maker_AutoCommand_MakeAuth_LazyService', true], - 'maker.auto_command.make_command' => ['privates', '.maker.auto_command.make_command.lazy', 'get_Maker_AutoCommand_MakeCommand_LazyService', true], - 'maker.auto_command.make_twig_component' => ['privates', '.maker.auto_command.make_twig_component.lazy', 'get_Maker_AutoCommand_MakeTwigComponent_LazyService', true], - 'maker.auto_command.make_controller' => ['privates', '.maker.auto_command.make_controller.lazy', 'get_Maker_AutoCommand_MakeController_LazyService', true], - 'maker.auto_command.make_crud' => ['privates', '.maker.auto_command.make_crud.lazy', 'get_Maker_AutoCommand_MakeCrud_LazyService', true], - 'maker.auto_command.make_docker_database' => ['privates', '.maker.auto_command.make_docker_database.lazy', 'get_Maker_AutoCommand_MakeDockerDatabase_LazyService', true], - 'maker.auto_command.make_entity' => ['privates', '.maker.auto_command.make_entity.lazy', 'get_Maker_AutoCommand_MakeEntity_LazyService', true], - 'maker.auto_command.make_fixtures' => ['privates', '.maker.auto_command.make_fixtures.lazy', 'get_Maker_AutoCommand_MakeFixtures_LazyService', true], - 'maker.auto_command.make_form' => ['privates', '.maker.auto_command.make_form.lazy', 'get_Maker_AutoCommand_MakeForm_LazyService', true], - 'maker.auto_command.make_listener' => ['privates', '.maker.auto_command.make_listener.lazy', 'get_Maker_AutoCommand_MakeListener_LazyService', true], - 'maker.auto_command.make_message' => ['privates', '.maker.auto_command.make_message.lazy', 'get_Maker_AutoCommand_MakeMessage_LazyService', true], - 'maker.auto_command.make_messenger_middleware' => ['privates', '.maker.auto_command.make_messenger_middleware.lazy', 'get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService', true], - 'maker.auto_command.make_registration_form' => ['privates', '.maker.auto_command.make_registration_form.lazy', 'get_Maker_AutoCommand_MakeRegistrationForm_LazyService', true], - 'maker.auto_command.make_reset_password' => ['privates', '.maker.auto_command.make_reset_password.lazy', 'get_Maker_AutoCommand_MakeResetPassword_LazyService', true], - 'maker.auto_command.make_serializer_encoder' => ['privates', '.maker.auto_command.make_serializer_encoder.lazy', 'get_Maker_AutoCommand_MakeSerializerEncoder_LazyService', true], - 'maker.auto_command.make_serializer_normalizer' => ['privates', '.maker.auto_command.make_serializer_normalizer.lazy', 'get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService', true], - 'maker.auto_command.make_twig_extension' => ['privates', '.maker.auto_command.make_twig_extension.lazy', 'get_Maker_AutoCommand_MakeTwigExtension_LazyService', true], - 'maker.auto_command.make_test' => ['privates', '.maker.auto_command.make_test.lazy', 'get_Maker_AutoCommand_MakeTest_LazyService', true], - 'maker.auto_command.make_validator' => ['privates', '.maker.auto_command.make_validator.lazy', 'get_Maker_AutoCommand_MakeValidator_LazyService', true], - 'maker.auto_command.make_voter' => ['privates', '.maker.auto_command.make_voter.lazy', 'get_Maker_AutoCommand_MakeVoter_LazyService', true], - 'maker.auto_command.make_user' => ['privates', '.maker.auto_command.make_user.lazy', 'get_Maker_AutoCommand_MakeUser_LazyService', true], - 'maker.auto_command.make_migration' => ['privates', '.maker.auto_command.make_migration.lazy', 'get_Maker_AutoCommand_MakeMigration_LazyService', true], - 'maker.auto_command.make_stimulus_controller' => ['privates', '.maker.auto_command.make_stimulus_controller.lazy', 'get_Maker_AutoCommand_MakeStimulusController_LazyService', true], - 'maker.auto_command.make_security_form_login' => ['privates', '.maker.auto_command.make_security_form_login.lazy', 'get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService', true], - ], [ - 'console.command.about' => '?', - 'console.command.assets_install' => '?', - 'console.command.cache_clear' => '?', - 'console.command.cache_pool_clear' => '?', - 'console.command.cache_pool_prune' => '?', - 'console.command.cache_pool_invalidate_tags' => '?', - 'console.command.cache_pool_delete' => '?', - 'console.command.cache_pool_list' => '?', - 'console.command.cache_warmup' => '?', - 'console.command.config_debug' => '?', - 'console.command.config_dump_reference' => '?', - 'console.command.container_debug' => '?', - 'console.command.container_lint' => '?', - 'console.command.debug_autowiring' => '?', - 'console.command.dotenv_debug' => '?', - 'console.command.event_dispatcher_debug' => '?', - 'console.command.router_debug' => '?', - 'console.command.router_match' => '?', - 'console.command.validator_debug' => '?', - 'console.command.yaml_lint' => '?', - 'console.command.secrets_set' => '?', - 'console.command.secrets_remove' => '?', - 'console.command.secrets_generate_key' => '?', - 'console.command.secrets_list' => '?', - 'console.command.secrets_decrypt_to_local' => '?', - 'console.command.secrets_encrypt_from_local' => '?', - 'console.command.mailer_test' => '?', - 'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand', - 'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand', - 'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand', - 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', - 'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand', - 'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand', - 'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand', - 'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand', - 'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand', - 'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand', - 'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand', - 'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand', - 'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand', - 'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand', - 'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand', - 'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand', - 'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand', - 'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand', - 'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand', - 'doctrine_migrations.diff_command' => '?', - 'doctrine_migrations.sync_metadata_command' => '?', - 'doctrine_migrations.versions_command' => '?', - 'doctrine_migrations.current_command' => '?', - 'doctrine_migrations.dump_schema_command' => '?', - 'doctrine_migrations.execute_command' => '?', - 'doctrine_migrations.generate_command' => '?', - 'doctrine_migrations.latest_command' => '?', - 'doctrine_migrations.migrate_command' => '?', - 'doctrine_migrations.rollup_command' => '?', - 'doctrine_migrations.status_command' => '?', - 'doctrine_migrations.up_to_date_command' => '?', - 'doctrine_migrations.version_command' => '?', - 'security.command.debug_firewall' => '?', - 'security.command.user_password_hash' => '?', - 'lexik_jwt_authentication.check_config_command' => '?', - 'lexik_jwt_authentication.migrate_config_command' => '?', - 'lexik_jwt_authentication.enable_encryption_config_command' => '?', - 'lexik_jwt_authentication.generate_token_command' => '?', - 'lexik_jwt_authentication.generate_keypair_command' => '?', - 'twig.command.debug' => '?', - 'twig.command.lint' => '?', - 'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand', - 'maker.auto_command.make_auth' => '?', - 'maker.auto_command.make_command' => '?', - 'maker.auto_command.make_twig_component' => '?', - 'maker.auto_command.make_controller' => '?', - 'maker.auto_command.make_crud' => '?', - 'maker.auto_command.make_docker_database' => '?', - 'maker.auto_command.make_entity' => '?', - 'maker.auto_command.make_fixtures' => '?', - 'maker.auto_command.make_form' => '?', - 'maker.auto_command.make_listener' => '?', - 'maker.auto_command.make_message' => '?', - 'maker.auto_command.make_messenger_middleware' => '?', - 'maker.auto_command.make_registration_form' => '?', - 'maker.auto_command.make_reset_password' => '?', - 'maker.auto_command.make_serializer_encoder' => '?', - 'maker.auto_command.make_serializer_normalizer' => '?', - 'maker.auto_command.make_twig_extension' => '?', - 'maker.auto_command.make_test' => '?', - 'maker.auto_command.make_validator' => '?', - 'maker.auto_command.make_voter' => '?', - 'maker.auto_command.make_user' => '?', - 'maker.auto_command.make_migration' => '?', - 'maker.auto_command.make_stimulus_controller' => '?', - 'maker.auto_command.make_security_form_login' => '?', - ]), ['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:invalidate-tags' => 'console.command.cache_pool_invalidate_tags', 'cache:pool:delete' => 'console.command.cache_pool_delete', 'cache:pool:list' => 'console.command.cache_pool_list', 'cache:warmup' => 'console.command.cache_warmup', 'debug:config' => 'console.command.config_debug', 'config:dump-reference' => 'console.command.config_dump_reference', 'debug:container' => 'console.command.container_debug', 'lint:container' => 'console.command.container_lint', 'debug:autowiring' => 'console.command.debug_autowiring', 'debug:dotenv' => 'console.command.dotenv_debug', 'debug:event-dispatcher' => 'console.command.event_dispatcher_debug', 'debug:router' => 'console.command.router_debug', 'router:match' => 'console.command.router_match', 'debug:validator' => 'console.command.validator_debug', 'lint:yaml' => 'console.command.yaml_lint', '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', 'mailer:test' => 'console.command.mailer_test', '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: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', 'debug:firewall' => 'security.command.debug_firewall', 'security:hash-password' => 'security.command.user_password_hash', 'lexik:jwt:check-config' => 'lexik_jwt_authentication.check_config_command', 'lexik:jwt:migrate-config' => 'lexik_jwt_authentication.migrate_config_command', 'lexik:jwt:enable-encryption' => 'lexik_jwt_authentication.enable_encryption_config_command', 'lexik:jwt:generate-token' => 'lexik_jwt_authentication.generate_token_command', 'lexik:jwt:generate-keypair' => 'lexik_jwt_authentication.generate_keypair_command', 'debug:twig' => 'twig.command.debug', 'lint:twig' => 'twig.command.lint', 'nelmio:apidoc:dump' => 'nelmio_api_doc.command.dump', 'make:auth' => 'maker.auto_command.make_auth', 'make:command' => 'maker.auto_command.make_command', 'make:twig-component' => 'maker.auto_command.make_twig_component', 'make:controller' => 'maker.auto_command.make_controller', 'make:crud' => 'maker.auto_command.make_crud', 'make:docker:database' => 'maker.auto_command.make_docker_database', 'make:entity' => 'maker.auto_command.make_entity', 'make:fixtures' => 'maker.auto_command.make_fixtures', 'make:form' => 'maker.auto_command.make_form', 'make:listener' => 'maker.auto_command.make_listener', 'make:subscriber' => 'maker.auto_command.make_listener', '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:twig-extension' => 'maker.auto_command.make_twig_extension', 'make:test' => 'maker.auto_command.make_test', 'make:unit-test' => 'maker.auto_command.make_test', 'make:functional-test' => 'maker.auto_command.make_test', 'make:validator' => 'maker.auto_command.make_validator', 'make:voter' => 'maker.auto_command.make_voter', 'make:user' => 'maker.auto_command.make_user', 'make:migration' => 'maker.auto_command.make_migration', 'make:stimulus-controller' => 'maker.auto_command.make_stimulus_controller', 'make:security:form-login' => 'maker.auto_command.make_security_form_login']); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_AboutService.php b/var/cache/dev/ContainerBNoZEh4/getConsole_Command_AboutService.php deleted file mode 100644 index c21a76b5..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_AboutService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand(); - - $instance->setName('about'); - $instance->setDescription('Display information about the current project'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_AssetsInstallService.php b/var/cache/dev/ContainerBNoZEh4/getConsole_Command_AssetsInstallService.php deleted file mode 100644 index bb272d31..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_AssetsInstallService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($container->privates['filesystem'] ??= new \Symfony\Component\Filesystem\Filesystem()), \dirname(__DIR__, 4)); - - $instance->setName('assets:install'); - $instance->setDescription('Install bundle\'s web assets under a public directory'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_CacheClearService.php b/var/cache/dev/ContainerBNoZEh4/getConsole_Command_CacheClearService.php deleted file mode 100644 index 2350a5e6..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_CacheClearService.php +++ /dev/null @@ -1,36 +0,0 @@ -privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () use ($container) { - yield 0 => ($container->services['cache.system_clearer'] ?? $container->load('getCache_SystemClearerService')); - }, 1)), ($container->privates['filesystem'] ??= new \Symfony\Component\Filesystem\Filesystem())); - - $instance->setName('cache:clear'); - $instance->setDescription('Clear the cache'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_CachePoolClearService.php b/var/cache/dev/ContainerBNoZEh4/getConsole_Command_CachePoolClearService.php deleted file mode 100644 index 9a3069c6..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_CachePoolClearService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($container->services['cache.global_clearer'] ?? $container->load('getCache_GlobalClearerService')), ['cache.app', 'cache.system', 'cache.validator', 'cache.serializer', 'cache.annotations', 'cache.property_info', 'cache.validator_expression_language', 'cache.doctrine.orm.default.result', 'cache.doctrine.orm.default.query', 'cache.security_expression_language', 'cache.security_is_granted_attribute_expression_language']); - - $instance->setName('cache:pool:clear'); - $instance->setDescription('Clear cache pools'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_CachePoolDeleteService.php b/var/cache/dev/ContainerBNoZEh4/getConsole_Command_CachePoolDeleteService.php deleted file mode 100644 index 210c4395..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_CachePoolDeleteService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($container->services['cache.global_clearer'] ?? $container->load('getCache_GlobalClearerService')), ['cache.app', 'cache.system', 'cache.validator', 'cache.serializer', 'cache.annotations', 'cache.property_info', 'cache.validator_expression_language', 'cache.doctrine.orm.default.result', 'cache.doctrine.orm.default.query', 'cache.security_expression_language', 'cache.security_is_granted_attribute_expression_language']); - - $instance->setName('cache:pool:delete'); - $instance->setDescription('Delete an item from a cache pool'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_CachePoolInvalidateTagsService.php b/var/cache/dev/ContainerBNoZEh4/getConsole_Command_CachePoolInvalidateTagsService.php deleted file mode 100644 index cc9ba360..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_CachePoolInvalidateTagsService.php +++ /dev/null @@ -1,35 +0,0 @@ -privates['console.command.cache_pool_invalidate_tags'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolInvalidateTagsCommand(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'cache.app' => ['privates', 'cache.app.taggable', 'getCache_App_TaggableService', true], - ], [ - 'cache.app' => 'Symfony\\Component\\Cache\\Adapter\\TagAwareAdapter', - ])); - - $instance->setName('cache:pool:invalidate-tags'); - $instance->setDescription('Invalidate cache tags for all or a specific pool'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_CachePoolListService.php b/var/cache/dev/ContainerBNoZEh4/getConsole_Command_CachePoolListService.php deleted file mode 100644 index dee892f2..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_CachePoolListService.php +++ /dev/null @@ -1,31 +0,0 @@ -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.validator_expression_language', 'cache.doctrine.orm.default.result', 'cache.doctrine.orm.default.query', 'cache.security_expression_language', 'cache.security_is_granted_attribute_expression_language']); - - $instance->setName('cache:pool:list'); - $instance->setDescription('List available cache pools'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_CachePoolPruneService.php b/var/cache/dev/ContainerBNoZEh4/getConsole_Command_CachePoolPruneService.php deleted file mode 100644 index ae17d9e1..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_CachePoolPruneService.php +++ /dev/null @@ -1,33 +0,0 @@ -privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () use ($container) { - yield 'cache.app' => ($container->services['cache.app'] ?? $container->load('getCache_AppService')); - }, 1)); - - $instance->setName('cache:pool:prune'); - $instance->setDescription('Prune cache pools'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_CacheWarmupService.php b/var/cache/dev/ContainerBNoZEh4/getConsole_Command_CacheWarmupService.php deleted file mode 100644 index 2f792024..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_CacheWarmupService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($container->services['cache_warmer'] ?? $container->load('getCacheWarmerService'))); - - $instance->setName('cache:warmup'); - $instance->setDescription('Warm up an empty cache'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_ConfigDebugService.php b/var/cache/dev/ContainerBNoZEh4/getConsole_Command_ConfigDebugService.php deleted file mode 100644 index bea58b05..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_ConfigDebugService.php +++ /dev/null @@ -1,34 +0,0 @@ -privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand(); - - $instance->setName('debug:config'); - $instance->setDescription('Dump the current configuration for an extension'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_ConfigDumpReferenceService.php b/var/cache/dev/ContainerBNoZEh4/getConsole_Command_ConfigDumpReferenceService.php deleted file mode 100644 index a30c6a82..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_ConfigDumpReferenceService.php +++ /dev/null @@ -1,34 +0,0 @@ -privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand(); - - $instance->setName('config:dump-reference'); - $instance->setDescription('Dump the default configuration for an extension'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_ContainerDebugService.php b/var/cache/dev/ContainerBNoZEh4/getConsole_Command_ContainerDebugService.php deleted file mode 100644 index 06a66a08..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_ContainerDebugService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand(); - - $instance->setName('debug:container'); - $instance->setDescription('Display current services for an application'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_ContainerLintService.php b/var/cache/dev/ContainerBNoZEh4/getConsole_Command_ContainerLintService.php deleted file mode 100644 index 635c3dcc..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_ContainerLintService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand(); - - $instance->setName('lint:container'); - $instance->setDescription('Ensure that arguments injected into services match type declarations'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_DebugAutowiringService.php b/var/cache/dev/ContainerBNoZEh4/getConsole_Command_DebugAutowiringService.php deleted file mode 100644 index dfa7b4d3..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_DebugAutowiringService.php +++ /dev/null @@ -1,34 +0,0 @@ -privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($container->privates['debug.file_link_formatter'] ??= new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter($container->getEnv('default::SYMFONY_IDE')))); - - $instance->setName('debug:autowiring'); - $instance->setDescription('List classes/interfaces you can use for autowiring'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_DotenvDebugService.php b/var/cache/dev/ContainerBNoZEh4/getConsole_Command_DotenvDebugService.php deleted file mode 100644 index 105c7ca6..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_DotenvDebugService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__, 4)); - - $instance->setName('debug:dotenv'); - $instance->setDescription('Lists all dotenv files with variables and values'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_EventDispatcherDebugService.php b/var/cache/dev/ContainerBNoZEh4/getConsole_Command_EventDispatcherDebugService.php deleted file mode 100644 index f01ecb8f..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_EventDispatcherDebugService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($container->privates['.service_locator.Oannbdp'] ?? $container->load('get_ServiceLocator_OannbdpService'))); - - $instance->setName('debug:event-dispatcher'); - $instance->setDescription('Display configured listeners for an application'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_MailerTestService.php b/var/cache/dev/ContainerBNoZEh4/getConsole_Command_MailerTestService.php deleted file mode 100644 index 5efabbe7..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_MailerTestService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['console.command.mailer_test'] = $instance = new \Symfony\Component\Mailer\Command\MailerTestCommand(($container->privates['mailer.transports'] ?? $container->load('getMailer_TransportsService'))); - - $instance->setName('mailer:test'); - $instance->setDescription('Test Mailer transports by sending an email'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_RouterDebugService.php b/var/cache/dev/ContainerBNoZEh4/getConsole_Command_RouterDebugService.php deleted file mode 100644 index 3c0d8795..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_RouterDebugService.php +++ /dev/null @@ -1,33 +0,0 @@ -privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($container->services['router'] ?? self::getRouterService($container)), ($container->privates['debug.file_link_formatter'] ??= new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter($container->getEnv('default::SYMFONY_IDE')))); - - $instance->setName('debug:router'); - $instance->setDescription('Display current routes for an application'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_RouterMatchService.php b/var/cache/dev/ContainerBNoZEh4/getConsole_Command_RouterMatchService.php deleted file mode 100644 index 7c01119f..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_RouterMatchService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($container->services['router'] ?? self::getRouterService($container)), new RewindableGenerator(fn () => new \EmptyIterator(), 0)); - - $instance->setName('router:match'); - $instance->setDescription('Help debug routes by simulating a path info match'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_SecretsDecryptToLocalService.php b/var/cache/dev/ContainerBNoZEh4/getConsole_Command_SecretsDecryptToLocalService.php deleted file mode 100644 index 0d845597..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_SecretsDecryptToLocalService.php +++ /dev/null @@ -1,33 +0,0 @@ -privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($container->privates['secrets.vault'] ?? $container->load('getSecrets_VaultService')), ($container->privates['secrets.local_vault'] ??= new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))); - - $instance->setName('secrets:decrypt-to-local'); - $instance->setDescription('Decrypt all secrets and stores them in the local vault'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_SecretsEncryptFromLocalService.php b/var/cache/dev/ContainerBNoZEh4/getConsole_Command_SecretsEncryptFromLocalService.php deleted file mode 100644 index 6164ab47..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_SecretsEncryptFromLocalService.php +++ /dev/null @@ -1,33 +0,0 @@ -privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($container->privates['secrets.vault'] ?? $container->load('getSecrets_VaultService')), ($container->privates['secrets.local_vault'] ??= new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))); - - $instance->setName('secrets:encrypt-from-local'); - $instance->setDescription('Encrypt all local secrets to the vault'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_SecretsGenerateKeyService.php b/var/cache/dev/ContainerBNoZEh4/getConsole_Command_SecretsGenerateKeyService.php deleted file mode 100644 index 6b769732..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_SecretsGenerateKeyService.php +++ /dev/null @@ -1,33 +0,0 @@ -privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($container->privates['secrets.vault'] ?? $container->load('getSecrets_VaultService')), ($container->privates['secrets.local_vault'] ??= new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))); - - $instance->setName('secrets:generate-keys'); - $instance->setDescription('Generate new encryption keys'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_SecretsListService.php b/var/cache/dev/ContainerBNoZEh4/getConsole_Command_SecretsListService.php deleted file mode 100644 index f21d3dec..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_SecretsListService.php +++ /dev/null @@ -1,33 +0,0 @@ -privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($container->privates['secrets.vault'] ?? $container->load('getSecrets_VaultService')), ($container->privates['secrets.local_vault'] ??= new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))); - - $instance->setName('secrets:list'); - $instance->setDescription('List all secrets'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_SecretsRemoveService.php b/var/cache/dev/ContainerBNoZEh4/getConsole_Command_SecretsRemoveService.php deleted file mode 100644 index be91839d..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_SecretsRemoveService.php +++ /dev/null @@ -1,33 +0,0 @@ -privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($container->privates['secrets.vault'] ?? $container->load('getSecrets_VaultService')), ($container->privates['secrets.local_vault'] ??= new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))); - - $instance->setName('secrets:remove'); - $instance->setDescription('Remove a secret from the vault'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_SecretsSetService.php b/var/cache/dev/ContainerBNoZEh4/getConsole_Command_SecretsSetService.php deleted file mode 100644 index c086738c..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_SecretsSetService.php +++ /dev/null @@ -1,33 +0,0 @@ -privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($container->privates['secrets.vault'] ?? $container->load('getSecrets_VaultService')), ($container->privates['secrets.local_vault'] ??= new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))); - - $instance->setName('secrets:set'); - $instance->setDescription('Set a secret in the vault'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_ValidatorDebugService.php b/var/cache/dev/ContainerBNoZEh4/getConsole_Command_ValidatorDebugService.php deleted file mode 100644 index dda48ce0..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_ValidatorDebugService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($container->privates['validator'] ?? $container->load('getValidatorService'))); - - $instance->setName('debug:validator'); - $instance->setDescription('Display validation constraints for classes'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_YamlLintService.php b/var/cache/dev/ContainerBNoZEh4/getConsole_Command_YamlLintService.php deleted file mode 100644 index 7db17a71..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getConsole_Command_YamlLintService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand(); - - $instance->setName('lint:yaml'); - $instance->setDescription('Lint a YAML file and outputs encountered errors'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getConsole_ErrorListenerService.php b/var/cache/dev/ContainerBNoZEh4/getConsole_ErrorListenerService.php deleted file mode 100644 index 3cd27e81..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getConsole_ErrorListenerService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener(($container->privates['logger'] ?? self::getLoggerService($container))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getContainer_EnvVarProcessorService.php b/var/cache/dev/ContainerBNoZEh4/getContainer_EnvVarProcessorService.php deleted file mode 100644 index e577cd81..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getContainer_EnvVarProcessorService.php +++ /dev/null @@ -1,28 +0,0 @@ -privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($container, new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['secrets.vault'] ?? $container->load('getSecrets_VaultService')); - }, 1)); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getContainer_EnvVarProcessorsLocatorService.php b/var/cache/dev/ContainerBNoZEh4/getContainer_EnvVarProcessorsLocatorService.php deleted file mode 100644 index 7c8160a0..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getContainer_EnvVarProcessorsLocatorService.php +++ /dev/null @@ -1,63 +0,0 @@ -services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'base64' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - 'bool' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - 'const' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - 'csv' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - 'default' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - 'enum' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - 'file' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - 'float' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - 'int' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - 'json' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - 'key' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - 'not' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - 'query_string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - 'require' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - 'resolve' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - 'shuffle' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - 'string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - 'trim' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - 'url' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - ], [ - 'base64' => '?', - 'bool' => '?', - 'const' => '?', - 'csv' => '?', - 'default' => '?', - 'enum' => '?', - 'file' => '?', - 'float' => '?', - 'int' => '?', - 'json' => '?', - 'key' => '?', - 'not' => '?', - 'query_string' => '?', - 'require' => '?', - 'resolve' => '?', - 'shuffle' => '?', - 'string' => '?', - 'trim' => '?', - 'url' => '?', - ]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getContainer_GetRoutingConditionServiceService.php b/var/cache/dev/ContainerBNoZEh4/getContainer_GetRoutingConditionServiceService.php deleted file mode 100644 index 460ec81e..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getContainer_GetRoutingConditionServiceService.php +++ /dev/null @@ -1,23 +0,0 @@ -services['container.get_routing_condition_service'] = (new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], []))->get(...); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getController_TemplateAttributeListenerService.php b/var/cache/dev/ContainerBNoZEh4/getController_TemplateAttributeListenerService.php deleted file mode 100644 index 93c4627e..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getController_TemplateAttributeListenerService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['twig'] ?? $container->load('getTwigService')); - - if (isset($container->privates['controller.template_attribute_listener'])) { - return $container->privates['controller.template_attribute_listener']; - } - - return $container->privates['controller.template_attribute_listener'] = new \Symfony\Bridge\Twig\EventListener\TemplateAttributeListener($a); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getCustomRoleRepositoryService.php b/var/cache/dev/ContainerBNoZEh4/getCustomRoleRepositoryService.php deleted file mode 100644 index 373584ec..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getCustomRoleRepositoryService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['DMD\\LaLigaApi\\Repository\\CustomRoleRepository'] = new \DMD\LaLigaApi\Repository\CustomRoleRepository(($container->services['doctrine'] ?? $container->load('getDoctrineService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDebug_ErrorHandlerConfiguratorService.php b/var/cache/dev/ContainerBNoZEh4/getDebug_ErrorHandlerConfiguratorService.php deleted file mode 100644 index 9ccc443c..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDebug_ErrorHandlerConfiguratorService.php +++ /dev/null @@ -1,25 +0,0 @@ -services['debug.error_handler_configurator'] = new \Symfony\Component\HttpKernel\Debug\ErrorHandlerConfigurator(($container->privates['logger'] ?? self::getLoggerService($container)), NULL, -1, true, true, NULL); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDebug_Security_EventDispatcher_ApiService.php b/var/cache/dev/ContainerBNoZEh4/getDebug_Security_EventDispatcher_ApiService.php deleted file mode 100644 index 27061f6c..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDebug_Security_EventDispatcher_ApiService.php +++ /dev/null @@ -1,33 +0,0 @@ -privates['debug.security.event_dispatcher.api'] = $instance = new \Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true)), ($container->privates['logger'] ?? self::getLoggerService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack())); - - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [#[\Closure(name: 'security.listener.user_checker.api', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener')] fn () => ($container->privates['security.listener.user_checker.api'] ?? $container->load('getSecurity_Listener_UserChecker_ApiService')), 'preCheckCredentials'], 256); - $instance->addListener('security.authentication.success', [#[\Closure(name: 'security.listener.user_checker.api', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener')] fn () => ($container->privates['security.listener.user_checker.api'] ?? $container->load('getSecurity_Listener_UserChecker_ApiService')), 'postCheckCredentials'], 256); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [#[\Closure(name: 'security.listener.user_provider', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener')] fn () => ($container->privates['security.listener.user_provider'] ?? $container->load('getSecurity_Listener_UserProviderService')), 'checkPassport'], 1024); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [#[\Closure(name: 'security.listener.check_authenticator_credentials', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener')] fn () => ($container->privates['security.listener.check_authenticator_credentials'] ?? $container->load('getSecurity_Listener_CheckAuthenticatorCredentialsService')), 'checkPassport'], 0); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [#[\Closure(name: 'security.listener.password_migrating', class: 'Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener')] fn () => ($container->privates['security.listener.password_migrating'] ?? $container->load('getSecurity_Listener_PasswordMigratingService')), 'onLoginSuccess'], 0); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [#[\Closure(name: 'security.listener.csrf_protection', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener')] fn () => ($container->privates['security.listener.csrf_protection'] ?? $container->load('getSecurity_Listener_CsrfProtectionService')), 'checkPassport'], 512); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [#[\Closure(name: 'security.logout.listener.csrf_token_clearing', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfTokenClearingLogoutListener')] fn () => ($container->privates['security.logout.listener.csrf_token_clearing'] ?? $container->load('getSecurity_Logout_Listener_CsrfTokenClearingService')), 'onLogout'], 0); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDebug_Security_EventDispatcher_LoginService.php b/var/cache/dev/ContainerBNoZEh4/getDebug_Security_EventDispatcher_LoginService.php deleted file mode 100644 index 3e725bc9..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDebug_Security_EventDispatcher_LoginService.php +++ /dev/null @@ -1,33 +0,0 @@ -privates['debug.security.event_dispatcher.login'] = $instance = new \Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true)), ($container->privates['logger'] ?? self::getLoggerService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack())); - - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [#[\Closure(name: 'security.listener.user_checker.login', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener')] fn () => ($container->privates['security.listener.user_checker.login'] ?? $container->load('getSecurity_Listener_UserChecker_LoginService')), 'preCheckCredentials'], 256); - $instance->addListener('security.authentication.success', [#[\Closure(name: 'security.listener.user_checker.login', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener')] fn () => ($container->privates['security.listener.user_checker.login'] ?? $container->load('getSecurity_Listener_UserChecker_LoginService')), 'postCheckCredentials'], 256); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [#[\Closure(name: 'security.listener.user_provider', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener')] fn () => ($container->privates['security.listener.user_provider'] ?? $container->load('getSecurity_Listener_UserProviderService')), 'checkPassport'], 1024); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [#[\Closure(name: 'security.listener.check_authenticator_credentials', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener')] fn () => ($container->privates['security.listener.check_authenticator_credentials'] ?? $container->load('getSecurity_Listener_CheckAuthenticatorCredentialsService')), 'checkPassport'], 0); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [#[\Closure(name: 'security.listener.password_migrating', class: 'Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener')] fn () => ($container->privates['security.listener.password_migrating'] ?? $container->load('getSecurity_Listener_PasswordMigratingService')), 'onLoginSuccess'], 0); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [#[\Closure(name: 'security.listener.csrf_protection', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener')] fn () => ($container->privates['security.listener.csrf_protection'] ?? $container->load('getSecurity_Listener_CsrfProtectionService')), 'checkPassport'], 512); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [#[\Closure(name: 'security.logout.listener.csrf_token_clearing', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfTokenClearingLogoutListener')] fn () => ($container->privates['security.logout.listener.csrf_token_clearing'] ?? $container->load('getSecurity_Logout_Listener_CsrfTokenClearingService')), 'onLogout'], 0); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDebug_Security_Firewall_Authenticator_ApiService.php b/var/cache/dev/ContainerBNoZEh4/getDebug_Security_Firewall_Authenticator_ApiService.php deleted file mode 100644 index d3da529e..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDebug_Security_Firewall_Authenticator_ApiService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['security.authenticator.manager.api'] ?? $container->load('getSecurity_Authenticator_Manager_ApiService')); - - if (isset($container->privates['debug.security.firewall.authenticator.api'])) { - return $container->privates['debug.security.firewall.authenticator.api']; - } - - return $container->privates['debug.security.firewall.authenticator.api'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener($a)); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDebug_Security_Firewall_Authenticator_LoginService.php b/var/cache/dev/ContainerBNoZEh4/getDebug_Security_Firewall_Authenticator_LoginService.php deleted file mode 100644 index 9d5e3388..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDebug_Security_Firewall_Authenticator_LoginService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['security.authenticator.manager.login'] ?? $container->load('getSecurity_Authenticator_Manager_LoginService')); - - if (isset($container->privates['debug.security.firewall.authenticator.login'])) { - return $container->privates['debug.security.firewall.authenticator.login']; - } - - return $container->privates['debug.security.firewall.authenticator.login'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener($a)); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDebug_Security_Firewall_Authenticator_MainService.php b/var/cache/dev/ContainerBNoZEh4/getDebug_Security_Firewall_Authenticator_MainService.php deleted file mode 100644 index b8cf5846..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDebug_Security_Firewall_Authenticator_MainService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['debug.security.firewall.authenticator.main'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(($container->privates['security.authenticator.manager.main'] ?? $container->load('getSecurity_Authenticator_Manager_MainService')))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDebug_Security_Voter_VoteListenerService.php b/var/cache/dev/ContainerBNoZEh4/getDebug_Security_Voter_VoteListenerService.php deleted file mode 100644 index 66721e9a..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDebug_Security_Voter_VoteListenerService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['debug.security.access.decision_manager'] ?? self::getDebug_Security_Access_DecisionManagerService($container)); - - if (isset($container->privates['debug.security.voter.vote_listener'])) { - return $container->privates['debug.security.voter.vote_listener']; - } - - return $container->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_CurrentCommandService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_CurrentCommandService.php deleted file mode 100644 index a0b25ae2..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_CurrentCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($container->privates['doctrine.migrations.dependency_factory'] ?? $container->load('getDoctrine_Migrations_DependencyFactoryService')), 'doctrine:migrations:current'); - - $instance->setName('doctrine:migrations:current'); - $instance->setDescription('Outputs the current version'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_DiffCommandService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_DiffCommandService.php deleted file mode 100644 index f95dec2a..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_DiffCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($container->privates['doctrine.migrations.dependency_factory'] ?? $container->load('getDoctrine_Migrations_DependencyFactoryService')), 'doctrine:migrations:diff'); - - $instance->setName('doctrine:migrations:diff'); - $instance->setDescription('Generate a migration by comparing your current database to your mapping information.'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_DumpSchemaCommandService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_DumpSchemaCommandService.php deleted file mode 100644 index e99ff33a..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_DumpSchemaCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($container->privates['doctrine.migrations.dependency_factory'] ?? $container->load('getDoctrine_Migrations_DependencyFactoryService')), 'doctrine:migrations:dump-schema'); - - $instance->setName('doctrine:migrations:dump-schema'); - $instance->setDescription('Dump the schema for your database to a migration.'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_ExecuteCommandService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_ExecuteCommandService.php deleted file mode 100644 index 31e72eff..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_ExecuteCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($container->privates['doctrine.migrations.dependency_factory'] ?? $container->load('getDoctrine_Migrations_DependencyFactoryService')), 'doctrine:migrations:execute'); - - $instance->setName('doctrine:migrations:execute'); - $instance->setDescription('Execute one or more migration versions up or down manually.'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_GenerateCommandService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_GenerateCommandService.php deleted file mode 100644 index 09c5804a..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_GenerateCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($container->privates['doctrine.migrations.dependency_factory'] ?? $container->load('getDoctrine_Migrations_DependencyFactoryService')), 'doctrine:migrations:generate'); - - $instance->setName('doctrine:migrations:generate'); - $instance->setDescription('Generate a blank migration class.'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_LatestCommandService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_LatestCommandService.php deleted file mode 100644 index 8efb8bba..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_LatestCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($container->privates['doctrine.migrations.dependency_factory'] ?? $container->load('getDoctrine_Migrations_DependencyFactoryService')), 'doctrine:migrations:latest'); - - $instance->setName('doctrine:migrations:latest'); - $instance->setDescription('Outputs the latest version'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_MigrateCommandService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_MigrateCommandService.php deleted file mode 100644 index f624727c..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_MigrateCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($container->privates['doctrine.migrations.dependency_factory'] ?? $container->load('getDoctrine_Migrations_DependencyFactoryService')), 'doctrine:migrations:migrate'); - - $instance->setName('doctrine:migrations:migrate'); - $instance->setDescription('Execute a migration to a specified version or the latest available version.'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_RollupCommandService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_RollupCommandService.php deleted file mode 100644 index aa55691b..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_RollupCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($container->privates['doctrine.migrations.dependency_factory'] ?? $container->load('getDoctrine_Migrations_DependencyFactoryService')), 'doctrine:migrations:rollup'); - - $instance->setName('doctrine:migrations:rollup'); - $instance->setDescription('Rollup migrations by deleting all tracked versions and insert the one version that exists.'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_StatusCommandService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_StatusCommandService.php deleted file mode 100644 index 8114af6a..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_StatusCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($container->privates['doctrine.migrations.dependency_factory'] ?? $container->load('getDoctrine_Migrations_DependencyFactoryService')), 'doctrine:migrations:status'); - - $instance->setName('doctrine:migrations:status'); - $instance->setDescription('View the status of a set of migrations.'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_SyncMetadataCommandService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_SyncMetadataCommandService.php deleted file mode 100644 index fe7ec0b5..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_SyncMetadataCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($container->privates['doctrine.migrations.dependency_factory'] ?? $container->load('getDoctrine_Migrations_DependencyFactoryService')), 'doctrine:migrations:sync-metadata-storage'); - - $instance->setName('doctrine:migrations:sync-metadata-storage'); - $instance->setDescription('Ensures that the metadata storage is at the latest version.'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_UpToDateCommandService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_UpToDateCommandService.php deleted file mode 100644 index c34c5b84..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_UpToDateCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($container->privates['doctrine.migrations.dependency_factory'] ?? $container->load('getDoctrine_Migrations_DependencyFactoryService')), 'doctrine:migrations:up-to-date'); - - $instance->setName('doctrine:migrations:up-to-date'); - $instance->setDescription('Tells you if your schema is up-to-date.'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_VersionCommandService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_VersionCommandService.php deleted file mode 100644 index d0211a24..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_VersionCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($container->privates['doctrine.migrations.dependency_factory'] ?? $container->load('getDoctrine_Migrations_DependencyFactoryService')), 'doctrine:migrations:version'); - - $instance->setName('doctrine:migrations:version'); - $instance->setDescription('Manually add and delete migration versions from the version table.'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_VersionsCommandService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_VersionsCommandService.php deleted file mode 100644 index 11731e1a..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrineMigrations_VersionsCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($container->privates['doctrine.migrations.dependency_factory'] ?? $container->load('getDoctrine_Migrations_DependencyFactoryService')), 'doctrine:migrations:versions'); - - $instance->setName('doctrine:migrations:list'); - $instance->setDescription('Display a list of all available migrations and their status.'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrineService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrineService.php deleted file mode 100644 index b5cc2d86..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrineService.php +++ /dev/null @@ -1,29 +0,0 @@ -services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($container, $container->parameters['doctrine.connections'], $container->parameters['doctrine.entity_managers'], 'default', 'default'); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrine_CacheClearMetadataCommandService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrine_CacheClearMetadataCommandService.php deleted file mode 100644 index bfc4766d..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrine_CacheClearMetadataCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand(($container->privates['doctrine.orm.command.entity_manager_provider'] ?? $container->load('getDoctrine_Orm_Command_EntityManagerProviderService'))); - - $instance->setName('doctrine:cache:clear-metadata'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrine_CacheClearQueryCacheCommandService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrine_CacheClearQueryCacheCommandService.php deleted file mode 100644 index aa40f9f9..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrine_CacheClearQueryCacheCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand(($container->privates['doctrine.orm.command.entity_manager_provider'] ?? $container->load('getDoctrine_Orm_Command_EntityManagerProviderService'))); - - $instance->setName('doctrine:cache:clear-query'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrine_CacheClearResultCommandService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrine_CacheClearResultCommandService.php deleted file mode 100644 index 603b6a77..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrine_CacheClearResultCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand(($container->privates['doctrine.orm.command.entity_manager_provider'] ?? $container->load('getDoctrine_Orm_Command_EntityManagerProviderService'))); - - $instance->setName('doctrine:cache:clear-result'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrine_CacheCollectionRegionCommandService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrine_CacheCollectionRegionCommandService.php deleted file mode 100644 index d74a0d29..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrine_CacheCollectionRegionCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand(($container->privates['doctrine.orm.command.entity_manager_provider'] ?? $container->load('getDoctrine_Orm_Command_EntityManagerProviderService'))); - - $instance->setName('doctrine:cache:clear-collection-region'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrine_ClearEntityRegionCommandService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrine_ClearEntityRegionCommandService.php deleted file mode 100644 index a33f0140..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrine_ClearEntityRegionCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand(($container->privates['doctrine.orm.command.entity_manager_provider'] ?? $container->load('getDoctrine_Orm_Command_EntityManagerProviderService'))); - - $instance->setName('doctrine:cache:clear-entity-region'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrine_ClearQueryRegionCommandService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrine_ClearQueryRegionCommandService.php deleted file mode 100644 index 22029948..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrine_ClearQueryRegionCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand(($container->privates['doctrine.orm.command.entity_manager_provider'] ?? $container->load('getDoctrine_Orm_Command_EntityManagerProviderService'))); - - $instance->setName('doctrine:cache:clear-query-region'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrine_DatabaseCreateCommandService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrine_DatabaseCreateCommandService.php deleted file mode 100644 index d407b802..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrine_DatabaseCreateCommandService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($container->services['doctrine'] ?? $container->load('getDoctrineService'))); - - $instance->setName('doctrine:database:create'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrine_DatabaseDropCommandService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrine_DatabaseDropCommandService.php deleted file mode 100644 index 66d7d87d..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrine_DatabaseDropCommandService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($container->services['doctrine'] ?? $container->load('getDoctrineService'))); - - $instance->setName('doctrine:database:drop'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrine_Dbal_DefaultConnectionService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrine_Dbal_DefaultConnectionService.php deleted file mode 100644 index 342fd3a3..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrine_Dbal_DefaultConnectionService.php +++ /dev/null @@ -1,43 +0,0 @@ -privates['doctrine.debug_data_holder'] ??= new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder($container->parameters['nelmio_api_doc.areas'])), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))); - $b->setConnectionName('default'); - - $a->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory()); - $a->setMiddlewares([$b]); - - return $container->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2', 'mssql' => 'pdo_sqlsrv', 'mysql' => 'pdo_mysql', 'mysql2' => 'pdo_mysql', 'postgres' => 'pdo_pgsql', 'postgresql' => 'pdo_pgsql', 'pgsql' => 'pdo_pgsql', 'sqlite' => 'pdo_sqlite', 'sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => 'mysql://root:root@localhost:3307/la_liga?serverVersion=7.4.16&charset=utf8mb4', 'driver' => 'pdo_mysql', 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => []], $a, ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? $container->load('getDoctrine_Dbal_DefaultConnection_EventManagerService')), []); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrine_Dbal_DefaultConnection_EventManagerService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrine_Dbal_DefaultConnection_EventManagerService.php deleted file mode 100644 index 8132c885..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrine_Dbal_DefaultConnection_EventManagerService.php +++ /dev/null @@ -1,38 +0,0 @@ -privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true], - 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_listener' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_listener', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaListenerService', true], - 'doctrine.orm.listeners.doctrine_token_provider_schema_listener' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_listener', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaListenerService', true], - 'doctrine.orm.listeners.lock_store_schema_listener' => ['privates', 'doctrine.orm.listeners.lock_store_schema_listener', 'getDoctrine_Orm_Listeners_LockStoreSchemaListenerService', true], - 'doctrine.orm.listeners.pdo_session_handler_schema_listener' => ['privates', 'doctrine.orm.listeners.pdo_session_handler_schema_listener', 'getDoctrine_Orm_Listeners_PdoSessionHandlerSchemaListenerService', true], - ], [ - 'doctrine.orm.default_listeners.attach_entity_listeners' => '?', - 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_listener' => '?', - 'doctrine.orm.listeners.doctrine_token_provider_schema_listener' => '?', - 'doctrine.orm.listeners.lock_store_schema_listener' => '?', - 'doctrine.orm.listeners.pdo_session_handler_schema_listener' => '?', - ]), [[['postGenerateSchema'], 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_listener'], [['postGenerateSchema'], 'doctrine.orm.listeners.doctrine_token_provider_schema_listener'], [['postGenerateSchema'], 'doctrine.orm.listeners.pdo_session_handler_schema_listener'], [['postGenerateSchema'], 'doctrine.orm.listeners.lock_store_schema_listener'], [['loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners']]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrine_EnsureProductionSettingsCommandService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrine_EnsureProductionSettingsCommandService.php deleted file mode 100644 index a0792eab..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrine_EnsureProductionSettingsCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand(($container->privates['doctrine.orm.command.entity_manager_provider'] ?? $container->load('getDoctrine_Orm_Command_EntityManagerProviderService'))); - - $instance->setName('doctrine:ensure-production-settings'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrine_MappingConvertCommandService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrine_MappingConvertCommandService.php deleted file mode 100644 index 5b20bf85..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrine_MappingConvertCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand(($container->privates['doctrine.orm.command.entity_manager_provider'] ?? $container->load('getDoctrine_Orm_Command_EntityManagerProviderService'))); - - $instance->setName('doctrine:mapping:convert'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrine_MappingImportCommandService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrine_MappingImportCommandService.php deleted file mode 100644 index cecbdc9c..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrine_MappingImportCommandService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($container->services['doctrine'] ?? $container->load('getDoctrineService')), $container->parameters['kernel.bundles']); - - $instance->setName('doctrine:mapping:import'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrine_MappingInfoCommandService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrine_MappingInfoCommandService.php deleted file mode 100644 index ec097f69..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrine_MappingInfoCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\InfoCommand(($container->privates['doctrine.orm.command.entity_manager_provider'] ?? $container->load('getDoctrine_Orm_Command_EntityManagerProviderService'))); - - $instance->setName('doctrine:mapping:info'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrine_Migrations_ContainerAwareMigrationsFactoryService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrine_Migrations_ContainerAwareMigrationsFactoryService.php deleted file mode 100644 index 6d9ce2cd..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrine_Migrations_ContainerAwareMigrationsFactoryService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine.migrations.dependency_factory'] ?? $container->load('getDoctrine_Migrations_DependencyFactoryService')); - - if (isset($container->privates['doctrine.migrations.container_aware_migrations_factory'])) { - return $container->privates['doctrine.migrations.container_aware_migrations_factory']; - } - - return $container->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $container); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrine_Migrations_DependencyFactoryService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrine_Migrations_DependencyFactoryService.php deleted file mode 100644 index 91591eae..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrine_Migrations_DependencyFactoryService.php +++ /dev/null @@ -1,43 +0,0 @@ -addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__, 4).'/migrations')); - $a->setAllOrNothing(false); - $a->setCheckDatabasePlatform(true); - $a->setTransactional(true); - $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration()); - - $container->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($container->services['doctrine'] ?? $container->load('getDoctrineService'))), ($container->privates['logger'] ?? self::getLoggerService($container))); - - $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', #[\Closure(name: 'doctrine.migrations.container_aware_migrations_factory', class: 'Doctrine\\Bundle\\MigrationsBundle\\MigrationsFactory\\ContainerAwareMigrationFactory')] fn () => ($container->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $container->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'))); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrine_Orm_Command_EntityManagerProviderService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrine_Orm_Command_EntityManagerProviderService.php deleted file mode 100644 index d923171c..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrine_Orm_Command_EntityManagerProviderService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($container->services['doctrine'] ?? $container->load('getDoctrineService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrine_Orm_DefaultEntityManagerService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrine_Orm_DefaultEntityManagerService.php deleted file mode 100644 index 19adcc3f..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrine_Orm_DefaultEntityManagerService.php +++ /dev/null @@ -1,119 +0,0 @@ -services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostAd02211', static fn () => \EntityManagerGhostAd02211::createLazyGhost(static fn ($proxy) => self::do($container, $proxy))); - } - - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'common'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Proxy'.\DIRECTORY_SEPARATOR.'Autoloader.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Proxy'.\DIRECTORY_SEPARATOR.'Autoloader.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'persistence'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Persistence'.\DIRECTORY_SEPARATOR.'ObjectManager.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'EntityManagerInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'EntityManager.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'dbal'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Configuration.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Configuration.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'psr'.\DIRECTORY_SEPARATOR.'cache'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'CacheItemPoolInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'cache'.\DIRECTORY_SEPARATOR.'Adapter'.\DIRECTORY_SEPARATOR.'AdapterInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'cache-contracts'.\DIRECTORY_SEPARATOR.'CacheInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'psr'.\DIRECTORY_SEPARATOR.'log'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'LoggerAwareInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'cache'.\DIRECTORY_SEPARATOR.'ResettableInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'psr'.\DIRECTORY_SEPARATOR.'log'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'LoggerAwareTrait.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'cache'.\DIRECTORY_SEPARATOR.'Adapter'.\DIRECTORY_SEPARATOR.'ArrayAdapter.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'persistence'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Persistence'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'Driver'.\DIRECTORY_SEPARATOR.'MappingDriver.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-bundle'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'MappingDriver.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'persistence'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Persistence'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'Driver'.\DIRECTORY_SEPARATOR.'MappingDriverChain.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'NamingStrategy.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'UnderscoreNamingStrategy.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'QuoteStrategy.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Internal'.\DIRECTORY_SEPARATOR.'SQLResultCasing.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'DefaultQuoteStrategy.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'EntityListenerResolver.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-bundle'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'EntityListenerServiceResolver.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-bundle'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'ContainerEntityListenerResolver.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Repository'.\DIRECTORY_SEPARATOR.'RepositoryFactory.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-bundle'.\DIRECTORY_SEPARATOR.'Repository'.\DIRECTORY_SEPARATOR.'RepositoryFactoryCompatibility.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-bundle'.\DIRECTORY_SEPARATOR.'Repository'.\DIRECTORY_SEPARATOR.'ContainerRepositoryFactory.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-bundle'.\DIRECTORY_SEPARATOR.'ManagerConfigurator.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'Driver'.\DIRECTORY_SEPARATOR.'CompatibilityAnnotationDriver.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'persistence'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Persistence'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'Driver'.\DIRECTORY_SEPARATOR.'ColocatedMappingDriver.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'Driver'.\DIRECTORY_SEPARATOR.'ReflectionBasedDriver.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'Driver'.\DIRECTORY_SEPARATOR.'AttributeDriver.php'; - - $a = new \Doctrine\ORM\Configuration(); - - $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain(); - $b->addDriver(($container->privates['doctrine.orm.default_attribute_metadata_driver'] ??= new \Doctrine\ORM\Mapping\Driver\AttributeDriver([(\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Entity')], true)), 'DMD\\LaLigaApi\\Entity'); - - $a->setEntityNamespaces(['App' => 'DMD\\LaLigaApi\\Entity']); - $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter()); - $a->setQueryCache(($container->privates['cache.doctrine.orm.default.query'] ??= new \Symfony\Component\Cache\Adapter\ArrayAdapter())); - $a->setResultCache(($container->privates['cache.doctrine.orm.default.result'] ??= new \Symfony\Component\Cache\Adapter\ArrayAdapter())); - $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true], - 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true], - ], [ - 'doctrine.ulid_generator' => '?', - 'doctrine.uuid_generator' => '?', - ]))); - $a->setProxyDir(($container->targetDir.''.'/doctrine/orm/Proxies')); - $a->setProxyNamespace('Proxies'); - $a->setAutoGenerateProxyClasses(true); - $a->setSchemaIgnoreClasses([]); - $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory'); - $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository'); - $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true)); - $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy()); - $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($container)); - $a->setLazyGhostObjectEnabled(true); - $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'DMD\\LaLigaApi\\Repository\\CustomRoleRepository' => ['privates', 'DMD\\LaLigaApi\\Repository\\CustomRoleRepository', 'getCustomRoleRepositoryService', true], - 'DMD\\LaLigaApi\\Repository\\FacilityRepository' => ['privates', 'DMD\\LaLigaApi\\Repository\\FacilityRepository', 'getFacilityRepositoryService', true], - 'DMD\\LaLigaApi\\Repository\\FileRepository' => ['privates', 'DMD\\LaLigaApi\\Repository\\FileRepository', 'getFileRepositoryService', true], - 'DMD\\LaLigaApi\\Repository\\GameRepository' => ['privates', 'DMD\\LaLigaApi\\Repository\\GameRepository', 'getGameRepositoryService', true], - 'DMD\\LaLigaApi\\Repository\\LeagueRepository' => ['privates', 'DMD\\LaLigaApi\\Repository\\LeagueRepository', 'getLeagueRepositoryService', true], - 'DMD\\LaLigaApi\\Repository\\LogRepository' => ['privates', 'DMD\\LaLigaApi\\Repository\\LogRepository', 'getLogRepositoryService', true], - 'DMD\\LaLigaApi\\Repository\\NotificationRepository' => ['privates', 'DMD\\LaLigaApi\\Repository\\NotificationRepository', 'getNotificationRepositoryService', true], - 'DMD\\LaLigaApi\\Repository\\PlayerRepository' => ['privates', 'DMD\\LaLigaApi\\Repository\\PlayerRepository', 'getPlayerRepositoryService', true], - 'DMD\\LaLigaApi\\Repository\\SeasonDataRepository' => ['privates', 'DMD\\LaLigaApi\\Repository\\SeasonDataRepository', 'getSeasonDataRepositoryService', true], - 'DMD\\LaLigaApi\\Repository\\SeasonRepository' => ['privates', 'DMD\\LaLigaApi\\Repository\\SeasonRepository', 'getSeasonRepositoryService', true], - 'DMD\\LaLigaApi\\Repository\\TeamRepository' => ['privates', 'DMD\\LaLigaApi\\Repository\\TeamRepository', 'getTeamRepositoryService', true], - 'DMD\\LaLigaApi\\Repository\\UserRepository' => ['privates', 'DMD\\LaLigaApi\\Repository\\UserRepository', 'getUserRepositoryService', true], - ], [ - 'DMD\\LaLigaApi\\Repository\\CustomRoleRepository' => '?', - 'DMD\\LaLigaApi\\Repository\\FacilityRepository' => '?', - 'DMD\\LaLigaApi\\Repository\\FileRepository' => '?', - 'DMD\\LaLigaApi\\Repository\\GameRepository' => '?', - 'DMD\\LaLigaApi\\Repository\\LeagueRepository' => '?', - 'DMD\\LaLigaApi\\Repository\\LogRepository' => '?', - 'DMD\\LaLigaApi\\Repository\\NotificationRepository' => '?', - 'DMD\\LaLigaApi\\Repository\\PlayerRepository' => '?', - 'DMD\\LaLigaApi\\Repository\\SeasonDataRepository' => '?', - 'DMD\\LaLigaApi\\Repository\\SeasonRepository' => '?', - 'DMD\\LaLigaApi\\Repository\\TeamRepository' => '?', - 'DMD\\LaLigaApi\\Repository\\UserRepository' => '?', - ]))); - - $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? $container->load('getDoctrine_Dbal_DefaultConnectionService')), $a, ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? $container->load('getDoctrine_Dbal_DefaultConnection_EventManagerService'))) && false ?: $lazyLoad); - - (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php deleted file mode 100644 index e507cd61..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php +++ /dev/null @@ -1,28 +0,0 @@ -privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($container->services['doctrine.orm.default_entity_manager'] ?? $container->load('getDoctrine_Orm_DefaultEntityManagerService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php deleted file mode 100644 index fb22ad2b..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener(); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaListenerService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaListenerService.php deleted file mode 100644 index 37cba3d2..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaListenerService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_listener'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaListener([]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaListenerService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaListenerService.php deleted file mode 100644 index c3b57536..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaListenerService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['doctrine.orm.listeners.doctrine_token_provider_schema_listener'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaListener(new RewindableGenerator(fn () => new \EmptyIterator(), 0)); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrine_Orm_Listeners_LockStoreSchemaListenerService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrine_Orm_Listeners_LockStoreSchemaListenerService.php deleted file mode 100644 index 5aae1150..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrine_Orm_Listeners_LockStoreSchemaListenerService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['doctrine.orm.listeners.lock_store_schema_listener'] = new \Symfony\Bridge\Doctrine\SchemaListener\LockStoreSchemaListener(new RewindableGenerator(fn () => new \EmptyIterator(), 0)); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrine_Orm_Listeners_PdoSessionHandlerSchemaListenerService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrine_Orm_Listeners_PdoSessionHandlerSchemaListenerService.php deleted file mode 100644 index 7a32381b..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrine_Orm_Listeners_PdoSessionHandlerSchemaListenerService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['doctrine.orm.listeners.pdo_session_handler_schema_listener'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoSessionHandlerSchemaListener(($container->privates['session.handler.native'] ?? $container->load('getSession_Handler_NativeService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrine_Orm_ProxyCacheWarmerService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrine_Orm_ProxyCacheWarmerService.php deleted file mode 100644 index e1016b69..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrine_Orm_ProxyCacheWarmerService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($container->services['doctrine'] ?? $container->load('getDoctrineService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrine_Orm_Validator_UniqueService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrine_Orm_Validator_UniqueService.php deleted file mode 100644 index ca00c9d6..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrine_Orm_Validator_UniqueService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($container->services['doctrine'] ?? $container->load('getDoctrineService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrine_QueryDqlCommandService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrine_QueryDqlCommandService.php deleted file mode 100644 index e57123c9..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrine_QueryDqlCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine.query_dql_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\RunDqlCommand(($container->privates['doctrine.orm.command.entity_manager_provider'] ?? $container->load('getDoctrine_Orm_Command_EntityManagerProviderService'))); - - $instance->setName('doctrine:query:dql'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrine_QuerySqlCommandService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrine_QuerySqlCommandService.php deleted file mode 100644 index 5818b055..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrine_QuerySqlCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($container->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $container->load('getManagerRegistryAwareConnectionProviderService'))); - - $instance->setName('doctrine:query:sql'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrine_SchemaCreateCommandService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrine_SchemaCreateCommandService.php deleted file mode 100644 index 9623875e..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrine_SchemaCreateCommandService.php +++ /dev/null @@ -1,33 +0,0 @@ -privates['doctrine.schema_create_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand(($container->privates['doctrine.orm.command.entity_manager_provider'] ?? $container->load('getDoctrine_Orm_Command_EntityManagerProviderService'))); - - $instance->setName('doctrine:schema:create'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrine_SchemaDropCommandService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrine_SchemaDropCommandService.php deleted file mode 100644 index 44219d5f..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrine_SchemaDropCommandService.php +++ /dev/null @@ -1,33 +0,0 @@ -privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand(($container->privates['doctrine.orm.command.entity_manager_provider'] ?? $container->load('getDoctrine_Orm_Command_EntityManagerProviderService'))); - - $instance->setName('doctrine:schema:drop'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrine_SchemaUpdateCommandService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrine_SchemaUpdateCommandService.php deleted file mode 100644 index 81435cf4..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrine_SchemaUpdateCommandService.php +++ /dev/null @@ -1,33 +0,0 @@ -privates['doctrine.schema_update_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand(($container->privates['doctrine.orm.command.entity_manager_provider'] ?? $container->load('getDoctrine_Orm_Command_EntityManagerProviderService'))); - - $instance->setName('doctrine:schema:update'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrine_SchemaValidateCommandService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrine_SchemaValidateCommandService.php deleted file mode 100644 index 67c008d1..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrine_SchemaValidateCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand(($container->privates['doctrine.orm.command.entity_manager_provider'] ?? $container->load('getDoctrine_Orm_Command_EntityManagerProviderService'))); - - $instance->setName('doctrine:schema:validate'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrine_UlidGeneratorService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrine_UlidGeneratorService.php deleted file mode 100644 index ed3b006b..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrine_UlidGeneratorService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getDoctrine_UuidGeneratorService.php b/var/cache/dev/ContainerBNoZEh4/getDoctrine_UuidGeneratorService.php deleted file mode 100644 index e3fa9e96..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getDoctrine_UuidGeneratorService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getEmailSenderService.php b/var/cache/dev/ContainerBNoZEh4/getEmailSenderService.php deleted file mode 100644 index b9974aa0..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getEmailSenderService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\Common\\EmailSender'] = new \DMD\LaLigaApi\Service\Common\EmailSender(($container->privates['mailer.mailer'] ?? $container->load('getMailer_MailerService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getErrorControllerService.php b/var/cache/dev/ContainerBNoZEh4/getErrorControllerService.php deleted file mode 100644 index 9ad103fe..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getErrorControllerService.php +++ /dev/null @@ -1,31 +0,0 @@ -services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()); - - return $container->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($container->services['http_kernel'] ?? self::getHttpKernelService($container)), 'error_controller', new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($container->privates['twig'] ?? $container->load('getTwigService')), new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true), 'UTF-8', ($container->privates['debug.file_link_formatter'] ??= new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter($container->getEnv('default::SYMFONY_IDE'))), \dirname(__DIR__, 4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($container->privates['logger'] ?? self::getLoggerService($container))), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($a, true))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getExceptionListenerService.php b/var/cache/dev/ContainerBNoZEh4/getExceptionListenerService.php deleted file mode 100644 index 88026891..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getExceptionListenerService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['DMD\\LaLigaApi\\Exception\\ExceptionListener'] = new \DMD\LaLigaApi\Exception\ExceptionListener(($container->services['doctrine.orm.default_entity_manager'] ?? $container->load('getDoctrine_Orm_DefaultEntityManagerService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getFacilityRepositoryService.php b/var/cache/dev/ContainerBNoZEh4/getFacilityRepositoryService.php deleted file mode 100644 index 262a78ad..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getFacilityRepositoryService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['DMD\\LaLigaApi\\Repository\\FacilityRepository'] = new \DMD\LaLigaApi\Repository\FacilityRepository(($container->services['doctrine'] ?? $container->load('getDoctrineService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getFileRepositoryService.php b/var/cache/dev/ContainerBNoZEh4/getFileRepositoryService.php deleted file mode 100644 index ab9dda08..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getFileRepositoryService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['DMD\\LaLigaApi\\Repository\\FileRepository'] = new \DMD\LaLigaApi\Repository\FileRepository(($container->services['doctrine'] ?? $container->load('getDoctrineService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getFragment_Renderer_InlineService.php b/var/cache/dev/ContainerBNoZEh4/getFragment_Renderer_InlineService.php deleted file mode 100644 index 605db843..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getFragment_Renderer_InlineService.php +++ /dev/null @@ -1,42 +0,0 @@ -services['http_kernel'] ?? self::getHttpKernelService($container)); - - if (isset($container->privates['fragment.renderer.inline'])) { - return $container->privates['fragment.renderer.inline']; - } - $b = ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)); - - if (isset($container->privates['fragment.renderer.inline'])) { - return $container->privates['fragment.renderer.inline']; - } - - $container->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a, $b); - - $instance->setFragmentPath('/_fragment'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getGameRepositoryService.php b/var/cache/dev/ContainerBNoZEh4/getGameRepositoryService.php deleted file mode 100644 index dce8eae3..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getGameRepositoryService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['DMD\\LaLigaApi\\Repository\\GameRepository'] = new \DMD\LaLigaApi\Repository\GameRepository(($container->services['doctrine'] ?? $container->load('getDoctrineService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getHandleAcceptJoinLeagueRequestService.php b/var/cache/dev/ContainerBNoZEh4/getHandleAcceptJoinLeagueRequestService.php deleted file mode 100644 index 02451512..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getHandleAcceptJoinLeagueRequestService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\League\\acceptJoinLeagueRequest\\HandleAcceptJoinLeagueRequest'] = new \DMD\LaLigaApi\Service\League\acceptJoinLeagueRequest\HandleAcceptJoinLeagueRequest(($container->services['doctrine.orm.default_entity_manager'] ?? $container->load('getDoctrine_Orm_DefaultEntityManagerService')), ($container->privates['security.helper'] ?? $container->load('getSecurity_HelperService')), ($container->privates['DMD\\LaLigaApi\\Service\\Common\\AuthorizeRequest'] ?? $container->load('getAuthorizeRequestService')), ($container->privates['DMD\\LaLigaApi\\Repository\\UserRepository'] ?? $container->load('getUserRepositoryService')), ($container->privates['DMD\\LaLigaApi\\Repository\\LeagueRepository'] ?? $container->load('getLeagueRepositoryService')), ($container->privates['DMD\\LaLigaApi\\Repository\\TeamRepository'] ?? $container->load('getTeamRepositoryService')), ($container->privates['DMD\\LaLigaApi\\Service\\Common\\EmailSender'] ?? $container->load('getEmailSenderService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getHandleAddTeamService.php b/var/cache/dev/ContainerBNoZEh4/getHandleAddTeamService.php deleted file mode 100644 index 06f4298c..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getHandleAddTeamService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\Season\\addTeam\\HandleAddTeam'] = new \DMD\LaLigaApi\Service\Season\addTeam\HandleAddTeam(($container->privates['DMD\\LaLigaApi\\Service\\Common\\AuthorizeRequest'] ?? $container->load('getAuthorizeRequestService')), ($container->privates['DMD\\LaLigaApi\\Service\\Common\\TeamFactory'] ??= new \DMD\LaLigaApi\Service\Common\TeamFactory()), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->load('getDoctrine_Orm_DefaultEntityManagerService')), ($container->privates['DMD\\LaLigaApi\\Repository\\SeasonRepository'] ?? $container->load('getSeasonRepositoryService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getHandleCaptainRequestService.php b/var/cache/dev/ContainerBNoZEh4/getHandleCaptainRequestService.php deleted file mode 100644 index 24b7b9b5..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getHandleCaptainRequestService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\League\\joinTeam\\HandleCaptainRequest'] = new \DMD\LaLigaApi\Service\League\joinTeam\HandleCaptainRequest(($container->privates['DMD\\LaLigaApi\\Service\\Common\\AuthorizeRequest'] ?? $container->load('getAuthorizeRequestService')), ($container->privates['DMD\\LaLigaApi\\Repository\\CustomRoleRepository'] ?? $container->load('getCustomRoleRepositoryService')), ($container->privates['DMD\\LaLigaApi\\Repository\\LeagueRepository'] ?? $container->load('getLeagueRepositoryService')), ($container->privates['DMD\\LaLigaApi\\Repository\\TeamRepository'] ?? $container->load('getTeamRepositoryService')), ($container->privates['DMD\\LaLigaApi\\Service\\Common\\NotificationFactory'] ?? $container->load('getNotificationFactoryService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getHandleCreateFacilitiesService.php b/var/cache/dev/ContainerBNoZEh4/getHandleCreateFacilitiesService.php deleted file mode 100644 index 880ea765..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getHandleCreateFacilitiesService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\Season\\createFacilities\\HandleCreateFacilities'] = new \DMD\LaLigaApi\Service\Season\createFacilities\HandleCreateFacilities(($container->privates['DMD\\LaLigaApi\\Service\\Common\\AuthorizeRequest'] ?? $container->load('getAuthorizeRequestService')), new \DMD\LaLigaApi\Service\Common\FacilityFactory(), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->load('getDoctrine_Orm_DefaultEntityManagerService')), ($container->privates['security.helper'] ?? $container->load('getSecurity_HelperService')), ($container->privates['DMD\\LaLigaApi\\Repository\\UserRepository'] ?? $container->load('getUserRepositoryService')), ($container->privates['DMD\\LaLigaApi\\Repository\\SeasonRepository'] ?? $container->load('getSeasonRepositoryService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getHandleCreateGameCalendarRequestService.php b/var/cache/dev/ContainerBNoZEh4/getHandleCreateGameCalendarRequestService.php deleted file mode 100644 index f8615154..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getHandleCreateGameCalendarRequestService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\Season\\createGameCalendar\\HandleCreateGameCalendarRequest'] = new \DMD\LaLigaApi\Service\Season\createGameCalendar\HandleCreateGameCalendarRequest(($container->privates['DMD\\LaLigaApi\\Service\\Common\\AuthorizeRequest'] ?? $container->load('getAuthorizeRequestService')), ($container->privates['security.helper'] ?? $container->load('getSecurity_HelperService')), ($container->privates['DMD\\LaLigaApi\\Repository\\LeagueRepository'] ?? $container->load('getLeagueRepositoryService')), ($container->privates['DMD\\LaLigaApi\\Repository\\SeasonRepository'] ?? $container->load('getSeasonRepositoryService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getHandleCreateLeagueService.php b/var/cache/dev/ContainerBNoZEh4/getHandleCreateLeagueService.php deleted file mode 100644 index ec20fad2..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getHandleCreateLeagueService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\League\\createLeague\\HandleCreateLeague'] = new \DMD\LaLigaApi\Service\League\createLeague\HandleCreateLeague(($container->privates['DMD\\LaLigaApi\\Service\\League\\LeagueFactory'] ??= new \DMD\LaLigaApi\Service\League\LeagueFactory()), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->load('getDoctrine_Orm_DefaultEntityManagerService')), ($container->privates['security.helper'] ?? $container->load('getSecurity_HelperService')), ($container->privates['DMD\\LaLigaApi\\Repository\\UserRepository'] ?? $container->load('getUserRepositoryService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getHandleCreateSeasonService.php b/var/cache/dev/ContainerBNoZEh4/getHandleCreateSeasonService.php deleted file mode 100644 index e5d69e34..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getHandleCreateSeasonService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\Season\\createSeason\\HandleCreateSeason'] = new \DMD\LaLigaApi\Service\Season\createSeason\HandleCreateSeason(new \DMD\LaLigaApi\Service\Season\SeasonFactory(), ($container->privates['DMD\\LaLigaApi\\Service\\Common\\TeamFactory'] ??= new \DMD\LaLigaApi\Service\Common\TeamFactory()), ($container->privates['DMD\\LaLigaApi\\Service\\Common\\AuthorizeRequest'] ?? $container->load('getAuthorizeRequestService')), ($container->privates['DMD\\LaLigaApi\\Repository\\LeagueRepository'] ?? $container->load('getLeagueRepositoryService')), ($container->privates['DMD\\LaLigaApi\\Repository\\SeasonRepository'] ?? $container->load('getSeasonRepositoryService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->load('getDoctrine_Orm_DefaultEntityManagerService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getHandleDeclineJoinLeagueRequestService.php b/var/cache/dev/ContainerBNoZEh4/getHandleDeclineJoinLeagueRequestService.php deleted file mode 100644 index 4f095fec..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getHandleDeclineJoinLeagueRequestService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\League\\declineJoinLeagueRequest\\HandleDeclineJoinLeagueRequest'] = new \DMD\LaLigaApi\Service\League\declineJoinLeagueRequest\HandleDeclineJoinLeagueRequest(($container->privates['security.helper'] ?? $container->load('getSecurity_HelperService')), ($container->privates['DMD\\LaLigaApi\\Repository\\UserRepository'] ?? $container->load('getUserRepositoryService')), ($container->privates['DMD\\LaLigaApi\\Repository\\LeagueRepository'] ?? $container->load('getLeagueRepositoryService')), ($container->privates['DMD\\LaLigaApi\\Service\\Common\\AuthorizeRequest'] ?? $container->load('getAuthorizeRequestService')), ($container->privates['DMD\\LaLigaApi\\Service\\Common\\NotificationFactory'] ?? $container->load('getNotificationFactoryService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getHandleDeleteUserService.php b/var/cache/dev/ContainerBNoZEh4/getHandleDeleteUserService.php deleted file mode 100644 index 84ae4caa..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getHandleDeleteUserService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\User\\Handlers\\delete\\HandleDeleteUser'] = new \DMD\LaLigaApi\Service\User\Handlers\delete\HandleDeleteUser(($container->services['doctrine.orm.default_entity_manager'] ?? $container->load('getDoctrine_Orm_DefaultEntityManagerService')), ($container->privates['DMD\\LaLigaApi\\Repository\\UserRepository'] ?? $container->load('getUserRepositoryService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getHandleGetAllFacilitiesService.php b/var/cache/dev/ContainerBNoZEh4/getHandleGetAllFacilitiesService.php deleted file mode 100644 index bca61329..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getHandleGetAllFacilitiesService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\Season\\getAllFacilities\\HandleGetAllFacilities'] = new \DMD\LaLigaApi\Service\Season\getAllFacilities\HandleGetAllFacilities(($container->services['doctrine.orm.default_entity_manager'] ?? $container->load('getDoctrine_Orm_DefaultEntityManagerService')), ($container->privates['DMD\\LaLigaApi\\Repository\\FacilityRepository'] ?? $container->load('getFacilityRepositoryService')), ($container->privates['DMD\\LaLigaApi\\Repository\\SeasonRepository'] ?? $container->load('getSeasonRepositoryService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getHandleGetAllLeaguesService.php b/var/cache/dev/ContainerBNoZEh4/getHandleGetAllLeaguesService.php deleted file mode 100644 index 9cb60988..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getHandleGetAllLeaguesService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\League\\getAllLeagues\\HandleGetAllLeagues'] = new \DMD\LaLigaApi\Service\League\getAllLeagues\HandleGetAllLeagues(($container->privates['DMD\\LaLigaApi\\Repository\\LeagueRepository'] ?? $container->load('getLeagueRepositoryService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getHandleGetLeagueByIdService.php b/var/cache/dev/ContainerBNoZEh4/getHandleGetLeagueByIdService.php deleted file mode 100644 index f8a88a84..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getHandleGetLeagueByIdService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\League\\getLeagueById\\HandleGetLeagueById'] = new \DMD\LaLigaApi\Service\League\getLeagueById\HandleGetLeagueById(($container->privates['DMD\\LaLigaApi\\Repository\\LeagueRepository'] ?? $container->load('getLeagueRepositoryService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getHandleGetNotificationsService.php b/var/cache/dev/ContainerBNoZEh4/getHandleGetNotificationsService.php deleted file mode 100644 index 2d2469bd..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getHandleGetNotificationsService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\User\\Handlers\\getNotifications\\HandleGetNotifications'] = new \DMD\LaLigaApi\Service\User\Handlers\getNotifications\HandleGetNotifications(($container->services['doctrine.orm.default_entity_manager'] ?? $container->load('getDoctrine_Orm_DefaultEntityManagerService')), ($container->privates['DMD\\LaLigaApi\\Repository\\NotificationRepository'] ?? $container->load('getNotificationRepositoryService')), ($container->privates['security.helper'] ?? $container->load('getSecurity_HelperService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getHandleNewJoinLeagueRequestService.php b/var/cache/dev/ContainerBNoZEh4/getHandleNewJoinLeagueRequestService.php deleted file mode 100644 index 653beee0..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getHandleNewJoinLeagueRequestService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\League\\newJoinLeagueRequest\\HandleNewJoinLeagueRequest'] = new \DMD\LaLigaApi\Service\League\newJoinLeagueRequest\HandleNewJoinLeagueRequest(($container->privates['security.helper'] ?? $container->load('getSecurity_HelperService')), ($container->privates['DMD\\LaLigaApi\\Repository\\LeagueRepository'] ?? $container->load('getLeagueRepositoryService')), ($container->privates['DMD\\LaLigaApi\\Service\\Common\\NotificationFactory'] ?? $container->load('getNotificationFactoryService')), ($container->privates['mailer.mailer'] ?? $container->load('getMailer_MailerService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getHandleRegistrationService.php b/var/cache/dev/ContainerBNoZEh4/getHandleRegistrationService.php deleted file mode 100644 index 06a2cc49..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getHandleRegistrationService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\User\\Handlers\\register\\HandleRegistration'] = new \DMD\LaLigaApi\Service\User\Handlers\register\HandleRegistration(($container->services['doctrine.orm.default_entity_manager'] ?? $container->load('getDoctrine_Orm_DefaultEntityManagerService')), ($container->privates['DMD\\LaLigaApi\\Service\\User\\Handlers\\UserSaver'] ?? $container->load('getUserSaverService')), ($container->privates['DMD\\LaLigaApi\\Repository\\UserRepository'] ?? $container->load('getUserRepositoryService')), ($container->services['lexik_jwt_authentication.jwt_manager'] ?? $container->load('getLexikJwtAuthentication_JwtManagerService')), ($container->privates['validator'] ?? $container->load('getValidatorService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getHandleUpdateLeagueService.php b/var/cache/dev/ContainerBNoZEh4/getHandleUpdateLeagueService.php deleted file mode 100644 index 2a00859d..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getHandleUpdateLeagueService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\League\\updateLeague\\HandleUpdateLeague'] = new \DMD\LaLigaApi\Service\League\updateLeague\HandleUpdateLeague(($container->privates['DMD\\LaLigaApi\\Service\\League\\LeagueFactory'] ??= new \DMD\LaLigaApi\Service\League\LeagueFactory()), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->load('getDoctrine_Orm_DefaultEntityManagerService')), ($container->privates['security.helper'] ?? $container->load('getSecurity_HelperService')), ($container->privates['DMD\\LaLigaApi\\Repository\\UserRepository'] ?? $container->load('getUserRepositoryService')), ($container->privates['DMD\\LaLigaApi\\Repository\\LeagueRepository'] ?? $container->load('getLeagueRepositoryService')), ($container->privates['DMD\\LaLigaApi\\Repository\\CustomRoleRepository'] ?? $container->load('getCustomRoleRepositoryService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getHandleUpdateUserService.php b/var/cache/dev/ContainerBNoZEh4/getHandleUpdateUserService.php deleted file mode 100644 index 4c3437f0..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getHandleUpdateUserService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\User\\Handlers\\update\\HandleUpdateUser'] = new \DMD\LaLigaApi\Service\User\Handlers\update\HandleUpdateUser(($container->services['doctrine.orm.default_entity_manager'] ?? $container->load('getDoctrine_Orm_DefaultEntityManagerService')), ($container->privates['security.helper'] ?? $container->load('getSecurity_HelperService')), ($container->privates['DMD\\LaLigaApi\\Service\\User\\Handlers\\UserSaver'] ?? $container->load('getUserSaverService')), ($container->privates['DMD\\LaLigaApi\\Repository\\UserRepository'] ?? $container->load('getUserRepositoryService')), ($container->services['lexik_jwt_authentication.jwt_manager'] ?? $container->load('getLexikJwtAuthentication_JwtManagerService')), ($container->privates['validator'] ?? $container->load('getValidatorService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getLeagueControllerService.php b/var/cache/dev/ContainerBNoZEh4/getLeagueControllerService.php deleted file mode 100644 index dcc1190c..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getLeagueControllerService.php +++ /dev/null @@ -1,30 +0,0 @@ -services['DMD\\LaLigaApi\\Controller\\LeagueController'] = $instance = new \DMD\LaLigaApi\Controller\LeagueController(); - - $instance->setContainer(($container->privates['.service_locator.O2p6Lk7'] ?? $container->load('get_ServiceLocator_O2p6Lk7Service'))->withContext('DMD\\LaLigaApi\\Controller\\LeagueController', $container)); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getLeagueRepositoryService.php b/var/cache/dev/ContainerBNoZEh4/getLeagueRepositoryService.php deleted file mode 100644 index 5080d1c4..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getLeagueRepositoryService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['DMD\\LaLigaApi\\Repository\\LeagueRepository'] = new \DMD\LaLigaApi\Repository\LeagueRepository(($container->services['doctrine'] ?? $container->load('getDoctrineService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getLexikJwtAuthentication_CheckConfigCommandService.php b/var/cache/dev/ContainerBNoZEh4/getLexikJwtAuthentication_CheckConfigCommandService.php deleted file mode 100644 index df5e0d73..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getLexikJwtAuthentication_CheckConfigCommandService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['lexik_jwt_authentication.check_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand(($container->services['lexik_jwt_authentication.key_loader'] ?? $container->load('getLexikJwtAuthentication_KeyLoaderService')), 'RS256'); - - $instance->setName('lexik:jwt:check-config'); - $instance->setDescription('Checks that the bundle is properly configured.'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getLexikJwtAuthentication_EnableEncryptionConfigCommandService.php b/var/cache/dev/ContainerBNoZEh4/getLexikJwtAuthentication_EnableEncryptionConfigCommandService.php deleted file mode 100644 index b23f7caf..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getLexikJwtAuthentication_EnableEncryptionConfigCommandService.php +++ /dev/null @@ -1,34 +0,0 @@ -privates['lexik_jwt_authentication.enable_encryption_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand(NULL); - - $instance->setName('lexik:jwt:enable-encryption'); - $instance->setDescription('Enable Web-Token encryption support.'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getLexikJwtAuthentication_EncoderService.php b/var/cache/dev/ContainerBNoZEh4/getLexikJwtAuthentication_EncoderService.php deleted file mode 100644 index e92be71b..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getLexikJwtAuthentication_EncoderService.php +++ /dev/null @@ -1,29 +0,0 @@ -services['lexik_jwt_authentication.encoder'] = new \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder(new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider(($container->services['lexik_jwt_authentication.key_loader'] ?? $container->load('getLexikJwtAuthentication_KeyLoaderService')), 'openssl', 'RS256', 1800, 0, false)); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getLexikJwtAuthentication_GenerateKeypairCommandService.php b/var/cache/dev/ContainerBNoZEh4/getLexikJwtAuthentication_GenerateKeypairCommandService.php deleted file mode 100644 index 546a2247..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getLexikJwtAuthentication_GenerateKeypairCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['lexik_jwt_authentication.generate_keypair_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand(($container->privates['filesystem'] ??= new \Symfony\Component\Filesystem\Filesystem()), $container->getEnv('resolve:JWT_SECRET_KEY'), $container->getEnv('resolve:JWT_PUBLIC_KEY'), $container->getEnv('JWT_PASSPHRASE'), 'RS256'); - - $instance->setName('lexik:jwt:generate-keypair'); - $instance->setDescription('Generate public/private keys for use in your application.'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getLexikJwtAuthentication_GenerateTokenCommandService.php b/var/cache/dev/ContainerBNoZEh4/getLexikJwtAuthentication_GenerateTokenCommandService.php deleted file mode 100644 index 15c3f87c..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getLexikJwtAuthentication_GenerateTokenCommandService.php +++ /dev/null @@ -1,33 +0,0 @@ -services['lexik_jwt_authentication.generate_token_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand(($container->services['lexik_jwt_authentication.jwt_manager'] ?? $container->load('getLexikJwtAuthentication_JwtManagerService')), new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['security.user.provider.concrete.app_user_provider'] ?? $container->load('getSecurity_User_Provider_Concrete_AppUserProviderService')); - }, 1)); - - $instance->setName('lexik:jwt:generate-token'); - $instance->setDescription('Generates a JWT token for a given user.'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getLexikJwtAuthentication_JwtManagerService.php b/var/cache/dev/ContainerBNoZEh4/getLexikJwtAuthentication_JwtManagerService.php deleted file mode 100644 index d3fdf21e..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getLexikJwtAuthentication_JwtManagerService.php +++ /dev/null @@ -1,37 +0,0 @@ -services['event_dispatcher'] ?? self::getEventDispatcherService($container)); - - if (isset($container->services['lexik_jwt_authentication.jwt_manager'])) { - return $container->services['lexik_jwt_authentication.jwt_manager']; - } - - $container->services['lexik_jwt_authentication.jwt_manager'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager(($container->services['lexik_jwt_authentication.encoder'] ?? $container->load('getLexikJwtAuthentication_EncoderService')), $a, 'username'); - - $instance->setUserIdentityField('username', false); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getLexikJwtAuthentication_KeyLoaderService.php b/var/cache/dev/ContainerBNoZEh4/getLexikJwtAuthentication_KeyLoaderService.php deleted file mode 100644 index 664845ea..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getLexikJwtAuthentication_KeyLoaderService.php +++ /dev/null @@ -1,28 +0,0 @@ -services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader($container->getEnv('resolve:JWT_SECRET_KEY'), $container->getEnv('resolve:JWT_PUBLIC_KEY'), $container->getEnv('JWT_PASSPHRASE'), []); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getLexikJwtAuthentication_MigrateConfigCommandService.php b/var/cache/dev/ContainerBNoZEh4/getLexikJwtAuthentication_MigrateConfigCommandService.php deleted file mode 100644 index 2f8ca950..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getLexikJwtAuthentication_MigrateConfigCommandService.php +++ /dev/null @@ -1,34 +0,0 @@ -privates['lexik_jwt_authentication.migrate_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand(($container->services['lexik_jwt_authentication.key_loader'] ?? $container->load('getLexikJwtAuthentication_KeyLoaderService')), $container->getEnv('JWT_PASSPHRASE'), 'RS256'); - - $instance->setName('lexik:jwt:migrate-config'); - $instance->setDescription('Migrate LexikJWTAuthenticationBundle configuration to the Web-Token one.'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getLoaderInterfaceService.php b/var/cache/dev/ContainerBNoZEh4/getLoaderInterfaceService.php deleted file mode 100644 index 87a311eb..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getLoaderInterfaceService.php +++ /dev/null @@ -1,23 +0,0 @@ -privates['DMD\\LaLigaApi\\Repository\\LogRepository'] = new \DMD\LaLigaApi\Repository\LogRepository(($container->services['doctrine'] ?? $container->load('getDoctrineService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getMailer_MailerService.php b/var/cache/dev/ContainerBNoZEh4/getMailer_MailerService.php deleted file mode 100644 index 7d767070..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getMailer_MailerService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer(($container->privates['mailer.transports'] ?? $container->load('getMailer_TransportsService')), NULL, ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getMailer_TransportFactory_NativeService.php b/var/cache/dev/ContainerBNoZEh4/getMailer_TransportFactory_NativeService.php deleted file mode 100644 index 9509594e..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getMailer_TransportFactory_NativeService.php +++ /dev/null @@ -1,27 +0,0 @@ -services['event_dispatcher'] ?? self::getEventDispatcherService($container)), NULL, ($container->privates['logger'] ?? self::getLoggerService($container))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getMailer_TransportFactory_NullService.php b/var/cache/dev/ContainerBNoZEh4/getMailer_TransportFactory_NullService.php deleted file mode 100644 index 13da770f..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getMailer_TransportFactory_NullService.php +++ /dev/null @@ -1,27 +0,0 @@ -services['event_dispatcher'] ?? self::getEventDispatcherService($container)), NULL, ($container->privates['logger'] ?? self::getLoggerService($container))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getMailer_TransportFactory_SendmailService.php b/var/cache/dev/ContainerBNoZEh4/getMailer_TransportFactory_SendmailService.php deleted file mode 100644 index b9a9350f..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getMailer_TransportFactory_SendmailService.php +++ /dev/null @@ -1,27 +0,0 @@ -services['event_dispatcher'] ?? self::getEventDispatcherService($container)), NULL, ($container->privates['logger'] ?? self::getLoggerService($container))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getMailer_TransportFactory_SmtpService.php b/var/cache/dev/ContainerBNoZEh4/getMailer_TransportFactory_SmtpService.php deleted file mode 100644 index 4a8a1c9d..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getMailer_TransportFactory_SmtpService.php +++ /dev/null @@ -1,27 +0,0 @@ -services['event_dispatcher'] ?? self::getEventDispatcherService($container)), NULL, ($container->privates['logger'] ?? self::getLoggerService($container))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getMailer_TransportsService.php b/var/cache/dev/ContainerBNoZEh4/getMailer_TransportsService.php deleted file mode 100644 index 0d72dc57..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getMailer_TransportsService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['mailer.transports'] = (new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () use ($container) { - yield 0 => $container->load('getMailer_TransportFactory_NullService'); - yield 1 => $container->load('getMailer_TransportFactory_SendmailService'); - yield 2 => $container->load('getMailer_TransportFactory_NativeService'); - yield 3 => $container->load('getMailer_TransportFactory_SmtpService'); - }, 4)))->fromStrings(['main' => 'smtp://soporteliga:dmdlakers06@localhost:8025?verify_peer=0']); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeAuthService.php b/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeAuthService.php deleted file mode 100644 index 1f4285ba..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeAuthService.php +++ /dev/null @@ -1,40 +0,0 @@ -privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')); - $b = ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')); - - $container->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($container->privates['maker.security_config_updater'] ??= new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater()), $b, ($container->privates['maker.doctrine_helper'] ?? $container->load('getMaker_DoctrineHelperService')), ($container->privates['maker.security_controller_builder'] ??= new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder())), $a, $b, ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:auth'); - $instance->setDescription('Create a Guard authenticator of different flavors'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeCommandService.php b/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeCommandService.php deleted file mode 100644 index a1502ce4..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeCommandService.php +++ /dev/null @@ -1,35 +0,0 @@ -privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(($container->privates['maker.php_compat_util'] ?? $container->load('getMaker_PhpCompatUtilService'))), ($container->privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')), ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:command'); - $instance->setDescription('Create a new console command class'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeControllerService.php b/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeControllerService.php deleted file mode 100644 index f3807937..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeControllerService.php +++ /dev/null @@ -1,35 +0,0 @@ -privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController(($container->privates['maker.php_compat_util'] ?? $container->load('getMaker_PhpCompatUtilService'))), ($container->privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')), ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:controller'); - $instance->setDescription('Create a new controller class'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeCrudService.php b/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeCrudService.php deleted file mode 100644 index b554284c..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeCrudService.php +++ /dev/null @@ -1,35 +0,0 @@ -privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($container->privates['maker.doctrine_helper'] ?? $container->load('getMaker_DoctrineHelperService')), ($container->privates['maker.renderer.form_type_renderer'] ?? $container->load('getMaker_Renderer_FormTypeRendererService'))), ($container->privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')), ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:crud'); - $instance->setDescription('Create CRUD for Doctrine entity class'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeDockerDatabaseService.php b/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeDockerDatabaseService.php deleted file mode 100644 index 2b51144d..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeDockerDatabaseService.php +++ /dev/null @@ -1,37 +0,0 @@ -privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')); - - $container->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:docker:database'); - $instance->setDescription('Add a database container to your compose.yaml file'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeEntityService.php b/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeEntityService.php deleted file mode 100644 index c95aa25f..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeEntityService.php +++ /dev/null @@ -1,39 +0,0 @@ -privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')); - $b = ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')); - - $container->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($container->privates['maker.doctrine_helper'] ?? $container->load('getMaker_DoctrineHelperService')), NULL, $b, ($container->privates['maker.entity_class_generator'] ?? $container->load('getMaker_EntityClassGeneratorService')), ($container->privates['maker.php_compat_util'] ?? $container->load('getMaker_PhpCompatUtilService'))), $a, $b, ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:entity'); - $instance->setDescription('Create or update a Doctrine entity class, and optionally an API Platform resource'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeFixturesService.php b/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeFixturesService.php deleted file mode 100644 index 514067a0..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeFixturesService.php +++ /dev/null @@ -1,35 +0,0 @@ -privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($container->privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')), ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:fixtures'); - $instance->setDescription('Create a new class to load Doctrine fixtures'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeFormService.php b/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeFormService.php deleted file mode 100644 index 4b8f00e8..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeFormService.php +++ /dev/null @@ -1,35 +0,0 @@ -privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($container->privates['maker.doctrine_helper'] ?? $container->load('getMaker_DoctrineHelperService')), ($container->privates['maker.renderer.form_type_renderer'] ?? $container->load('getMaker_Renderer_FormTypeRendererService'))), ($container->privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')), ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:form'); - $instance->setDescription('Create a new form class'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeListenerService.php b/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeListenerService.php deleted file mode 100644 index c915a072..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeListenerService.php +++ /dev/null @@ -1,37 +0,0 @@ -privates['maker.auto_command.make_listener'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeListener(new \Symfony\Bundle\MakerBundle\EventRegistry(($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)))), ($container->privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')), ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:listener'); - $instance->setAliases(['make:subscriber']); - $instance->setDescription('Creates a new event subscriber class or a new event listener class'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeMessageService.php b/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeMessageService.php deleted file mode 100644 index 4e37dcf6..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeMessageService.php +++ /dev/null @@ -1,37 +0,0 @@ -privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')); - - $container->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:message'); - $instance->setDescription('Create a new message and handler'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeMessengerMiddlewareService.php b/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeMessengerMiddlewareService.php deleted file mode 100644 index 5904fd20..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeMessengerMiddlewareService.php +++ /dev/null @@ -1,35 +0,0 @@ -privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($container->privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')), ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:messenger-middleware'); - $instance->setDescription('Create a new messenger middleware'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeMigrationService.php b/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeMigrationService.php deleted file mode 100644 index b34a2b53..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeMigrationService.php +++ /dev/null @@ -1,36 +0,0 @@ -privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__, 4), ($container->privates['maker.file_link_formatter'] ?? $container->load('getMaker_FileLinkFormatterService'))), ($container->privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')), ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:migration'); - $instance->setDescription('Create a new migration based on database changes'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeRegistrationFormService.php b/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeRegistrationFormService.php deleted file mode 100644 index b31f590d..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeRegistrationFormService.php +++ /dev/null @@ -1,37 +0,0 @@ -privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')); - - $container->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($container->privates['maker.renderer.form_type_renderer'] ?? $container->load('getMaker_Renderer_FormTypeRendererService')), ($container->privates['maker.doctrine_helper'] ?? $container->load('getMaker_DoctrineHelperService')), ($container->services['router'] ?? self::getRouterService($container))), $a, ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:registration-form'); - $instance->setDescription('Create a new registration form system'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeResetPasswordService.php b/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeResetPasswordService.php deleted file mode 100644 index 55e14e5a..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeResetPasswordService.php +++ /dev/null @@ -1,37 +0,0 @@ -privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')); - - $container->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($container->privates['maker.doctrine_helper'] ?? $container->load('getMaker_DoctrineHelperService')), ($container->privates['maker.entity_class_generator'] ?? $container->load('getMaker_EntityClassGeneratorService'))), $a, ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:reset-password'); - $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeSecurityFormLoginService.php b/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeSecurityFormLoginService.php deleted file mode 100644 index 23ab0d0c..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeSecurityFormLoginService.php +++ /dev/null @@ -1,39 +0,0 @@ -privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')); - - $container->privates['maker.auto_command.make_security_form_login'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\Security\MakeFormLogin($a, ($container->privates['maker.security_config_updater'] ??= new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater()), ($container->privates['maker.security_controller_builder'] ??= new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder())), $a, ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:security:form-login'); - $instance->setDescription('Generate the code needed for the form_login authenticator'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeSerializerEncoderService.php b/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeSerializerEncoderService.php deleted file mode 100644 index 2b1ac7e9..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeSerializerEncoderService.php +++ /dev/null @@ -1,35 +0,0 @@ -privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($container->privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')), ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:serializer:encoder'); - $instance->setDescription('Create a new serializer encoder class'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeSerializerNormalizerService.php b/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeSerializerNormalizerService.php deleted file mode 100644 index 2b59fcbe..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeSerializerNormalizerService.php +++ /dev/null @@ -1,35 +0,0 @@ -privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($container->privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')), ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:serializer:normalizer'); - $instance->setDescription('Create a new serializer normalizer class'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeStimulusControllerService.php b/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeStimulusControllerService.php deleted file mode 100644 index 91351f70..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeStimulusControllerService.php +++ /dev/null @@ -1,35 +0,0 @@ -privates['maker.auto_command.make_stimulus_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController(), ($container->privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')), ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:stimulus-controller'); - $instance->setDescription('Create a new Stimulus controller'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeTestService.php b/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeTestService.php deleted file mode 100644 index a0802147..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeTestService.php +++ /dev/null @@ -1,37 +0,0 @@ -privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($container->privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')), ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:test'); - $instance->setAliases(['make:unit-test', 'make:functional-test']); - $instance->setDescription('Create a new test class'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeTwigComponentService.php b/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeTwigComponentService.php deleted file mode 100644 index 7f36a8ef..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeTwigComponentService.php +++ /dev/null @@ -1,35 +0,0 @@ -privates['maker.auto_command.make_twig_component'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigComponent(), ($container->privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')), ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:twig-component'); - $instance->setDescription('Create a twig (or live) component'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeTwigExtensionService.php b/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeTwigExtensionService.php deleted file mode 100644 index de402b2e..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeTwigExtensionService.php +++ /dev/null @@ -1,35 +0,0 @@ -privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($container->privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')), ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:twig-extension'); - $instance->setDescription('Create a new Twig extension with its runtime class'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeUserService.php b/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeUserService.php deleted file mode 100644 index e48a2fd8..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeUserService.php +++ /dev/null @@ -1,39 +0,0 @@ -privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')); - - $container->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(), ($container->privates['maker.security_config_updater'] ??= new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater()), ($container->privates['maker.entity_class_generator'] ?? $container->load('getMaker_EntityClassGeneratorService')), ($container->privates['maker.doctrine_helper'] ?? $container->load('getMaker_DoctrineHelperService'))), $a, ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:user'); - $instance->setDescription('Create a new security user class'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeValidatorService.php b/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeValidatorService.php deleted file mode 100644 index 5e4e0261..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeValidatorService.php +++ /dev/null @@ -1,35 +0,0 @@ -privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($container->privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')), ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:validator'); - $instance->setDescription('Create a new validator and constraint class'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeVoterService.php b/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeVoterService.php deleted file mode 100644 index ba1bcb05..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getMaker_AutoCommand_MakeVoterService.php +++ /dev/null @@ -1,35 +0,0 @@ -privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($container->privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')), ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:voter'); - $instance->setDescription('Create a new security voter class'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getMaker_DoctrineHelperService.php b/var/cache/dev/ContainerBNoZEh4/getMaker_DoctrineHelperService.php deleted file mode 100644 index 097eb17a..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getMaker_DoctrineHelperService.php +++ /dev/null @@ -1,30 +0,0 @@ -privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('DMD\\LaLigaApi\\Entity', ($container->services['doctrine'] ?? $container->load('getDoctrineService')), ['default' => [['DMD\\LaLigaApi\\Entity', ($container->privates['doctrine.orm.default_attribute_metadata_driver'] ??= new \Doctrine\ORM\Mapping\Driver\AttributeDriver([(\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Entity')], true))]]]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getMaker_EntityClassGeneratorService.php b/var/cache/dev/ContainerBNoZEh4/getMaker_EntityClassGeneratorService.php deleted file mode 100644 index af417e84..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getMaker_EntityClassGeneratorService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['maker.entity_class_generator'] = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.doctrine_helper'] ?? $container->load('getMaker_DoctrineHelperService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getMaker_FileLinkFormatterService.php b/var/cache/dev/ContainerBNoZEh4/getMaker_FileLinkFormatterService.php deleted file mode 100644 index d141676c..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getMaker_FileLinkFormatterService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['maker.file_link_formatter'] = new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($container->privates['debug.file_link_formatter'] ??= new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter($container->getEnv('default::SYMFONY_IDE')))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getMaker_FileManagerService.php b/var/cache/dev/ContainerBNoZEh4/getMaker_FileManagerService.php deleted file mode 100644 index bd54ca3b..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getMaker_FileManagerService.php +++ /dev/null @@ -1,28 +0,0 @@ -privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($container->privates['filesystem'] ??= new \Symfony\Component\Filesystem\Filesystem()), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('DMD\\LaLigaApi')), ($container->privates['maker.file_link_formatter'] ?? $container->load('getMaker_FileLinkFormatterService')), \dirname(__DIR__, 4), (\dirname(__DIR__, 4).'/templates')); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getMaker_GeneratorService.php b/var/cache/dev/ContainerBNoZEh4/getMaker_GeneratorService.php deleted file mode 100644 index f1dba91b..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getMaker_GeneratorService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($container->privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')), 'DMD\\LaLigaApi', NULL, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator()); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getMaker_PhpCompatUtilService.php b/var/cache/dev/ContainerBNoZEh4/getMaker_PhpCompatUtilService.php deleted file mode 100644 index e80e17cf..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getMaker_PhpCompatUtilService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($container->privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getMaker_Renderer_FormTypeRendererService.php b/var/cache/dev/ContainerBNoZEh4/getMaker_Renderer_FormTypeRendererService.php deleted file mode 100644 index 71ccc19a..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getMaker_Renderer_FormTypeRendererService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getManagerRegistryAwareConnectionProviderService.php b/var/cache/dev/ContainerBNoZEh4/getManagerRegistryAwareConnectionProviderService.php deleted file mode 100644 index 8de68725..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getManagerRegistryAwareConnectionProviderService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($container, $container->parameters['doctrine.connections'], $container->parameters['doctrine.entity_managers'], 'default', 'default')); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getNelmioApiDoc_Command_DumpService.php b/var/cache/dev/ContainerBNoZEh4/getNelmioApiDoc_Command_DumpService.php deleted file mode 100644 index 72e41a7e..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getNelmioApiDoc_Command_DumpService.php +++ /dev/null @@ -1,30 +0,0 @@ -services['nelmio_api_doc.command.dump'] = $instance = new \Nelmio\ApiDocBundle\Command\DumpCommand(($container->services['nelmio_api_doc.render_docs'] ?? $container->load('getNelmioApiDoc_RenderDocsService'))); - - $instance->setName('nelmio:apidoc:dump'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getNelmioApiDoc_Controller_SwaggerJsonService.php b/var/cache/dev/ContainerBNoZEh4/getNelmioApiDoc_Controller_SwaggerJsonService.php deleted file mode 100644 index 78c87055..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getNelmioApiDoc_Controller_SwaggerJsonService.php +++ /dev/null @@ -1,25 +0,0 @@ -services['nelmio_api_doc.controller.swagger_json'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($container->services['nelmio_api_doc.render_docs'] ?? $container->load('getNelmioApiDoc_RenderDocsService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getNelmioApiDoc_Controller_SwaggerYamlService.php b/var/cache/dev/ContainerBNoZEh4/getNelmioApiDoc_Controller_SwaggerYamlService.php deleted file mode 100644 index d7015d12..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getNelmioApiDoc_Controller_SwaggerYamlService.php +++ /dev/null @@ -1,25 +0,0 @@ -services['nelmio_api_doc.controller.swagger_yaml'] = new \Nelmio\ApiDocBundle\Controller\YamlDocumentationController(($container->services['nelmio_api_doc.render_docs'] ?? $container->load('getNelmioApiDoc_RenderDocsService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getNelmioApiDoc_Describers_ConfigService.php b/var/cache/dev/ContainerBNoZEh4/getNelmioApiDoc_Describers_ConfigService.php deleted file mode 100644 index 62eaa0e9..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getNelmioApiDoc_Describers_ConfigService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber(['info' => ['title' => 'My App', 'description' => 'This is an awesome app!', 'version' => '1.0.0']]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getNelmioApiDoc_Describers_OpenapiPhp_DefaultService.php b/var/cache/dev/ContainerBNoZEh4/getNelmioApiDoc_Describers_OpenapiPhp_DefaultService.php deleted file mode 100644 index 775d2f71..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getNelmioApiDoc_Describers_OpenapiPhp_DefaultService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['nelmio_api_doc.describers.openapi_php.default'] = new \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber(($container->privates['nelmio_api_doc.routes.default'] ?? $container->load('getNelmioApiDoc_Routes_DefaultService')), ($container->privates['nelmio_api_doc.controller_reflector'] ??= new \Nelmio\ApiDocBundle\Util\ControllerReflector($container)), NULL, ($container->privates['logger'] ?? self::getLoggerService($container))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getNelmioApiDoc_Describers_Route_DefaultService.php b/var/cache/dev/ContainerBNoZEh4/getNelmioApiDoc_Describers_Route_DefaultService.php deleted file mode 100644 index 0a6f0cb4..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getNelmioApiDoc_Describers_Route_DefaultService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['nelmio_api_doc.describers.route.default'] = new \Nelmio\ApiDocBundle\Describer\RouteDescriber(($container->privates['nelmio_api_doc.routes.default'] ?? $container->load('getNelmioApiDoc_Routes_DefaultService')), ($container->privates['nelmio_api_doc.controller_reflector'] ??= new \Nelmio\ApiDocBundle\Util\ControllerReflector($container)), new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['nelmio_api_doc.route_describers.php_doc'] ??= new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()); - yield 1 => ($container->privates['nelmio_api_doc.route_describers.route_metadata'] ??= new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()); - }, 2)); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getNelmioApiDoc_Generator_DefaultService.php b/var/cache/dev/ContainerBNoZEh4/getNelmioApiDoc_Generator_DefaultService.php deleted file mode 100644 index 55fb7fbd..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getNelmioApiDoc_Generator_DefaultService.php +++ /dev/null @@ -1,49 +0,0 @@ -addProcessor(new \Nelmio\ApiDocBundle\Processor\NullablePropertyProcessor(), NULL); - - $container->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['nelmio_api_doc.describers.config'] ?? $container->load('getNelmioApiDoc_Describers_ConfigService')); - yield 1 => ($container->privates['nelmio_api_doc.describers.config.default'] ??= new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)); - yield 2 => ($container->privates['nelmio_api_doc.describers.openapi_php.default'] ?? $container->load('getNelmioApiDoc_Describers_OpenapiPhp_DefaultService')); - yield 3 => ($container->privates['nelmio_api_doc.describers.route.default'] ?? $container->load('getNelmioApiDoc_Describers_Route_DefaultService')); - yield 4 => ($container->privates['nelmio_api_doc.describers.default'] ??= new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()); - }, 5), new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['nelmio_api_doc.model_describers.self_describing'] ??= new \Nelmio\ApiDocBundle\ModelDescriber\SelfDescribingModelDescriber()); - yield 1 => ($container->privates['nelmio_api_doc.model_describers.enum'] ??= new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()); - yield 2 => ($container->privates['nelmio_api_doc.model_describers.object'] ?? $container->load('getNelmioApiDoc_ModelDescribers_ObjectService')); - }, 3), NULL, NULL, $a); - - $instance->setAlternativeNames([]); - $instance->setMediaTypes(['json']); - $instance->setLogger(($container->privates['logger'] ?? self::getLoggerService($container))); - $instance->setOpenApiVersion(NULL); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getNelmioApiDoc_ModelDescribers_ObjectService.php b/var/cache/dev/ContainerBNoZEh4/getNelmioApiDoc_ModelDescribers_ObjectService.php deleted file mode 100644 index c5bafdd4..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getNelmioApiDoc_ModelDescribers_ObjectService.php +++ /dev/null @@ -1,42 +0,0 @@ -privates['nelmio_api_doc.model_describers.object'] = new \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber(($container->privates['property_info'] ?? $container->load('getPropertyInfoService')), NULL, new \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber(new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['nelmio_api_doc.object_model.property_describers.nullable'] ??= new \Nelmio\ApiDocBundle\PropertyDescriber\NullablePropertyDescriber()); - yield 1 => ($container->privates['nelmio_api_doc.object_model.property_describers.required'] ??= new \Nelmio\ApiDocBundle\PropertyDescriber\RequiredPropertyDescriber()); - yield 2 => ($container->privates['nelmio_api_doc.object_model.property_describers.array'] ??= new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber()); - yield 3 => ($container->privates['nelmio_api_doc.object_model.property_describers.boolean'] ??= new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()); - yield 4 => ($container->privates['nelmio_api_doc.object_model.property_describers.float'] ??= new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()); - yield 5 => ($container->privates['nelmio_api_doc.object_model.property_describers.integer'] ??= new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()); - yield 6 => ($container->privates['nelmio_api_doc.object_model.property_describers.string'] ??= new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()); - yield 7 => ($container->privates['nelmio_api_doc.object_model.property_describers.date_time'] ??= new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()); - yield 8 => ($container->privates['nelmio_api_doc.object_model.property_describers.object'] ??= new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()); - yield 9 => ($container->privates['nelmio_api_doc.object_model.property_describers.compound'] ??= new \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber()); - }, 10)), ['json'], NULL, false, NULL); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getNelmioApiDoc_RenderDocsService.php b/var/cache/dev/ContainerBNoZEh4/getNelmioApiDoc_RenderDocsService.php deleted file mode 100644 index 7cd0ca22..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getNelmioApiDoc_RenderDocsService.php +++ /dev/null @@ -1,32 +0,0 @@ -services['nelmio_api_doc.render_docs'] = new \Nelmio\ApiDocBundle\Render\RenderOpenApi(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'default' => ['services', 'nelmio_api_doc.generator.default', 'getNelmioApiDoc_Generator_DefaultService', true], - ], [ - 'default' => '?', - ]), new \Nelmio\ApiDocBundle\Render\Json\JsonOpenApiRenderer(), new \Nelmio\ApiDocBundle\Render\Yaml\YamlOpenApiRenderer(), NULL); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getNelmioApiDoc_Routes_DefaultService.php b/var/cache/dev/ContainerBNoZEh4/getNelmioApiDoc_Routes_DefaultService.php deleted file mode 100644 index 6930e028..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getNelmioApiDoc_Routes_DefaultService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['nelmio_api_doc.routes.default'] = (new \Nelmio\ApiDocBundle\Routing\FilteredRouteCollectionBuilder(($container->services['annotation_reader'] ?? $container->get('annotation_reader', ContainerInterface::NULL_ON_INVALID_REFERENCE)), ($container->privates['nelmio_api_doc.controller_reflector'] ??= new \Nelmio\ApiDocBundle\Util\ControllerReflector($container)), 'default', ['path_patterns' => ['^/api(?!/doc$)'], 'host_patterns' => [], 'name_patterns' => [], 'with_annotation' => false, 'disable_default_routes' => false]))->filter(($container->services['router'] ?? self::getRouterService($container))->getRouteCollection()); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getNotificationControllerService.php b/var/cache/dev/ContainerBNoZEh4/getNotificationControllerService.php deleted file mode 100644 index 9fd054cf..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getNotificationControllerService.php +++ /dev/null @@ -1,30 +0,0 @@ -services['DMD\\LaLigaApi\\Controller\\NotificationController'] = $instance = new \DMD\LaLigaApi\Controller\NotificationController(); - - $instance->setContainer(($container->privates['.service_locator.O2p6Lk7'] ?? $container->load('get_ServiceLocator_O2p6Lk7Service'))->withContext('DMD\\LaLigaApi\\Controller\\NotificationController', $container)); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getNotificationFactoryService.php b/var/cache/dev/ContainerBNoZEh4/getNotificationFactoryService.php deleted file mode 100644 index 19349b68..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getNotificationFactoryService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\Common\\NotificationFactory'] = new \DMD\LaLigaApi\Service\Common\NotificationFactory(($container->privates['DMD\\LaLigaApi\\Repository\\CustomRoleRepository'] ?? $container->load('getCustomRoleRepositoryService')), ($container->privates['DMD\\LaLigaApi\\Repository\\TeamRepository'] ?? $container->load('getTeamRepositoryService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->load('getDoctrine_Orm_DefaultEntityManagerService')), ($container->privates['DMD\\LaLigaApi\\Service\\Common\\EmailSender'] ?? $container->load('getEmailSenderService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getNotificationRepositoryService.php b/var/cache/dev/ContainerBNoZEh4/getNotificationRepositoryService.php deleted file mode 100644 index 784799dc..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getNotificationRepositoryService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['DMD\\LaLigaApi\\Repository\\NotificationRepository'] = new \DMD\LaLigaApi\Repository\NotificationRepository(($container->services['doctrine'] ?? $container->load('getDoctrineService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getPlayerRepositoryService.php b/var/cache/dev/ContainerBNoZEh4/getPlayerRepositoryService.php deleted file mode 100644 index 68b35d23..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getPlayerRepositoryService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['DMD\\LaLigaApi\\Repository\\PlayerRepository'] = new \DMD\LaLigaApi\Repository\PlayerRepository(($container->services['doctrine'] ?? $container->load('getDoctrineService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getPropertyInfoService.php b/var/cache/dev/ContainerBNoZEh4/getPropertyInfoService.php deleted file mode 100644 index a513665a..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getPropertyInfoService.php +++ /dev/null @@ -1,46 +0,0 @@ -privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['property_info.reflection_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()); - yield 1 => ($container->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $container->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService')); - }, 2), new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $container->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService')); - yield 1 => ($container->privates['property_info.phpstan_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()); - yield 2 => ($container->privates['property_info.php_doc_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()); - yield 3 => ($container->privates['property_info.reflection_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()); - }, 4), new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['property_info.php_doc_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()); - }, 1), new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $container->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService')); - yield 1 => ($container->privates['property_info.reflection_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()); - }, 2), new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['property_info.reflection_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()); - }, 1)); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getRedirectControllerService.php b/var/cache/dev/ContainerBNoZEh4/getRedirectControllerService.php deleted file mode 100644 index 102c2f55..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getRedirectControllerService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['router.request_context'] ?? self::getRouter_RequestContextService($container)); - - return $container->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($container->services['router'] ?? self::getRouterService($container)), $a->getHttpPort(), $a->getHttpsPort()); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getRouter_CacheWarmerService.php b/var/cache/dev/ContainerBNoZEh4/getRouter_CacheWarmerService.php deleted file mode 100644 index 2e21922f..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getRouter_CacheWarmerService.php +++ /dev/null @@ -1,30 +0,0 @@ -privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'router' => ['services', 'router', 'getRouterService', false], - ], [ - 'router' => '?', - ]))->withContext('router.cache_warmer', $container)); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getRouting_LoaderService.php b/var/cache/dev/ContainerBNoZEh4/getRouting_LoaderService.php deleted file mode 100644 index 097d07f2..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getRouting_LoaderService.php +++ /dev/null @@ -1,70 +0,0 @@ -services['kernel'] ?? $container->get('kernel', 1))); - $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(NULL, 'dev'); - - $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b, 'dev')); - $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b, 'dev')); - $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b, 'dev')); - $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b, 'dev')); - $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b, 'dev')); - $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'kernel' => ['services', 'kernel', 'getKernelService', true], - ], [ - 'kernel' => 'DMD\\LaLigaApi\\Kernel', - ]), 'dev')); - $a->addLoader($c); - $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b, $c)); - $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b, $c)); - $a->addLoader(new \Symfony\Component\Routing\Loader\Psr4DirectoryLoader($b)); - - return $container->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getRunSqlCommandService.php b/var/cache/dev/ContainerBNoZEh4/getRunSqlCommandService.php deleted file mode 100644 index 143cb7eb..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getRunSqlCommandService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($container->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $container->load('getManagerRegistryAwareConnectionProviderService'))); - - $instance->setName('dbal:run-sql'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSeasonControllerService.php b/var/cache/dev/ContainerBNoZEh4/getSeasonControllerService.php deleted file mode 100644 index 5c4f3f04..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSeasonControllerService.php +++ /dev/null @@ -1,30 +0,0 @@ -services['DMD\\LaLigaApi\\Controller\\SeasonController'] = $instance = new \DMD\LaLigaApi\Controller\SeasonController(); - - $instance->setContainer(($container->privates['.service_locator.O2p6Lk7'] ?? $container->load('get_ServiceLocator_O2p6Lk7Service'))->withContext('DMD\\LaLigaApi\\Controller\\SeasonController', $container)); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSeasonDataRepositoryService.php b/var/cache/dev/ContainerBNoZEh4/getSeasonDataRepositoryService.php deleted file mode 100644 index 61b2ffe1..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSeasonDataRepositoryService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['DMD\\LaLigaApi\\Repository\\SeasonDataRepository'] = new \DMD\LaLigaApi\Repository\SeasonDataRepository(($container->services['doctrine'] ?? $container->load('getDoctrineService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSeasonRepositoryService.php b/var/cache/dev/ContainerBNoZEh4/getSeasonRepositoryService.php deleted file mode 100644 index 6200a377..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSeasonRepositoryService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['DMD\\LaLigaApi\\Repository\\SeasonRepository'] = new \DMD\LaLigaApi\Repository\SeasonRepository(($container->services['doctrine'] ?? $container->load('getDoctrineService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSecrets_VaultService.php b/var/cache/dev/ContainerBNoZEh4/getSecrets_VaultService.php deleted file mode 100644 index 02f3800a..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSecrets_VaultService.php +++ /dev/null @@ -1,28 +0,0 @@ -privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__, 4).'/config/secrets/'.$container->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable($container->getEnv(...), 'base64:default::SYMFONY_DECRYPTION_SECRET')); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSecurity_AccessListenerService.php b/var/cache/dev/ContainerBNoZEh4/getSecurity_AccessListenerService.php deleted file mode 100644 index 113bb199..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSecurity_AccessListenerService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['debug.security.access.decision_manager'] ?? self::getDebug_Security_Access_DecisionManagerService($container)); - - if (isset($container->privates['security.access_listener'])) { - return $container->privates['security.access_listener']; - } - - return $container->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), $a, ($container->privates['security.access_map'] ?? $container->load('getSecurity_AccessMapService')), false); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSecurity_AccessMapService.php b/var/cache/dev/ContainerBNoZEh4/getSecurity_AccessMapService.php deleted file mode 100644 index 401abd12..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSecurity_AccessMapService.php +++ /dev/null @@ -1,37 +0,0 @@ -privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap(); - - $instance->add(new \Symfony\Component\HttpFoundation\ChainRequestMatcher([($container->privates['.security.request_matcher.lyVOED.'] ??= new \Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher('^/api/login'))]), ['PUBLIC_ACCESS'], NULL); - $instance->add(new \Symfony\Component\HttpFoundation\ChainRequestMatcher([new \Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher('^/api/user/password')]), ['PUBLIC_ACCESS'], NULL); - $instance->add(new \Symfony\Component\HttpFoundation\ChainRequestMatcher([new \Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher('^/api/public')]), ['PUBLIC_ACCESS'], NULL); - $instance->add(new \Symfony\Component\HttpFoundation\ChainRequestMatcher([new \Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher('^/api/register')]), ['PUBLIC_ACCESS'], NULL); - $instance->add(new \Symfony\Component\HttpFoundation\ChainRequestMatcher([($container->privates['.security.request_matcher.AMZT15Y'] ??= new \Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher('^/api'))]), ['IS_AUTHENTICATED_FULLY'], NULL); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSecurity_Authenticator_JsonLogin_LoginService.php b/var/cache/dev/ContainerBNoZEh4/getSecurity_Authenticator_JsonLogin_LoginService.php deleted file mode 100644 index b1cccc5b..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSecurity_Authenticator_JsonLogin_LoginService.php +++ /dev/null @@ -1,62 +0,0 @@ -services['lexik_jwt_authentication.jwt_manager'] ?? $container->load('getLexikJwtAuthentication_JwtManagerService')); - - if (isset($container->privates['security.authenticator.json_login.login'])) { - return $container->privates['security.authenticator.json_login.login']; - } - $b = ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)); - - if (isset($container->privates['security.authenticator.json_login.login'])) { - return $container->privates['security.authenticator.json_login.login']; - } - $c = ($container->privates['property_info.reflection_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()); - - return $container->privates['security.authenticator.json_login.login'] = new \Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator(($container->privates['security.http_utils'] ?? $container->load('getSecurity_HttpUtilsService')), ($container->privates['security.user.provider.concrete.app_user_provider'] ?? $container->load('getSecurity_User_Provider_Concrete_AppUserProviderService')), new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler($a, $b, [], true), [], 'login'), new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler(new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler($b, NULL), []), ['check_path' => '/api/login_check', 'use_forward' => false, 'require_previous_session' => false, 'login_path' => '/login', 'username_path' => 'username', 'password_path' => 'password'], new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $c, $c)); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSecurity_Authenticator_Jwt_ApiService.php b/var/cache/dev/ContainerBNoZEh4/getSecurity_Authenticator_Jwt_ApiService.php deleted file mode 100644 index f8135f62..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSecurity_Authenticator_Jwt_ApiService.php +++ /dev/null @@ -1,43 +0,0 @@ -services['lexik_jwt_authentication.jwt_manager'] ?? $container->load('getLexikJwtAuthentication_JwtManagerService')); - - if (isset($container->privates['security.authenticator.jwt.api'])) { - return $container->privates['security.authenticator.jwt.api']; - } - $b = ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)); - - if (isset($container->privates['security.authenticator.jwt.api'])) { - return $container->privates['security.authenticator.jwt.api']; - } - - return $container->privates['security.authenticator.jwt.api'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator($a, $b, new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor([new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor('Bearer', 'Authorization')]), ($container->privates['security.user.provider.concrete.app_user_provider'] ?? $container->load('getSecurity_User_Provider_Concrete_AppUserProviderService')), NULL); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSecurity_Authenticator_Manager_ApiService.php b/var/cache/dev/ContainerBNoZEh4/getSecurity_Authenticator_Manager_ApiService.php deleted file mode 100644 index f59efdad..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSecurity_Authenticator_Manager_ApiService.php +++ /dev/null @@ -1,33 +0,0 @@ -privates['security.authenticator.jwt.api'] ?? $container->load('getSecurity_Authenticator_Jwt_ApiService')); - - if (isset($container->privates['security.authenticator.manager.api'])) { - return $container->privates['security.authenticator.manager.api']; - } - - return $container->privates['security.authenticator.manager.api'] = new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([$a], ($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), ($container->privates['debug.security.event_dispatcher.api'] ?? $container->load('getDebug_Security_EventDispatcher_ApiService')), 'api', ($container->privates['logger'] ?? self::getLoggerService($container)), true, true, []); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSecurity_Authenticator_Manager_LoginService.php b/var/cache/dev/ContainerBNoZEh4/getSecurity_Authenticator_Manager_LoginService.php deleted file mode 100644 index 9b0aa5a6..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSecurity_Authenticator_Manager_LoginService.php +++ /dev/null @@ -1,33 +0,0 @@ -privates['security.authenticator.json_login.login'] ?? $container->load('getSecurity_Authenticator_JsonLogin_LoginService')); - - if (isset($container->privates['security.authenticator.manager.login'])) { - return $container->privates['security.authenticator.manager.login']; - } - - return $container->privates['security.authenticator.manager.login'] = new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([$a], ($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), ($container->privates['debug.security.event_dispatcher.login'] ?? $container->load('getDebug_Security_EventDispatcher_LoginService')), 'login', ($container->privates['logger'] ?? self::getLoggerService($container)), true, true, []); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSecurity_Authenticator_Manager_MainService.php b/var/cache/dev/ContainerBNoZEh4/getSecurity_Authenticator_Manager_MainService.php deleted file mode 100644 index 9b411125..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSecurity_Authenticator_Manager_MainService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['security.authenticator.manager.main'] = new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([], ($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), ($container->privates['debug.security.event_dispatcher.main'] ?? self::getDebug_Security_EventDispatcher_MainService($container)), 'main', ($container->privates['logger'] ?? self::getLoggerService($container)), true, true, []); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSecurity_Authenticator_ManagersLocatorService.php b/var/cache/dev/ContainerBNoZEh4/getSecurity_Authenticator_ManagersLocatorService.php deleted file mode 100644 index 3813f2f7..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSecurity_Authenticator_ManagersLocatorService.php +++ /dev/null @@ -1,23 +0,0 @@ -privates['security.authenticator.managers_locator'] = new \Symfony\Component\DependencyInjection\ServiceLocator(['login' => #[\Closure(name: 'security.authenticator.manager.login', class: 'Symfony\\Component\\Security\\Http\\Authentication\\AuthenticatorManager')] fn () => ($container->privates['security.authenticator.manager.login'] ?? $container->load('getSecurity_Authenticator_Manager_LoginService')), 'api' => #[\Closure(name: 'security.authenticator.manager.api', class: 'Symfony\\Component\\Security\\Http\\Authentication\\AuthenticatorManager')] fn () => ($container->privates['security.authenticator.manager.api'] ?? $container->load('getSecurity_Authenticator_Manager_ApiService')), 'main' => #[\Closure(name: 'security.authenticator.manager.main', class: 'Symfony\\Component\\Security\\Http\\Authentication\\AuthenticatorManager')] fn () => ($container->privates['security.authenticator.manager.main'] ?? $container->load('getSecurity_Authenticator_Manager_MainService'))]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSecurity_ChannelListenerService.php b/var/cache/dev/ContainerBNoZEh4/getSecurity_ChannelListenerService.php deleted file mode 100644 index 98ae0939..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSecurity_ChannelListenerService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['router.request_context'] ?? self::getRouter_RequestContextService($container)); - - return $container->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($container->privates['security.access_map'] ?? $container->load('getSecurity_AccessMapService')), ($container->privates['logger'] ?? self::getLoggerService($container)), $a->getHttpPort(), $a->getHttpsPort()); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSecurity_Command_DebugFirewallService.php b/var/cache/dev/ContainerBNoZEh4/getSecurity_Command_DebugFirewallService.php deleted file mode 100644 index 67452e1c..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSecurity_Command_DebugFirewallService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($container->parameters['security.firewalls'], ($container->privates['.service_locator.dsdSIIc'] ?? self::get_ServiceLocator_DsdSIIcService($container)), ($container->privates['.service_locator.Oannbdp'] ?? $container->load('get_ServiceLocator_OannbdpService')), ['login' => [($container->privates['security.authenticator.json_login.login'] ?? $container->load('getSecurity_Authenticator_JsonLogin_LoginService'))], 'api' => [($container->privates['security.authenticator.jwt.api'] ?? $container->load('getSecurity_Authenticator_Jwt_ApiService'))], 'main' => []], false); - - $instance->setName('debug:firewall'); - $instance->setDescription('Display information about your security firewall(s)'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSecurity_Command_UserPasswordHashService.php b/var/cache/dev/ContainerBNoZEh4/getSecurity_Command_UserPasswordHashService.php deleted file mode 100644 index d791f6e2..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSecurity_Command_UserPasswordHashService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($container->privates['security.password_hasher_factory'] ?? $container->load('getSecurity_PasswordHasherFactoryService')), ['Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface']); - - $instance->setName('security:hash-password'); - $instance->setDescription('Hash a user password'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSecurity_Csrf_TokenManagerService.php b/var/cache/dev/ContainerBNoZEh4/getSecurity_Csrf_TokenManagerService.php deleted file mode 100644 index f5282f2a..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSecurity_Csrf_TokenManagerService.php +++ /dev/null @@ -1,28 +0,0 @@ -privates['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($container->privates['security.csrf.token_storage'] ?? $container->load('getSecurity_Csrf_TokenStorageService')), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack())); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSecurity_Csrf_TokenStorageService.php b/var/cache/dev/ContainerBNoZEh4/getSecurity_Csrf_TokenStorageService.php deleted file mode 100644 index e4ca44e8..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSecurity_Csrf_TokenStorageService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack())); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSecurity_Firewall_EventDispatcherLocatorService.php b/var/cache/dev/ContainerBNoZEh4/getSecurity_Firewall_EventDispatcherLocatorService.php deleted file mode 100644 index 2d7780ae..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSecurity_Firewall_EventDispatcherLocatorService.php +++ /dev/null @@ -1,23 +0,0 @@ -privates['security.firewall.event_dispatcher_locator'] = new \Symfony\Component\DependencyInjection\ServiceLocator(['login' => #[\Closure(name: 'debug.security.event_dispatcher.login', class: 'Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher')] fn () => ($container->privates['debug.security.event_dispatcher.login'] ?? $container->load('getDebug_Security_EventDispatcher_LoginService')), 'api' => #[\Closure(name: 'debug.security.event_dispatcher.api', class: 'Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher')] fn () => ($container->privates['debug.security.event_dispatcher.api'] ?? $container->load('getDebug_Security_EventDispatcher_ApiService')), 'main' => #[\Closure(name: 'debug.security.event_dispatcher.main', class: 'Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher')] fn () => ($container->privates['debug.security.event_dispatcher.main'] ?? self::getDebug_Security_EventDispatcher_MainService($container))]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSecurity_Firewall_Map_Context_ApiService.php b/var/cache/dev/ContainerBNoZEh4/getSecurity_Firewall_Map_Context_ApiService.php deleted file mode 100644 index ec5270df..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSecurity_Firewall_Map_Context_ApiService.php +++ /dev/null @@ -1,38 +0,0 @@ -privates['security.authenticator.jwt.api'] ?? $container->load('getSecurity_Authenticator_Jwt_ApiService')); - - if (isset($container->privates['security.firewall.map.context.api'])) { - return $container->privates['security.firewall.map.context.api']; - } - - return $container->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['security.channel_listener'] ?? $container->load('getSecurity_ChannelListenerService')); - yield 1 => ($container->privates['debug.security.firewall.authenticator.api'] ?? $container->load('getDebug_Security_Firewall_Authenticator_ApiService')); - yield 2 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService')); - }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), ($container->privates['security.authentication.trust_resolver'] ??= new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()), ($container->privates['security.http_utils'] ?? $container->load('getSecurity_HttpUtilsService')), 'api', $a, NULL, NULL, ($container->privates['logger'] ?? self::getLoggerService($container)), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api', 'security.user_checker', '.security.request_matcher.vhy2oy3', true, true, 'security.user.provider.concrete.app_user_provider', NULL, 'security.authenticator.jwt.api', NULL, NULL, ['jwt'], NULL, NULL)); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSecurity_Firewall_Map_Context_DevService.php b/var/cache/dev/ContainerBNoZEh4/getSecurity_Firewall_Map_Context_DevService.php deleted file mode 100644 index 653e3cdc..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSecurity_Firewall_Map_Context_DevService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(fn () => new \EmptyIterator(), 0), NULL, NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev', 'security.user_checker', '.security.request_matcher.kLbKLHa', false, false, NULL, NULL, NULL, NULL, NULL, [], NULL, NULL)); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSecurity_Firewall_Map_Context_LoginService.php b/var/cache/dev/ContainerBNoZEh4/getSecurity_Firewall_Map_Context_LoginService.php deleted file mode 100644 index b95048fa..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSecurity_Firewall_Map_Context_LoginService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['security.firewall.map.context.login'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['security.channel_listener'] ?? $container->load('getSecurity_ChannelListenerService')); - yield 1 => ($container->privates['debug.security.firewall.authenticator.login'] ?? $container->load('getDebug_Security_Firewall_Authenticator_LoginService')); - yield 2 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService')); - }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), ($container->privates['security.authentication.trust_resolver'] ??= new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()), ($container->privates['security.http_utils'] ?? $container->load('getSecurity_HttpUtilsService')), 'login', NULL, NULL, NULL, ($container->privates['logger'] ?? self::getLoggerService($container)), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('login', 'security.user_checker', '.security.request_matcher.0QxrXJt', true, true, 'security.user.provider.concrete.app_user_provider', NULL, NULL, NULL, NULL, ['json_login'], NULL, NULL)); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSecurity_Firewall_Map_Context_MainService.php b/var/cache/dev/ContainerBNoZEh4/getSecurity_Firewall_Map_Context_MainService.php deleted file mode 100644 index b571062e..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSecurity_Firewall_Map_Context_MainService.php +++ /dev/null @@ -1,34 +0,0 @@ -privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['security.channel_listener'] ?? $container->load('getSecurity_ChannelListenerService')); - yield 1 => ($container->privates['security.context_listener.0'] ?? self::getSecurity_ContextListener_0Service($container)); - yield 2 => ($container->privates['debug.security.firewall.authenticator.main'] ?? $container->load('getDebug_Security_Firewall_Authenticator_MainService')); - yield 3 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService')); - }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), ($container->privates['security.authentication.trust_resolver'] ??= new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()), ($container->privates['security.http_utils'] ?? $container->load('getSecurity_HttpUtilsService')), 'main', NULL, NULL, NULL, ($container->privates['logger'] ?? self::getLoggerService($container)), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', NULL, NULL, NULL, [], NULL, NULL), ($container->privates['security.untracked_token_storage'] ??= new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSecurity_HelperService.php b/var/cache/dev/ContainerBNoZEh4/getSecurity_HelperService.php deleted file mode 100644 index 15fd924f..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSecurity_HelperService.php +++ /dev/null @@ -1,52 +0,0 @@ -privates['security.helper'] = new \Symfony\Bundle\SecurityBundle\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false], - 'security.authenticator.managers_locator' => ['privates', 'security.authenticator.managers_locator', 'getSecurity_Authenticator_ManagersLocatorService', true], - 'security.authorization_checker' => ['privates', 'security.authorization_checker', 'getSecurity_AuthorizationCheckerService', false], - 'security.csrf.token_manager' => ['privates', 'security.csrf.token_manager', 'getSecurity_Csrf_TokenManagerService', true], - 'security.firewall.event_dispatcher_locator' => ['privates', 'security.firewall.event_dispatcher_locator', 'getSecurity_Firewall_EventDispatcherLocatorService', true], - 'security.firewall.map' => ['privates', 'security.firewall.map', 'getSecurity_Firewall_MapService', false], - 'security.token_storage' => ['privates', 'security.token_storage', 'getSecurity_TokenStorageService', false], - 'security.user_checker' => ['privates', 'security.user_checker', 'getSecurity_UserCheckerService', true], - ], [ - 'request_stack' => '?', - 'security.authenticator.managers_locator' => '?', - 'security.authorization_checker' => '?', - 'security.csrf.token_manager' => '?', - 'security.firewall.event_dispatcher_locator' => '?', - 'security.firewall.map' => '?', - 'security.token_storage' => '?', - 'security.user_checker' => '?', - ]), ['login' => new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'security.authenticator.json_login.login' => ['privates', 'security.authenticator.json_login.login', 'getSecurity_Authenticator_JsonLogin_LoginService', true], - ], [ - 'security.authenticator.json_login.login' => '?', - ]), 'api' => new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'security.authenticator.jwt.api' => ['privates', 'security.authenticator.jwt.api', 'getSecurity_Authenticator_Jwt_ApiService', true], - ], [ - 'security.authenticator.jwt.api' => '?', - ]), 'dev' => NULL, 'main' => NULL]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSecurity_HttpUtilsService.php b/var/cache/dev/ContainerBNoZEh4/getSecurity_HttpUtilsService.php deleted file mode 100644 index 1d0e4fa7..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSecurity_HttpUtilsService.php +++ /dev/null @@ -1,27 +0,0 @@ -services['router'] ?? self::getRouterService($container)); - - return $container->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a, $a, '{^https?://%s$}i', '{^https://%s$}i'); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSecurity_Listener_CheckAuthenticatorCredentialsService.php b/var/cache/dev/ContainerBNoZEh4/getSecurity_Listener_CheckAuthenticatorCredentialsService.php deleted file mode 100644 index acafeaa2..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSecurity_Listener_CheckAuthenticatorCredentialsService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['security.listener.check_authenticator_credentials'] = new \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener(($container->privates['security.password_hasher_factory'] ?? $container->load('getSecurity_PasswordHasherFactoryService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSecurity_Listener_CsrfProtectionService.php b/var/cache/dev/ContainerBNoZEh4/getSecurity_Listener_CsrfProtectionService.php deleted file mode 100644 index bfa8037a..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSecurity_Listener_CsrfProtectionService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['security.listener.csrf_protection'] = new \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener(($container->privates['security.csrf.token_manager'] ?? $container->load('getSecurity_Csrf_TokenManagerService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSecurity_Listener_Main_UserProviderService.php b/var/cache/dev/ContainerBNoZEh4/getSecurity_Listener_Main_UserProviderService.php deleted file mode 100644 index a7617383..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSecurity_Listener_Main_UserProviderService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['security.listener.main.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($container->privates['security.user.provider.concrete.app_user_provider'] ?? $container->load('getSecurity_User_Provider_Concrete_AppUserProviderService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSecurity_Listener_PasswordMigratingService.php b/var/cache/dev/ContainerBNoZEh4/getSecurity_Listener_PasswordMigratingService.php deleted file mode 100644 index 6f786f5c..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSecurity_Listener_PasswordMigratingService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['security.listener.password_migrating'] = new \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener(($container->privates['security.password_hasher_factory'] ?? $container->load('getSecurity_PasswordHasherFactoryService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSecurity_Listener_Session_MainService.php b/var/cache/dev/ContainerBNoZEh4/getSecurity_Listener_Session_MainService.php deleted file mode 100644 index 1dd4b880..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSecurity_Listener_Session_MainService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['security.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($container->privates['security.csrf.token_storage'] ?? $container->load('getSecurity_Csrf_TokenStorageService')))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSecurity_Listener_UserChecker_ApiService.php b/var/cache/dev/ContainerBNoZEh4/getSecurity_Listener_UserChecker_ApiService.php deleted file mode 100644 index 29f80364..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSecurity_Listener_UserChecker_ApiService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['security.listener.user_checker.api'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($container->privates['security.user_checker'] ??= new \Symfony\Component\Security\Core\User\InMemoryUserChecker())); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSecurity_Listener_UserChecker_LoginService.php b/var/cache/dev/ContainerBNoZEh4/getSecurity_Listener_UserChecker_LoginService.php deleted file mode 100644 index 92acdc21..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSecurity_Listener_UserChecker_LoginService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['security.listener.user_checker.login'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($container->privates['security.user_checker'] ??= new \Symfony\Component\Security\Core\User\InMemoryUserChecker())); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSecurity_Listener_UserChecker_MainService.php b/var/cache/dev/ContainerBNoZEh4/getSecurity_Listener_UserChecker_MainService.php deleted file mode 100644 index 85c46a1a..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSecurity_Listener_UserChecker_MainService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['security.listener.user_checker.main'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($container->privates['security.user_checker'] ??= new \Symfony\Component\Security\Core\User\InMemoryUserChecker())); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSecurity_Listener_UserProviderService.php b/var/cache/dev/ContainerBNoZEh4/getSecurity_Listener_UserProviderService.php deleted file mode 100644 index a18534c7..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSecurity_Listener_UserProviderService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['security.listener.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($container->privates['security.user.provider.concrete.app_user_provider'] ?? $container->load('getSecurity_User_Provider_Concrete_AppUserProviderService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSecurity_Logout_Listener_CsrfTokenClearingService.php b/var/cache/dev/ContainerBNoZEh4/getSecurity_Logout_Listener_CsrfTokenClearingService.php deleted file mode 100644 index ee46b22a..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSecurity_Logout_Listener_CsrfTokenClearingService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['security.logout.listener.csrf_token_clearing'] = new \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener(($container->privates['security.csrf.token_storage'] ?? $container->load('getSecurity_Csrf_TokenStorageService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSecurity_PasswordHasherFactoryService.php b/var/cache/dev/ContainerBNoZEh4/getSecurity_PasswordHasherFactoryService.php deleted file mode 100644 index 15f50489..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSecurity_PasswordHasherFactoryService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface' => ['algorithm' => 'auto', 'migrate_from' => [], 'hash_algorithm' => 'sha512', 'key_length' => 40, 'ignore_case' => false, 'encode_as_base64' => true, 'iterations' => 5000, 'cost' => NULL, 'memory_cost' => NULL, 'time_cost' => NULL]]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSecurity_UserCheckerService.php b/var/cache/dev/ContainerBNoZEh4/getSecurity_UserCheckerService.php deleted file mode 100644 index f192623b..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSecurity_UserCheckerService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker(); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSecurity_UserPasswordHasherService.php b/var/cache/dev/ContainerBNoZEh4/getSecurity_UserPasswordHasherService.php deleted file mode 100644 index 82a61556..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSecurity_UserPasswordHasherService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($container->privates['security.password_hasher_factory'] ?? $container->load('getSecurity_PasswordHasherFactoryService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSecurity_User_Provider_Concrete_AppUserProviderService.php b/var/cache/dev/ContainerBNoZEh4/getSecurity_User_Provider_Concrete_AppUserProviderService.php deleted file mode 100644 index 42570fb3..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSecurity_User_Provider_Concrete_AppUserProviderService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($container->services['doctrine'] ?? $container->load('getDoctrineService')), 'DMD\\LaLigaApi\\Entity\\User', 'email', NULL); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSecurity_Validator_UserPasswordService.php b/var/cache/dev/ContainerBNoZEh4/getSecurity_Validator_UserPasswordService.php deleted file mode 100644 index 4dafd298..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSecurity_Validator_UserPasswordService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), ($container->privates['security.password_hasher_factory'] ?? $container->load('getSecurity_PasswordHasherFactoryService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getServicesResetterService.php b/var/cache/dev/ContainerBNoZEh4/getServicesResetterService.php deleted file mode 100644 index 845fcdb5..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getServicesResetterService.php +++ /dev/null @@ -1,86 +0,0 @@ -services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () use ($container) { - if (isset($container->services['cache.app'])) { - yield 'cache.app' => ($container->services['cache.app'] ?? null); - } - if (isset($container->services['cache.system'])) { - yield 'cache.system' => ($container->services['cache.system'] ?? null); - } - if (false) { - yield 'cache.validator' => null; - } - if (false) { - yield 'cache.serializer' => null; - } - if (false) { - yield 'cache.annotations' => null; - } - if (false) { - yield 'cache.property_info' => null; - } - if (isset($container->privates['mailer.message_logger_listener'])) { - yield 'mailer.message_logger_listener' => ($container->privates['mailer.message_logger_listener'] ?? null); - } - if (isset($container->privates['debug.stopwatch'])) { - yield 'debug.stopwatch' => ($container->privates['debug.stopwatch'] ?? null); - } - if (isset($container->services['event_dispatcher'])) { - yield 'debug.event_dispatcher' => ($container->services['event_dispatcher'] ?? null); - } - if (isset($container->privates['session_listener'])) { - yield 'session_listener' => ($container->privates['session_listener'] ?? null); - } - if (isset($container->services['cache.validator_expression_language'])) { - yield 'cache.validator_expression_language' => ($container->services['cache.validator_expression_language'] ?? null); - } - if (isset($container->services['doctrine'])) { - yield 'doctrine' => ($container->services['doctrine'] ?? null); - } - if (isset($container->privates['doctrine.debug_data_holder'])) { - yield 'doctrine.debug_data_holder' => ($container->privates['doctrine.debug_data_holder'] ?? null); - } - if (isset($container->privates['security.token_storage'])) { - yield 'security.token_storage' => ($container->privates['security.token_storage'] ?? null); - } - if (false) { - yield 'cache.security_expression_language' => null; - } - if (isset($container->services['cache.security_is_granted_attribute_expression_language'])) { - yield 'cache.security_is_granted_attribute_expression_language' => ($container->services['cache.security_is_granted_attribute_expression_language'] ?? null); - } - if (isset($container->privates['debug.security.firewall'])) { - yield 'debug.security.firewall' => ($container->privates['debug.security.firewall'] ?? null); - } - if (isset($container->privates['debug.security.firewall.authenticator.login'])) { - yield 'debug.security.firewall.authenticator.login' => ($container->privates['debug.security.firewall.authenticator.login'] ?? null); - } - if (isset($container->privates['debug.security.firewall.authenticator.api'])) { - yield 'debug.security.firewall.authenticator.api' => ($container->privates['debug.security.firewall.authenticator.api'] ?? null); - } - if (isset($container->privates['debug.security.firewall.authenticator.main'])) { - yield 'debug.security.firewall.authenticator.main' => ($container->privates['debug.security.firewall.authenticator.main'] ?? null); - } - }, fn () => 0 + (int) (isset($container->services['cache.app'])) + (int) (isset($container->services['cache.system'])) + (int) (false) + (int) (false) + (int) (false) + (int) (false) + (int) (isset($container->privates['mailer.message_logger_listener'])) + (int) (isset($container->privates['debug.stopwatch'])) + (int) (isset($container->services['event_dispatcher'])) + (int) (isset($container->privates['session_listener'])) + (int) (isset($container->services['cache.validator_expression_language'])) + (int) (isset($container->services['doctrine'])) + (int) (isset($container->privates['doctrine.debug_data_holder'])) + (int) (isset($container->privates['security.token_storage'])) + (int) (false) + (int) (isset($container->services['cache.security_is_granted_attribute_expression_language'])) + (int) (isset($container->privates['debug.security.firewall'])) + (int) (isset($container->privates['debug.security.firewall.authenticator.login'])) + (int) (isset($container->privates['debug.security.firewall.authenticator.api'])) + (int) (isset($container->privates['debug.security.firewall.authenticator.main']))), ['cache.app' => ['reset'], 'cache.system' => ['reset'], 'cache.validator' => ['reset'], 'cache.serializer' => ['reset'], 'cache.annotations' => ['reset'], 'cache.property_info' => ['reset'], 'mailer.message_logger_listener' => ['reset'], 'debug.stopwatch' => ['reset'], 'debug.event_dispatcher' => ['reset'], 'session_listener' => ['reset'], 'cache.validator_expression_language' => ['reset'], 'doctrine' => ['reset'], 'doctrine.debug_data_holder' => ['reset'], 'security.token_storage' => ['disableUsageTracking', 'setToken'], 'cache.security_expression_language' => ['reset'], 'cache.security_is_granted_attribute_expression_language' => ['reset'], 'debug.security.firewall' => ['reset'], 'debug.security.firewall.authenticator.login' => ['reset'], 'debug.security.firewall.authenticator.api' => ['reset'], 'debug.security.firewall.authenticator.main' => ['reset']]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSession_FactoryService.php b/var/cache/dev/ContainerBNoZEh4/getSession_FactoryService.php deleted file mode 100644 index 5a2495e6..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSession_FactoryService.php +++ /dev/null @@ -1,36 +0,0 @@ -privates['session_listener'] ?? self::getSessionListenerService($container)); - - if (isset($container->privates['session.factory'])) { - return $container->privates['session.factory']; - } - - return $container->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory($container->parameters['session.storage.options'], ($container->privates['session.handler.native'] ?? $container->load('getSession_Handler_NativeService')), new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta', 0), true), [$a, 'onSessionUsage']); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getSession_Handler_NativeService.php b/var/cache/dev/ContainerBNoZEh4/getSession_Handler_NativeService.php deleted file mode 100644 index b5df8229..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getSession_Handler_NativeService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['session.handler.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getTeamRepositoryService.php b/var/cache/dev/ContainerBNoZEh4/getTeamRepositoryService.php deleted file mode 100644 index 3583c4fd..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getTeamRepositoryService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['DMD\\LaLigaApi\\Repository\\TeamRepository'] = new \DMD\LaLigaApi\Repository\TeamRepository(($container->services['doctrine'] ?? $container->load('getDoctrineService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getTemplateControllerService.php b/var/cache/dev/ContainerBNoZEh4/getTemplateControllerService.php deleted file mode 100644 index a9f32050..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getTemplateControllerService.php +++ /dev/null @@ -1,25 +0,0 @@ -services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($container->privates['twig'] ?? $container->load('getTwigService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getTwigService.php b/var/cache/dev/ContainerBNoZEh4/getTwigService.php deleted file mode 100644 index 2f026741..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getTwigService.php +++ /dev/null @@ -1,110 +0,0 @@ -addPath((\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-bundle/Resources/views'), 'Doctrine'); - $a->addPath((\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-bundle/Resources/views'), '!Doctrine'); - $a->addPath((\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations'); - $a->addPath((\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations'); - $a->addPath((\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-bundle/Resources/views'), 'Security'); - $a->addPath((\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-bundle/Resources/views'), '!Security'); - $a->addPath((\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'nelmio'.\DIRECTORY_SEPARATOR.'api-doc-bundle/Resources/views'), 'NelmioApiDoc'); - $a->addPath((\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'nelmio'.\DIRECTORY_SEPARATOR.'api-doc-bundle/Resources/views'), '!NelmioApiDoc'); - $a->addPath((\dirname(__DIR__, 4).'/templates')); - $a->addPath((\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'twig-bridge/Resources/views/Email'), 'email'); - $a->addPath((\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'twig-bridge/Resources/views/Email'), '!email'); - - $container->privates['twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name', 'cache' => ($container->targetDir.''.'/twig'), 'charset' => 'UTF-8', 'debug' => true, 'strict_variables' => true]); - - $b = ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()); - $c = ($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)); - $d = ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true)); - $e = ($container->services['router'] ?? self::getRouterService($container)); - $f = new \Symfony\Bridge\Twig\AppVariable(); - $f->setEnvironment('dev'); - $f->setDebug(true); - $f->setTokenStorage($c); - if ($container->has('request_stack')) { - $f->setRequestStack($b); - } - - $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension()); - $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($container->privates['security.logout_url_generator'] ?? self::getSecurity_LogoutUrlGeneratorService($container)))); - $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($container->privates['security.authorization_checker'] ?? self::getSecurity_AuthorizationCheckerService($container)), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($b, ($container->privates['security.firewall.map'] ?? self::getSecurity_Firewall_MapService($container)), $c))); - $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(new \Twig\Profiler\Profile(), $d)); - $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(NULL)); - $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension(($container->privates['debug.file_link_formatter'] ??= new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter($container->getEnv('default::SYMFONY_IDE'))), \dirname(__DIR__, 4), 'UTF-8')); - $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e)); - $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension()); - $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($d, true)); - $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension()); - $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, $e))); - $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension()); - $instance->addExtension(new \Twig\Extension\DebugExtension()); - $instance->addGlobal('app', $f); - $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true], - 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true], - ], [ - 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?', - 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?', - ]))); - (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getTwig_Command_DebugService.php b/var/cache/dev/ContainerBNoZEh4/getTwig_Command_DebugService.php deleted file mode 100644 index 4b4885f8..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getTwig_Command_DebugService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($container->privates['twig'] ?? $container->load('getTwigService')), \dirname(__DIR__, 4), $container->parameters['kernel.bundles_metadata'], (\dirname(__DIR__, 4).'/templates'), ($container->privates['debug.file_link_formatter'] ??= new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter($container->getEnv('default::SYMFONY_IDE')))); - - $instance->setName('debug:twig'); - $instance->setDescription('Show a list of twig functions, filters, globals and tests'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getTwig_Command_LintService.php b/var/cache/dev/ContainerBNoZEh4/getTwig_Command_LintService.php deleted file mode 100644 index aec10df3..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getTwig_Command_LintService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($container->privates['twig'] ?? $container->load('getTwigService')), ['*.twig']); - - $instance->setName('lint:twig'); - $instance->setDescription('Lint a Twig template and outputs encountered errors'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getTwig_Mailer_MessageListenerService.php b/var/cache/dev/ContainerBNoZEh4/getTwig_Mailer_MessageListenerService.php deleted file mode 100644 index 9d8d63e1..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getTwig_Mailer_MessageListenerService.php +++ /dev/null @@ -1,33 +0,0 @@ -privates['twig'] ?? $container->load('getTwigService')); - - if (isset($container->privates['twig.mailer.message_listener'])) { - return $container->privates['twig.mailer.message_listener']; - } - - return $container->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a)); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getTwig_Runtime_HttpkernelService.php b/var/cache/dev/ContainerBNoZEh4/getTwig_Runtime_HttpkernelService.php deleted file mode 100644 index 4204e9a0..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getTwig_Runtime_HttpkernelService.php +++ /dev/null @@ -1,36 +0,0 @@ -services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()); - - return $container->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'inline' => ['privates', 'fragment.renderer.inline', 'getFragment_Renderer_InlineService', true], - ], [ - 'inline' => '?', - ]), $a, true), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($container->getEnv('APP_SECRET')), $a)); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getTwig_Runtime_SecurityCsrfService.php b/var/cache/dev/ContainerBNoZEh4/getTwig_Runtime_SecurityCsrfService.php deleted file mode 100644 index a638fe51..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getTwig_Runtime_SecurityCsrfService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($container->privates['security.csrf.token_manager'] ?? $container->load('getSecurity_Csrf_TokenManagerService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getTwig_TemplateCacheWarmerService.php b/var/cache/dev/ContainerBNoZEh4/getTwig_TemplateCacheWarmerService.php deleted file mode 100644 index a5679545..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getTwig_TemplateCacheWarmerService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'twig' => ['privates', 'twig', 'getTwigService', true], - ], [ - 'twig' => 'Twig\\Environment', - ]))->withContext('twig.template_cache_warmer', $container), new \Symfony\Bundle\TwigBundle\TemplateIterator(($container->services['kernel'] ?? $container->get('kernel', 1)), [(\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'twig-bridge/Resources/views/Email') => 'email'], (\dirname(__DIR__, 4).'/templates'), [])); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getUserControllerService.php b/var/cache/dev/ContainerBNoZEh4/getUserControllerService.php deleted file mode 100644 index e62d2544..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getUserControllerService.php +++ /dev/null @@ -1,30 +0,0 @@ -services['DMD\\LaLigaApi\\Controller\\UserController'] = $instance = new \DMD\LaLigaApi\Controller\UserController(); - - $instance->setContainer(($container->privates['.service_locator.O2p6Lk7'] ?? $container->load('get_ServiceLocator_O2p6Lk7Service'))->withContext('DMD\\LaLigaApi\\Controller\\UserController', $container)); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getUserRepositoryService.php b/var/cache/dev/ContainerBNoZEh4/getUserRepositoryService.php deleted file mode 100644 index 2e96f628..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getUserRepositoryService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['DMD\\LaLigaApi\\Repository\\UserRepository'] = new \DMD\LaLigaApi\Repository\UserRepository(($container->services['doctrine'] ?? $container->load('getDoctrineService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getUserSaverService.php b/var/cache/dev/ContainerBNoZEh4/getUserSaverService.php deleted file mode 100644 index 6cc7363f..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getUserSaverService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\User\\Handlers\\UserSaver'] = new \DMD\LaLigaApi\Service\User\Handlers\UserSaver(($container->services['doctrine.orm.default_entity_manager'] ?? $container->load('getDoctrine_Orm_DefaultEntityManagerService')), ($container->privates['security.user_password_hasher'] ?? $container->load('getSecurity_UserPasswordHasherService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getValidatorService.php b/var/cache/dev/ContainerBNoZEh4/getValidatorService.php deleted file mode 100644 index 0f1aa467..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getValidatorService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['validator'] = ($container->privates['validator.builder'] ?? $container->load('getValidator_BuilderService'))->getValidator(); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getValidator_BuilderService.php b/var/cache/dev/ContainerBNoZEh4/getValidator_BuilderService.php deleted file mode 100644 index 967c36ee..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getValidator_BuilderService.php +++ /dev/null @@ -1,68 +0,0 @@ -privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder(); - - $a = ($container->privates['property_info'] ?? $container->load('getPropertyInfoService')); - - $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true], - 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true], - 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true], - 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true], - 'Symfony\\Component\\Validator\\Constraints\\NoSuspiciousCharactersValidator' => ['privates', 'validator.no_suspicious_characters', 'getValidator_NoSuspiciousCharactersService', true], - 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true], - 'Symfony\\Component\\Validator\\Constraints\\WhenValidator' => ['privates', 'validator.when', 'getValidator_WhenService', true], - 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true], - 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true], - 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true], - ], [ - 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?', - 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?', - 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?', - 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?', - 'Symfony\\Component\\Validator\\Constraints\\NoSuspiciousCharactersValidator' => '?', - 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?', - 'Symfony\\Component\\Validator\\Constraints\\WhenValidator' => '?', - 'doctrine.orm.validator.unique' => '?', - 'security.validator.user_password' => '?', - 'validator.expression' => '?', - ]))); - $instance->setTranslationDomain('validators'); - $instance->enableAnnotationMapping(true); - $instance->addMethodMapping('loadValidatorMetadata'); - $instance->addObjectInitializers([new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($container->services['doctrine'] ?? $container->load('getDoctrineService')))]); - $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL)); - $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($container->services['doctrine.orm.default_entity_manager'] ?? $container->load('getDoctrine_Orm_DefaultEntityManagerService')), NULL)); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getValidator_EmailService.php b/var/cache/dev/ContainerBNoZEh4/getValidator_EmailService.php deleted file mode 100644 index 4c299902..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getValidator_EmailService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5'); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getValidator_ExpressionService.php b/var/cache/dev/ContainerBNoZEh4/getValidator_ExpressionService.php deleted file mode 100644 index 6e52c8a5..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getValidator_ExpressionService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(NULL); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getValidator_Mapping_CacheWarmerService.php b/var/cache/dev/ContainerBNoZEh4/getValidator_Mapping_CacheWarmerService.php deleted file mode 100644 index eee97b0a..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getValidator_Mapping_CacheWarmerService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($container->privates['validator.builder'] ?? $container->load('getValidator_BuilderService')), ($container->targetDir.''.'/validation.php')); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getValidator_NoSuspiciousCharactersService.php b/var/cache/dev/ContainerBNoZEh4/getValidator_NoSuspiciousCharactersService.php deleted file mode 100644 index c62a923b..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getValidator_NoSuspiciousCharactersService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['validator.no_suspicious_characters'] = new \Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator([]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getValidator_NotCompromisedPasswordService.php b/var/cache/dev/ContainerBNoZEh4/getValidator_NotCompromisedPasswordService.php deleted file mode 100644 index 3b8948c1..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getValidator_NotCompromisedPasswordService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(NULL, 'UTF-8', true, NULL); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/getValidator_WhenService.php b/var/cache/dev/ContainerBNoZEh4/getValidator_WhenService.php deleted file mode 100644 index 1089a33f..00000000 --- a/var/cache/dev/ContainerBNoZEh4/getValidator_WhenService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['validator.when'] = new \Symfony\Component\Validator\Constraints\WhenValidator(NULL); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_About_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Console_Command_About_LazyService.php deleted file mode 100644 index ae47b9a8..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_About_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project', false, #[\Closure(name: 'console.command.about', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand => ($container->privates['console.command.about'] ?? $container->load('getConsole_Command_AboutService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_AssetsInstall_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Console_Command_AssetsInstall_LazyService.php deleted file mode 100644 index 2789375c..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_AssetsInstall_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.assets_install.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('assets:install', [], 'Install bundle\'s web assets under a public directory', false, #[\Closure(name: 'console.command.assets_install', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand => ($container->privates['console.command.assets_install'] ?? $container->load('getConsole_Command_AssetsInstallService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_CacheClear_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Console_Command_CacheClear_LazyService.php deleted file mode 100644 index 2e39c83d..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_CacheClear_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache', false, #[\Closure(name: 'console.command.cache_clear', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand => ($container->privates['console.command.cache_clear'] ?? $container->load('getConsole_Command_CacheClearService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_CachePoolClear_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Console_Command_CachePoolClear_LazyService.php deleted file mode 100644 index b8a41e2f..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_CachePoolClear_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools', false, #[\Closure(name: 'console.command.cache_pool_clear', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand => ($container->privates['console.command.cache_pool_clear'] ?? $container->load('getConsole_Command_CachePoolClearService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_CachePoolDelete_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Console_Command_CachePoolDelete_LazyService.php deleted file mode 100644 index 649b91ae..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_CachePoolDelete_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.cache_pool_delete.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:delete', [], 'Delete an item from a cache pool', false, #[\Closure(name: 'console.command.cache_pool_delete', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand => ($container->privates['console.command.cache_pool_delete'] ?? $container->load('getConsole_Command_CachePoolDeleteService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_CachePoolInvalidateTags_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Console_Command_CachePoolInvalidateTags_LazyService.php deleted file mode 100644 index 60913126..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_CachePoolInvalidateTags_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.cache_pool_invalidate_tags.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:invalidate-tags', [], 'Invalidate cache tags for all or a specific pool', false, #[\Closure(name: 'console.command.cache_pool_invalidate_tags', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolInvalidateTagsCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolInvalidateTagsCommand => ($container->privates['console.command.cache_pool_invalidate_tags'] ?? $container->load('getConsole_Command_CachePoolInvalidateTagsService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_CachePoolList_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Console_Command_CachePoolList_LazyService.php deleted file mode 100644 index 4e7401c9..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_CachePoolList_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools', false, #[\Closure(name: 'console.command.cache_pool_list', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand => ($container->privates['console.command.cache_pool_list'] ?? $container->load('getConsole_Command_CachePoolListService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_CachePoolPrune_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Console_Command_CachePoolPrune_LazyService.php deleted file mode 100644 index 8d1654f6..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_CachePoolPrune_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools', false, #[\Closure(name: 'console.command.cache_pool_prune', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand => ($container->privates['console.command.cache_pool_prune'] ?? $container->load('getConsole_Command_CachePoolPruneService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_CacheWarmup_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Console_Command_CacheWarmup_LazyService.php deleted file mode 100644 index a12ccee0..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_CacheWarmup_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache', false, #[\Closure(name: 'console.command.cache_warmup', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand => ($container->privates['console.command.cache_warmup'] ?? $container->load('getConsole_Command_CacheWarmupService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_ConfigDebug_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Console_Command_ConfigDebug_LazyService.php deleted file mode 100644 index 0ea2315e..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_ConfigDebug_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.config_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:config', [], 'Dump the current configuration for an extension', false, #[\Closure(name: 'console.command.config_debug', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand => ($container->privates['console.command.config_debug'] ?? $container->load('getConsole_Command_ConfigDebugService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_ConfigDumpReference_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Console_Command_ConfigDumpReference_LazyService.php deleted file mode 100644 index 5e7be3fb..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_ConfigDumpReference_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.config_dump_reference.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('config:dump-reference', [], 'Dump the default configuration for an extension', false, #[\Closure(name: 'console.command.config_dump_reference', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand => ($container->privates['console.command.config_dump_reference'] ?? $container->load('getConsole_Command_ConfigDumpReferenceService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_ContainerDebug_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Console_Command_ContainerDebug_LazyService.php deleted file mode 100644 index 8afe34fb..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_ContainerDebug_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application', false, #[\Closure(name: 'console.command.container_debug', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand => ($container->privates['console.command.container_debug'] ?? $container->load('getConsole_Command_ContainerDebugService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_ContainerLint_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Console_Command_ContainerLint_LazyService.php deleted file mode 100644 index 7dc5ab0b..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_ContainerLint_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.container_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:container', [], 'Ensure that arguments injected into services match type declarations', false, #[\Closure(name: 'console.command.container_lint', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand => ($container->privates['console.command.container_lint'] ?? $container->load('getConsole_Command_ContainerLintService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_DebugAutowiring_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Console_Command_DebugAutowiring_LazyService.php deleted file mode 100644 index ea3d2e9c..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_DebugAutowiring_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.debug_autowiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:autowiring', [], 'List classes/interfaces you can use for autowiring', false, #[\Closure(name: 'console.command.debug_autowiring', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand => ($container->privates['console.command.debug_autowiring'] ?? $container->load('getConsole_Command_DebugAutowiringService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_DotenvDebug_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Console_Command_DotenvDebug_LazyService.php deleted file mode 100644 index cb80bba1..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_DotenvDebug_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.dotenv_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:dotenv', [], 'Lists all dotenv files with variables and values', false, #[\Closure(name: 'console.command.dotenv_debug', class: 'Symfony\\Component\\Dotenv\\Command\\DebugCommand')] fn (): \Symfony\Component\Dotenv\Command\DebugCommand => ($container->privates['console.command.dotenv_debug'] ?? $container->load('getConsole_Command_DotenvDebugService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_EventDispatcherDebug_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Console_Command_EventDispatcherDebug_LazyService.php deleted file mode 100644 index 7d92b056..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_EventDispatcherDebug_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.event_dispatcher_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:event-dispatcher', [], 'Display configured listeners for an application', false, #[\Closure(name: 'console.command.event_dispatcher_debug', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand => ($container->privates['console.command.event_dispatcher_debug'] ?? $container->load('getConsole_Command_EventDispatcherDebugService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_MailerTest_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Console_Command_MailerTest_LazyService.php deleted file mode 100644 index 5527ebb0..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_MailerTest_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.mailer_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('mailer:test', [], 'Test Mailer transports by sending an email', false, #[\Closure(name: 'console.command.mailer_test', class: 'Symfony\\Component\\Mailer\\Command\\MailerTestCommand')] fn (): \Symfony\Component\Mailer\Command\MailerTestCommand => ($container->privates['console.command.mailer_test'] ?? $container->load('getConsole_Command_MailerTestService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_RouterDebug_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Console_Command_RouterDebug_LazyService.php deleted file mode 100644 index dc7f1bae..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_RouterDebug_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application', false, #[\Closure(name: 'console.command.router_debug', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand => ($container->privates['console.command.router_debug'] ?? $container->load('getConsole_Command_RouterDebugService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_RouterMatch_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Console_Command_RouterMatch_LazyService.php deleted file mode 100644 index 612ca185..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_RouterMatch_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match', false, #[\Closure(name: 'console.command.router_match', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand => ($container->privates['console.command.router_match'] ?? $container->load('getConsole_Command_RouterMatchService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_SecretsDecryptToLocal_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Console_Command_SecretsDecryptToLocal_LazyService.php deleted file mode 100644 index 04ba2f5a..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_SecretsDecryptToLocal_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.secrets_decrypt_to_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:decrypt-to-local', [], 'Decrypt all secrets and stores them in the local vault', false, #[\Closure(name: 'console.command.secrets_decrypt_to_local', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand => ($container->privates['console.command.secrets_decrypt_to_local'] ?? $container->load('getConsole_Command_SecretsDecryptToLocalService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_SecretsEncryptFromLocal_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Console_Command_SecretsEncryptFromLocal_LazyService.php deleted file mode 100644 index cfeeab3d..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_SecretsEncryptFromLocal_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.secrets_encrypt_from_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:encrypt-from-local', [], 'Encrypt all local secrets to the vault', false, #[\Closure(name: 'console.command.secrets_encrypt_from_local', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand => ($container->privates['console.command.secrets_encrypt_from_local'] ?? $container->load('getConsole_Command_SecretsEncryptFromLocalService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_SecretsGenerateKey_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Console_Command_SecretsGenerateKey_LazyService.php deleted file mode 100644 index d72242c0..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_SecretsGenerateKey_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys', false, #[\Closure(name: 'console.command.secrets_generate_key', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand => ($container->privates['console.command.secrets_generate_key'] ?? $container->load('getConsole_Command_SecretsGenerateKeyService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_SecretsList_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Console_Command_SecretsList_LazyService.php deleted file mode 100644 index e9647c20..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_SecretsList_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets', false, #[\Closure(name: 'console.command.secrets_list', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand => ($container->privates['console.command.secrets_list'] ?? $container->load('getConsole_Command_SecretsListService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_SecretsRemove_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Console_Command_SecretsRemove_LazyService.php deleted file mode 100644 index bbe69ac5..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_SecretsRemove_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault', false, #[\Closure(name: 'console.command.secrets_remove', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand => ($container->privates['console.command.secrets_remove'] ?? $container->load('getConsole_Command_SecretsRemoveService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_SecretsSet_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Console_Command_SecretsSet_LazyService.php deleted file mode 100644 index ce282e58..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_SecretsSet_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault', false, #[\Closure(name: 'console.command.secrets_set', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand => ($container->privates['console.command.secrets_set'] ?? $container->load('getConsole_Command_SecretsSetService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_ValidatorDebug_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Console_Command_ValidatorDebug_LazyService.php deleted file mode 100644 index f73b6c69..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_ValidatorDebug_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes', false, #[\Closure(name: 'console.command.validator_debug', class: 'Symfony\\Component\\Validator\\Command\\DebugCommand')] fn (): \Symfony\Component\Validator\Command\DebugCommand => ($container->privates['console.command.validator_debug'] ?? $container->load('getConsole_Command_ValidatorDebugService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_YamlLint_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Console_Command_YamlLint_LazyService.php deleted file mode 100644 index e4d2ee74..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Console_Command_YamlLint_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors', false, #[\Closure(name: 'console.command.yaml_lint', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand => ($container->privates['console.command.yaml_lint'] ?? $container->load('getConsole_Command_YamlLintService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Debug_Security_Voter_Security_Access_AuthenticatedVoterService.php b/var/cache/dev/ContainerBNoZEh4/get_Debug_Security_Voter_Security_Access_AuthenticatedVoterService.php deleted file mode 100644 index 648db478..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Debug_Security_Voter_Security_Access_AuthenticatedVoterService.php +++ /dev/null @@ -1,34 +0,0 @@ -services['event_dispatcher'] ?? self::getEventDispatcherService($container)); - - if (isset($container->privates['.debug.security.voter.security.access.authenticated_voter'])) { - return $container->privates['.debug.security.voter.security.access.authenticated_voter']; - } - - return $container->privates['.debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($container->privates['security.authentication.trust_resolver'] ??= new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $a); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Debug_Security_Voter_Security_Access_SimpleRoleVoterService.php b/var/cache/dev/ContainerBNoZEh4/get_Debug_Security_Voter_Security_Access_SimpleRoleVoterService.php deleted file mode 100644 index 67b7a2c0..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Debug_Security_Voter_Security_Access_SimpleRoleVoterService.php +++ /dev/null @@ -1,34 +0,0 @@ -services['event_dispatcher'] ?? self::getEventDispatcherService($container)); - - if (isset($container->privates['.debug.security.voter.security.access.simple_role_voter'])) { - return $container->privates['.debug.security.voter.security.access.simple_role_voter']; - } - - return $container->privates['.debug.security.voter.security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter(), $a); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_ArgumentResolver_BackedEnumResolverService.php b/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_ArgumentResolver_BackedEnumResolverService.php deleted file mode 100644 index 97ea90e9..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_ArgumentResolver_BackedEnumResolverService.php +++ /dev/null @@ -1,28 +0,0 @@ -privates['.debug.value_resolver.argument_resolver.backed_enum_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\BackedEnumValueResolver(), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_ArgumentResolver_DatetimeService.php b/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_ArgumentResolver_DatetimeService.php deleted file mode 100644 index aa8e682c..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_ArgumentResolver_DatetimeService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['.debug.value_resolver.argument_resolver.datetime'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DateTimeValueResolver(new \Symfony\Component\Clock\Clock()), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_ArgumentResolver_DefaultService.php b/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_ArgumentResolver_DefaultService.php deleted file mode 100644 index ad68ea72..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_ArgumentResolver_DefaultService.php +++ /dev/null @@ -1,28 +0,0 @@ -privates['.debug.value_resolver.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_ArgumentResolver_NotTaggedControllerService.php b/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_ArgumentResolver_NotTaggedControllerService.php deleted file mode 100644 index 1b536e3e..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_ArgumentResolver_NotTaggedControllerService.php +++ /dev/null @@ -1,28 +0,0 @@ -privates['.debug.value_resolver.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($container->privates['.service_locator.bNYvrCq'] ?? $container->load('get_ServiceLocator_BNYvrCqService'))), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_ArgumentResolver_QueryParameterValueResolverService.php b/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_ArgumentResolver_QueryParameterValueResolverService.php deleted file mode 100644 index 85ae2463..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_ArgumentResolver_QueryParameterValueResolverService.php +++ /dev/null @@ -1,28 +0,0 @@ -privates['.debug.value_resolver.argument_resolver.query_parameter_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\QueryParameterValueResolver(), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_ArgumentResolver_RequestAttributeService.php b/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_ArgumentResolver_RequestAttributeService.php deleted file mode 100644 index 4d18fb4f..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_ArgumentResolver_RequestAttributeService.php +++ /dev/null @@ -1,28 +0,0 @@ -privates['.debug.value_resolver.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_ArgumentResolver_RequestPayloadService.php b/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_ArgumentResolver_RequestPayloadService.php deleted file mode 100644 index 4bcda4c0..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_ArgumentResolver_RequestPayloadService.php +++ /dev/null @@ -1,28 +0,0 @@ -privates['.debug.value_resolver.argument_resolver.request_payload'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(throw new RuntimeException('You can neither use "#[MapRequestPayload]" nor "#[MapQueryString]" since the Serializer component is not installed. Try running "composer require symfony/serializer-pack".'), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_ArgumentResolver_RequestService.php b/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_ArgumentResolver_RequestService.php deleted file mode 100644 index c3e01641..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_ArgumentResolver_RequestService.php +++ /dev/null @@ -1,28 +0,0 @@ -privates['.debug.value_resolver.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_ArgumentResolver_ServiceService.php b/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_ArgumentResolver_ServiceService.php deleted file mode 100644 index e7af3912..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_ArgumentResolver_ServiceService.php +++ /dev/null @@ -1,28 +0,0 @@ -privates['.debug.value_resolver.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($container->privates['.service_locator.bNYvrCq'] ?? $container->load('get_ServiceLocator_BNYvrCqService'))), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_ArgumentResolver_SessionService.php b/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_ArgumentResolver_SessionService.php deleted file mode 100644 index d7a4c6ca..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_ArgumentResolver_SessionService.php +++ /dev/null @@ -1,28 +0,0 @@ -privates['.debug.value_resolver.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_ArgumentResolver_VariadicService.php b/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_ArgumentResolver_VariadicService.php deleted file mode 100644 index d6e52d63..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_ArgumentResolver_VariadicService.php +++ /dev/null @@ -1,28 +0,0 @@ -privates['.debug.value_resolver.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_Doctrine_Orm_EntityValueResolverService.php b/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_Doctrine_Orm_EntityValueResolverService.php deleted file mode 100644 index 92a07c36..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_Doctrine_Orm_EntityValueResolverService.php +++ /dev/null @@ -1,28 +0,0 @@ -privates['.debug.value_resolver.doctrine.orm.entity_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver(($container->services['doctrine'] ?? $container->load('getDoctrineService')), NULL), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_Security_SecurityTokenValueResolverService.php b/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_Security_SecurityTokenValueResolverService.php deleted file mode 100644 index e8310aac..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_Security_SecurityTokenValueResolverService.php +++ /dev/null @@ -1,28 +0,0 @@ -privates['.debug.value_resolver.security.security_token_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\SecurityTokenValueResolver(($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container))), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_Security_UserValueResolverService.php b/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_Security_UserValueResolverService.php deleted file mode 100644 index 5cb9b563..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Debug_ValueResolver_Security_UserValueResolverService.php +++ /dev/null @@ -1,28 +0,0 @@ -privates['.debug.value_resolver.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container))), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_CurrentCommand_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_CurrentCommand_LazyService.php deleted file mode 100644 index 2aab714d..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_CurrentCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.doctrine_migrations.current_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:current', [], 'Outputs the current version', false, #[\Closure(name: 'doctrine_migrations.current_command', class: 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand')] fn (): \Doctrine\Migrations\Tools\Console\Command\CurrentCommand => ($container->privates['doctrine_migrations.current_command'] ?? $container->load('getDoctrineMigrations_CurrentCommandService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_DiffCommand_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_DiffCommand_LazyService.php deleted file mode 100644 index 3be62354..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_DiffCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.doctrine_migrations.diff_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:diff', [], 'Generate a migration by comparing your current database to your mapping information.', false, #[\Closure(name: 'doctrine_migrations.diff_command', class: 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand')] fn (): \Doctrine\Migrations\Tools\Console\Command\DiffCommand => ($container->privates['doctrine_migrations.diff_command'] ?? $container->load('getDoctrineMigrations_DiffCommandService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_DumpSchemaCommand_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_DumpSchemaCommand_LazyService.php deleted file mode 100644 index 4eea4f7b..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_DumpSchemaCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.doctrine_migrations.dump_schema_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:dump-schema', [], 'Dump the schema for your database to a migration.', false, #[\Closure(name: 'doctrine_migrations.dump_schema_command', class: 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand')] fn (): \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand => ($container->privates['doctrine_migrations.dump_schema_command'] ?? $container->load('getDoctrineMigrations_DumpSchemaCommandService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_ExecuteCommand_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_ExecuteCommand_LazyService.php deleted file mode 100644 index c8df5c62..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_ExecuteCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.doctrine_migrations.execute_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:execute', [], 'Execute one or more migration versions up or down manually.', false, #[\Closure(name: 'doctrine_migrations.execute_command', class: 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand')] fn (): \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand => ($container->privates['doctrine_migrations.execute_command'] ?? $container->load('getDoctrineMigrations_ExecuteCommandService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_GenerateCommand_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_GenerateCommand_LazyService.php deleted file mode 100644 index 847b661b..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_GenerateCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.doctrine_migrations.generate_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:generate', [], 'Generate a blank migration class.', false, #[\Closure(name: 'doctrine_migrations.generate_command', class: 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand')] fn (): \Doctrine\Migrations\Tools\Console\Command\GenerateCommand => ($container->privates['doctrine_migrations.generate_command'] ?? $container->load('getDoctrineMigrations_GenerateCommandService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_LatestCommand_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_LatestCommand_LazyService.php deleted file mode 100644 index 4877df47..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_LatestCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.doctrine_migrations.latest_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:latest', [], 'Outputs the latest version', false, #[\Closure(name: 'doctrine_migrations.latest_command', class: 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand')] fn (): \Doctrine\Migrations\Tools\Console\Command\LatestCommand => ($container->privates['doctrine_migrations.latest_command'] ?? $container->load('getDoctrineMigrations_LatestCommandService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_MigrateCommand_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_MigrateCommand_LazyService.php deleted file mode 100644 index e6396f7e..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_MigrateCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.doctrine_migrations.migrate_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:migrate', [], 'Execute a migration to a specified version or the latest available version.', false, #[\Closure(name: 'doctrine_migrations.migrate_command', class: 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand')] fn (): \Doctrine\Migrations\Tools\Console\Command\MigrateCommand => ($container->privates['doctrine_migrations.migrate_command'] ?? $container->load('getDoctrineMigrations_MigrateCommandService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_RollupCommand_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_RollupCommand_LazyService.php deleted file mode 100644 index dcb070d3..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_RollupCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.doctrine_migrations.rollup_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:rollup', [], 'Rollup migrations by deleting all tracked versions and insert the one version that exists.', false, #[\Closure(name: 'doctrine_migrations.rollup_command', class: 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand')] fn (): \Doctrine\Migrations\Tools\Console\Command\RollupCommand => ($container->privates['doctrine_migrations.rollup_command'] ?? $container->load('getDoctrineMigrations_RollupCommandService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_StatusCommand_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_StatusCommand_LazyService.php deleted file mode 100644 index 4a9eb724..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_StatusCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.doctrine_migrations.status_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:status', [], 'View the status of a set of migrations.', false, #[\Closure(name: 'doctrine_migrations.status_command', class: 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand')] fn (): \Doctrine\Migrations\Tools\Console\Command\StatusCommand => ($container->privates['doctrine_migrations.status_command'] ?? $container->load('getDoctrineMigrations_StatusCommandService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_SyncMetadataCommand_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_SyncMetadataCommand_LazyService.php deleted file mode 100644 index 59a13d52..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_SyncMetadataCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.doctrine_migrations.sync_metadata_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:sync-metadata-storage', [], 'Ensures that the metadata storage is at the latest version.', false, #[\Closure(name: 'doctrine_migrations.sync_metadata_command', class: 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand')] fn (): \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand => ($container->privates['doctrine_migrations.sync_metadata_command'] ?? $container->load('getDoctrineMigrations_SyncMetadataCommandService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_UpToDateCommand_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_UpToDateCommand_LazyService.php deleted file mode 100644 index 0cb5961d..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_UpToDateCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.doctrine_migrations.up_to_date_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:up-to-date', [], 'Tells you if your schema is up-to-date.', false, #[\Closure(name: 'doctrine_migrations.up_to_date_command', class: 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand')] fn (): \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand => ($container->privates['doctrine_migrations.up_to_date_command'] ?? $container->load('getDoctrineMigrations_UpToDateCommandService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_VersionCommand_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_VersionCommand_LazyService.php deleted file mode 100644 index d0a357e3..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_VersionCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.doctrine_migrations.version_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:version', [], 'Manually add and delete migration versions from the version table.', false, #[\Closure(name: 'doctrine_migrations.version_command', class: 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand')] fn (): \Doctrine\Migrations\Tools\Console\Command\VersionCommand => ($container->privates['doctrine_migrations.version_command'] ?? $container->load('getDoctrineMigrations_VersionCommandService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_VersionsCommand_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_VersionsCommand_LazyService.php deleted file mode 100644 index 15d00a08..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_DoctrineMigrations_VersionsCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.doctrine_migrations.versions_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:list', [], 'Display a list of all available migrations and their status.', false, #[\Closure(name: 'doctrine_migrations.versions_command', class: 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand')] fn (): \Doctrine\Migrations\Tools\Console\Command\ListCommand => ($container->privates['doctrine_migrations.versions_command'] ?? $container->load('getDoctrineMigrations_VersionsCommandService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_LexikJwtAuthentication_CheckConfigCommand_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_LexikJwtAuthentication_CheckConfigCommand_LazyService.php deleted file mode 100644 index 036a2441..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_LexikJwtAuthentication_CheckConfigCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.lexik_jwt_authentication.check_config_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:check-config', [], 'Checks that the bundle is properly configured.', false, #[\Closure(name: 'lexik_jwt_authentication.check_config_command', class: 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\CheckConfigCommand')] fn (): \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand => ($container->privates['lexik_jwt_authentication.check_config_command'] ?? $container->load('getLexikJwtAuthentication_CheckConfigCommandService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_LexikJwtAuthentication_EnableEncryptionConfigCommand_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_LexikJwtAuthentication_EnableEncryptionConfigCommand_LazyService.php deleted file mode 100644 index 4409d81f..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_LexikJwtAuthentication_EnableEncryptionConfigCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.lexik_jwt_authentication.enable_encryption_config_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:enable-encryption', [], 'Enable Web-Token encryption support.', false, #[\Closure(name: 'lexik_jwt_authentication.enable_encryption_config_command', class: 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\EnableEncryptionConfigCommand')] fn (): \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand => ($container->privates['lexik_jwt_authentication.enable_encryption_config_command'] ?? $container->load('getLexikJwtAuthentication_EnableEncryptionConfigCommandService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_LexikJwtAuthentication_GenerateKeypairCommand_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_LexikJwtAuthentication_GenerateKeypairCommand_LazyService.php deleted file mode 100644 index 0b6902eb..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_LexikJwtAuthentication_GenerateKeypairCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.lexik_jwt_authentication.generate_keypair_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:generate-keypair', [], 'Generate public/private keys for use in your application.', false, #[\Closure(name: 'lexik_jwt_authentication.generate_keypair_command', class: 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateKeyPairCommand')] fn (): \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand => ($container->privates['lexik_jwt_authentication.generate_keypair_command'] ?? $container->load('getLexikJwtAuthentication_GenerateKeypairCommandService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_LexikJwtAuthentication_GenerateTokenCommand_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_LexikJwtAuthentication_GenerateTokenCommand_LazyService.php deleted file mode 100644 index b92efd52..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_LexikJwtAuthentication_GenerateTokenCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.lexik_jwt_authentication.generate_token_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:generate-token', [], 'Generates a JWT token for a given user.', false, #[\Closure(name: 'lexik_jwt_authentication.generate_token_command', class: 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateTokenCommand')] fn (): \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand => ($container->services['lexik_jwt_authentication.generate_token_command'] ?? $container->load('getLexikJwtAuthentication_GenerateTokenCommandService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_LexikJwtAuthentication_MigrateConfigCommand_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_LexikJwtAuthentication_MigrateConfigCommand_LazyService.php deleted file mode 100644 index ccc25201..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_LexikJwtAuthentication_MigrateConfigCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.lexik_jwt_authentication.migrate_config_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:migrate-config', [], 'Migrate LexikJWTAuthenticationBundle configuration to the Web-Token one.', false, #[\Closure(name: 'lexik_jwt_authentication.migrate_config_command', class: 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\MigrateConfigCommand')] fn (): \Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand => ($container->privates['lexik_jwt_authentication.migrate_config_command'] ?? $container->load('getLexikJwtAuthentication_MigrateConfigCommandService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeAuth_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeAuth_LazyService.php deleted file mode 100644 index 648c495e..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeAuth_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_auth.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:auth', [], 'Create a Guard authenticator of different flavors', false, #[\Closure(name: 'maker.auto_command.make_auth', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_auth'] ?? $container->load('getMaker_AutoCommand_MakeAuthService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeCommand_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeCommand_LazyService.php deleted file mode 100644 index 2f8050f6..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:command', [], 'Create a new console command class', false, #[\Closure(name: 'maker.auto_command.make_command', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_command'] ?? $container->load('getMaker_AutoCommand_MakeCommandService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeController_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeController_LazyService.php deleted file mode 100644 index f1ce64dc..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeController_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:controller', [], 'Create a new controller class', false, #[\Closure(name: 'maker.auto_command.make_controller', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_controller'] ?? $container->load('getMaker_AutoCommand_MakeControllerService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeCrud_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeCrud_LazyService.php deleted file mode 100644 index a7ff408d..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeCrud_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_crud.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:crud', [], 'Create CRUD for Doctrine entity class', false, #[\Closure(name: 'maker.auto_command.make_crud', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_crud'] ?? $container->load('getMaker_AutoCommand_MakeCrudService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeDockerDatabase_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeDockerDatabase_LazyService.php deleted file mode 100644 index 8b6757c6..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeDockerDatabase_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_docker_database.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:docker:database', [], 'Add a database container to your compose.yaml file', false, #[\Closure(name: 'maker.auto_command.make_docker_database', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_docker_database'] ?? $container->load('getMaker_AutoCommand_MakeDockerDatabaseService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeEntity_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeEntity_LazyService.php deleted file mode 100644 index 0e44de10..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeEntity_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_entity.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:entity', [], 'Create or update a Doctrine entity class, and optionally an API Platform resource', false, #[\Closure(name: 'maker.auto_command.make_entity', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_entity'] ?? $container->load('getMaker_AutoCommand_MakeEntityService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeFixtures_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeFixtures_LazyService.php deleted file mode 100644 index 53889808..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeFixtures_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_fixtures.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:fixtures', [], 'Create a new class to load Doctrine fixtures', false, #[\Closure(name: 'maker.auto_command.make_fixtures', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_fixtures'] ?? $container->load('getMaker_AutoCommand_MakeFixturesService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeForm_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeForm_LazyService.php deleted file mode 100644 index 0aa90946..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeForm_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:form', [], 'Create a new form class', false, #[\Closure(name: 'maker.auto_command.make_form', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_form'] ?? $container->load('getMaker_AutoCommand_MakeFormService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeListener_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeListener_LazyService.php deleted file mode 100644 index bc85b30f..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeListener_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_listener.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:listener', ['make:subscriber'], 'Creates a new event subscriber class or a new event listener class', false, #[\Closure(name: 'maker.auto_command.make_listener', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_listener'] ?? $container->load('getMaker_AutoCommand_MakeListenerService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeMessage_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeMessage_LazyService.php deleted file mode 100644 index 9af8e57b..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeMessage_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_message.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:message', [], 'Create a new message and handler', false, #[\Closure(name: 'maker.auto_command.make_message', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_message'] ?? $container->load('getMaker_AutoCommand_MakeMessageService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService.php deleted file mode 100644 index f2e67e34..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_messenger_middleware.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:messenger-middleware', [], 'Create a new messenger middleware', false, #[\Closure(name: 'maker.auto_command.make_messenger_middleware', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_messenger_middleware'] ?? $container->load('getMaker_AutoCommand_MakeMessengerMiddlewareService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeMigration_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeMigration_LazyService.php deleted file mode 100644 index eae3d5ac..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeMigration_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_migration.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:migration', [], 'Create a new migration based on database changes', false, #[\Closure(name: 'maker.auto_command.make_migration', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_migration'] ?? $container->load('getMaker_AutoCommand_MakeMigrationService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeRegistrationForm_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeRegistrationForm_LazyService.php deleted file mode 100644 index 48d9ff54..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeRegistrationForm_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_registration_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:registration-form', [], 'Create a new registration form system', false, #[\Closure(name: 'maker.auto_command.make_registration_form', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_registration_form'] ?? $container->load('getMaker_AutoCommand_MakeRegistrationFormService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeResetPassword_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeResetPassword_LazyService.php deleted file mode 100644 index a08d042a..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeResetPassword_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_reset_password.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:reset-password', [], 'Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle', false, #[\Closure(name: 'maker.auto_command.make_reset_password', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_reset_password'] ?? $container->load('getMaker_AutoCommand_MakeResetPasswordService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService.php deleted file mode 100644 index 3e9f0591..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_security_form_login.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:security:form-login', [], 'Generate the code needed for the form_login authenticator', false, #[\Closure(name: 'maker.auto_command.make_security_form_login', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_security_form_login'] ?? $container->load('getMaker_AutoCommand_MakeSecurityFormLoginService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeSerializerEncoder_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeSerializerEncoder_LazyService.php deleted file mode 100644 index d3a2c9f4..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeSerializerEncoder_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_serializer_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:encoder', [], 'Create a new serializer encoder class', false, #[\Closure(name: 'maker.auto_command.make_serializer_encoder', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_serializer_encoder'] ?? $container->load('getMaker_AutoCommand_MakeSerializerEncoderService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService.php deleted file mode 100644 index ee39b897..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_serializer_normalizer.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:normalizer', [], 'Create a new serializer normalizer class', false, #[\Closure(name: 'maker.auto_command.make_serializer_normalizer', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_serializer_normalizer'] ?? $container->load('getMaker_AutoCommand_MakeSerializerNormalizerService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeStimulusController_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeStimulusController_LazyService.php deleted file mode 100644 index 477d9229..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeStimulusController_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_stimulus_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:stimulus-controller', [], 'Create a new Stimulus controller', false, #[\Closure(name: 'maker.auto_command.make_stimulus_controller', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_stimulus_controller'] ?? $container->load('getMaker_AutoCommand_MakeStimulusControllerService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeTest_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeTest_LazyService.php deleted file mode 100644 index 332b0281..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeTest_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:test', ['make:unit-test', 'make:functional-test'], 'Create a new test class', false, #[\Closure(name: 'maker.auto_command.make_test', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_test'] ?? $container->load('getMaker_AutoCommand_MakeTestService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeTwigComponent_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeTwigComponent_LazyService.php deleted file mode 100644 index d169cf3f..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeTwigComponent_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_twig_component.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-component', [], 'Create a twig (or live) component', false, #[\Closure(name: 'maker.auto_command.make_twig_component', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_twig_component'] ?? $container->load('getMaker_AutoCommand_MakeTwigComponentService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeTwigExtension_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeTwigExtension_LazyService.php deleted file mode 100644 index 1f2b095c..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeTwigExtension_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Create a new Twig extension with its runtime class', false, #[\Closure(name: 'maker.auto_command.make_twig_extension', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_twig_extension'] ?? $container->load('getMaker_AutoCommand_MakeTwigExtensionService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeUser_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeUser_LazyService.php deleted file mode 100644 index f597cd77..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeUser_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:user', [], 'Create a new security user class', false, #[\Closure(name: 'maker.auto_command.make_user', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_user'] ?? $container->load('getMaker_AutoCommand_MakeUserService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeValidator_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeValidator_LazyService.php deleted file mode 100644 index f721cfc8..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeValidator_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_validator.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:validator', [], 'Create a new validator and constraint class', false, #[\Closure(name: 'maker.auto_command.make_validator', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_validator'] ?? $container->load('getMaker_AutoCommand_MakeValidatorService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeVoter_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeVoter_LazyService.php deleted file mode 100644 index a3def3f6..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Maker_AutoCommand_MakeVoter_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_voter.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:voter', [], 'Create a new security voter class', false, #[\Closure(name: 'maker.auto_command.make_voter', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_voter'] ?? $container->load('getMaker_AutoCommand_MakeVoterService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Security_Command_DebugFirewall_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Security_Command_DebugFirewall_LazyService.php deleted file mode 100644 index 624c309a..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Security_Command_DebugFirewall_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.security.command.debug_firewall.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:firewall', [], 'Display information about your security firewall(s)', false, #[\Closure(name: 'security.command.debug_firewall', class: 'Symfony\\Bundle\\SecurityBundle\\Command\\DebugFirewallCommand')] fn (): \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand => ($container->privates['security.command.debug_firewall'] ?? $container->load('getSecurity_Command_DebugFirewallService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Security_Command_UserPasswordHash_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Security_Command_UserPasswordHash_LazyService.php deleted file mode 100644 index 6a4a88a4..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Security_Command_UserPasswordHash_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.security.command.user_password_hash.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:hash-password', [], 'Hash a user password', false, #[\Closure(name: 'security.command.user_password_hash', class: 'Symfony\\Component\\PasswordHasher\\Command\\UserPasswordHashCommand')] fn (): \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand => ($container->privates['security.command.user_password_hash'] ?? $container->load('getSecurity_Command_UserPasswordHashService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Security_RequestMatcher_0QxrXJtService.php b/var/cache/dev/ContainerBNoZEh4/get_Security_RequestMatcher_0QxrXJtService.php deleted file mode 100644 index a6cfb785..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Security_RequestMatcher_0QxrXJtService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.security.request_matcher.0QxrXJt'] = new \Symfony\Component\HttpFoundation\ChainRequestMatcher([($container->privates['.security.request_matcher.lyVOED.'] ??= new \Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher('^/api/login'))]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Security_RequestMatcher_KLbKLHaService.php b/var/cache/dev/ContainerBNoZEh4/get_Security_RequestMatcher_KLbKLHaService.php deleted file mode 100644 index 74e13e14..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Security_RequestMatcher_KLbKLHaService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.security.request_matcher.kLbKLHa'] = new \Symfony\Component\HttpFoundation\ChainRequestMatcher([new \Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher('^/(_(profiler|wdt)|css|images|js)/')]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Security_RequestMatcher_Vhy2oy3Service.php b/var/cache/dev/ContainerBNoZEh4/get_Security_RequestMatcher_Vhy2oy3Service.php deleted file mode 100644 index ded6ee4d..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Security_RequestMatcher_Vhy2oy3Service.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.security.request_matcher.vhy2oy3'] = new \Symfony\Component\HttpFoundation\ChainRequestMatcher([($container->privates['.security.request_matcher.AMZT15Y'] ??= new \Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher('^/api'))]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_8eLXVuLService.php b/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_8eLXVuLService.php deleted file mode 100644 index 6335ef17..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_8eLXVuLService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.service_locator.8eLXVuL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'handleJoinLeague' => ['privates', 'DMD\\LaLigaApi\\Service\\League\\newJoinLeagueRequest\\HandleNewJoinLeagueRequest', 'getHandleNewJoinLeagueRequestService', true], - ], [ - 'handleJoinLeague' => 'DMD\\LaLigaApi\\Service\\League\\newJoinLeagueRequest\\HandleNewJoinLeagueRequest', - ]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_BNYvrCqService.php b/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_BNYvrCqService.php deleted file mode 100644 index 36880f03..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_BNYvrCqService.php +++ /dev/null @@ -1,109 +0,0 @@ -privates['.service_locator.bNYvrCq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'DMD\\LaLigaApi\\Controller\\LeagueController::acceptJoinRequest' => ['privates', '.service_locator.GqgSDny', 'get_ServiceLocator_GqgSDnyService', true], - 'DMD\\LaLigaApi\\Controller\\LeagueController::createLeague' => ['privates', '.service_locator.RQy.OTO', 'get_ServiceLocator_RQy_OTOService', true], - 'DMD\\LaLigaApi\\Controller\\LeagueController::declineJoinRequest' => ['privates', '.service_locator.G1XuiGs', 'get_ServiceLocator_G1XuiGsService', true], - 'DMD\\LaLigaApi\\Controller\\LeagueController::getAllLeagues' => ['privates', '.service_locator.YUfsgoA', 'get_ServiceLocator_YUfsgoAService', true], - 'DMD\\LaLigaApi\\Controller\\LeagueController::getLeagueById' => ['privates', '.service_locator.idpQYdI', 'get_ServiceLocator_IdpQYdIService', true], - 'DMD\\LaLigaApi\\Controller\\LeagueController::joinLeague' => ['privates', '.service_locator.8eLXVuL', 'get_ServiceLocator_8eLXVuLService', true], - 'DMD\\LaLigaApi\\Controller\\LeagueController::joinTeam' => ['privates', '.service_locator.Jf7ZX1M', 'get_ServiceLocator_Jf7ZX1MService', true], - 'DMD\\LaLigaApi\\Controller\\LeagueController::updateLeague' => ['privates', '.service_locator.BpNZAIP', 'get_ServiceLocator_BpNZAIPService', true], - 'DMD\\LaLigaApi\\Controller\\NotificationController::getAllNotifications' => ['privates', '.service_locator.UgMf8.i', 'get_ServiceLocator_UgMf8_IService', true], - 'DMD\\LaLigaApi\\Controller\\SeasonController::addSeason' => ['privates', '.service_locator.PJHysgX', 'get_ServiceLocator_PJHysgXService', true], - 'DMD\\LaLigaApi\\Controller\\SeasonController::addTeam' => ['privates', '.service_locator.hAmcZCC', 'get_ServiceLocator_HAmcZCCService', true], - 'DMD\\LaLigaApi\\Controller\\SeasonController::createCalendar' => ['privates', '.service_locator.EAMCOjq', 'get_ServiceLocator_EAMCOjqService', true], - 'DMD\\LaLigaApi\\Controller\\SeasonController::createFacilities' => ['privates', '.service_locator.Kun9UOk', 'get_ServiceLocator_Kun9UOkService', true], - 'DMD\\LaLigaApi\\Controller\\SeasonController::getAllFacilities' => ['privates', '.service_locator.g3NSLSC', 'get_ServiceLocator_G3NSLSCService', true], - 'DMD\\LaLigaApi\\Controller\\UserController::changePassword' => ['privates', '.service_locator.jzhWNcb', 'get_ServiceLocator_JzhWNcbService', true], - 'DMD\\LaLigaApi\\Controller\\UserController::createUser' => ['privates', '.service_locator.FoktWoU', 'get_ServiceLocator_FoktWoUService', true], - 'DMD\\LaLigaApi\\Controller\\UserController::deleteUser' => ['privates', '.service_locator.k8rLaoj', 'get_ServiceLocator_K8rLaojService', true], - 'DMD\\LaLigaApi\\Controller\\UserController::updateUser' => ['privates', '.service_locator.X.xUSKj', 'get_ServiceLocator_X_XUSKjService', true], - 'DMD\\LaLigaApi\\Kernel::loadRoutes' => ['privates', '.service_locator.y4_Zrx.', 'get_ServiceLocator_Y4Zrx_Service', true], - 'DMD\\LaLigaApi\\Kernel::registerContainerConfiguration' => ['privates', '.service_locator.y4_Zrx.', 'get_ServiceLocator_Y4Zrx_Service', true], - 'kernel::loadRoutes' => ['privates', '.service_locator.y4_Zrx.', 'get_ServiceLocator_Y4Zrx_Service', true], - 'kernel::registerContainerConfiguration' => ['privates', '.service_locator.y4_Zrx.', 'get_ServiceLocator_Y4Zrx_Service', true], - 'DMD\\LaLigaApi\\Controller\\LeagueController:acceptJoinRequest' => ['privates', '.service_locator.GqgSDny', 'get_ServiceLocator_GqgSDnyService', true], - 'DMD\\LaLigaApi\\Controller\\LeagueController:createLeague' => ['privates', '.service_locator.RQy.OTO', 'get_ServiceLocator_RQy_OTOService', true], - 'DMD\\LaLigaApi\\Controller\\LeagueController:declineJoinRequest' => ['privates', '.service_locator.G1XuiGs', 'get_ServiceLocator_G1XuiGsService', true], - 'DMD\\LaLigaApi\\Controller\\LeagueController:getAllLeagues' => ['privates', '.service_locator.YUfsgoA', 'get_ServiceLocator_YUfsgoAService', true], - 'DMD\\LaLigaApi\\Controller\\LeagueController:getLeagueById' => ['privates', '.service_locator.idpQYdI', 'get_ServiceLocator_IdpQYdIService', true], - 'DMD\\LaLigaApi\\Controller\\LeagueController:joinLeague' => ['privates', '.service_locator.8eLXVuL', 'get_ServiceLocator_8eLXVuLService', true], - 'DMD\\LaLigaApi\\Controller\\LeagueController:joinTeam' => ['privates', '.service_locator.Jf7ZX1M', 'get_ServiceLocator_Jf7ZX1MService', true], - 'DMD\\LaLigaApi\\Controller\\LeagueController:updateLeague' => ['privates', '.service_locator.BpNZAIP', 'get_ServiceLocator_BpNZAIPService', true], - 'DMD\\LaLigaApi\\Controller\\NotificationController:getAllNotifications' => ['privates', '.service_locator.UgMf8.i', 'get_ServiceLocator_UgMf8_IService', true], - 'DMD\\LaLigaApi\\Controller\\SeasonController:addSeason' => ['privates', '.service_locator.PJHysgX', 'get_ServiceLocator_PJHysgXService', true], - 'DMD\\LaLigaApi\\Controller\\SeasonController:addTeam' => ['privates', '.service_locator.hAmcZCC', 'get_ServiceLocator_HAmcZCCService', true], - 'DMD\\LaLigaApi\\Controller\\SeasonController:createCalendar' => ['privates', '.service_locator.EAMCOjq', 'get_ServiceLocator_EAMCOjqService', true], - 'DMD\\LaLigaApi\\Controller\\SeasonController:createFacilities' => ['privates', '.service_locator.Kun9UOk', 'get_ServiceLocator_Kun9UOkService', true], - 'DMD\\LaLigaApi\\Controller\\SeasonController:getAllFacilities' => ['privates', '.service_locator.g3NSLSC', 'get_ServiceLocator_G3NSLSCService', true], - 'DMD\\LaLigaApi\\Controller\\UserController:changePassword' => ['privates', '.service_locator.jzhWNcb', 'get_ServiceLocator_JzhWNcbService', true], - 'DMD\\LaLigaApi\\Controller\\UserController:createUser' => ['privates', '.service_locator.FoktWoU', 'get_ServiceLocator_FoktWoUService', true], - 'DMD\\LaLigaApi\\Controller\\UserController:deleteUser' => ['privates', '.service_locator.k8rLaoj', 'get_ServiceLocator_K8rLaojService', true], - 'DMD\\LaLigaApi\\Controller\\UserController:updateUser' => ['privates', '.service_locator.X.xUSKj', 'get_ServiceLocator_X_XUSKjService', true], - 'kernel:loadRoutes' => ['privates', '.service_locator.y4_Zrx.', 'get_ServiceLocator_Y4Zrx_Service', true], - 'kernel:registerContainerConfiguration' => ['privates', '.service_locator.y4_Zrx.', 'get_ServiceLocator_Y4Zrx_Service', true], - ], [ - 'DMD\\LaLigaApi\\Controller\\LeagueController::acceptJoinRequest' => '?', - 'DMD\\LaLigaApi\\Controller\\LeagueController::createLeague' => '?', - 'DMD\\LaLigaApi\\Controller\\LeagueController::declineJoinRequest' => '?', - 'DMD\\LaLigaApi\\Controller\\LeagueController::getAllLeagues' => '?', - 'DMD\\LaLigaApi\\Controller\\LeagueController::getLeagueById' => '?', - 'DMD\\LaLigaApi\\Controller\\LeagueController::joinLeague' => '?', - 'DMD\\LaLigaApi\\Controller\\LeagueController::joinTeam' => '?', - 'DMD\\LaLigaApi\\Controller\\LeagueController::updateLeague' => '?', - 'DMD\\LaLigaApi\\Controller\\NotificationController::getAllNotifications' => '?', - 'DMD\\LaLigaApi\\Controller\\SeasonController::addSeason' => '?', - 'DMD\\LaLigaApi\\Controller\\SeasonController::addTeam' => '?', - 'DMD\\LaLigaApi\\Controller\\SeasonController::createCalendar' => '?', - 'DMD\\LaLigaApi\\Controller\\SeasonController::createFacilities' => '?', - 'DMD\\LaLigaApi\\Controller\\SeasonController::getAllFacilities' => '?', - 'DMD\\LaLigaApi\\Controller\\UserController::changePassword' => '?', - 'DMD\\LaLigaApi\\Controller\\UserController::createUser' => '?', - 'DMD\\LaLigaApi\\Controller\\UserController::deleteUser' => '?', - 'DMD\\LaLigaApi\\Controller\\UserController::updateUser' => '?', - 'DMD\\LaLigaApi\\Kernel::loadRoutes' => '?', - 'DMD\\LaLigaApi\\Kernel::registerContainerConfiguration' => '?', - 'kernel::loadRoutes' => '?', - 'kernel::registerContainerConfiguration' => '?', - 'DMD\\LaLigaApi\\Controller\\LeagueController:acceptJoinRequest' => '?', - 'DMD\\LaLigaApi\\Controller\\LeagueController:createLeague' => '?', - 'DMD\\LaLigaApi\\Controller\\LeagueController:declineJoinRequest' => '?', - 'DMD\\LaLigaApi\\Controller\\LeagueController:getAllLeagues' => '?', - 'DMD\\LaLigaApi\\Controller\\LeagueController:getLeagueById' => '?', - 'DMD\\LaLigaApi\\Controller\\LeagueController:joinLeague' => '?', - 'DMD\\LaLigaApi\\Controller\\LeagueController:joinTeam' => '?', - 'DMD\\LaLigaApi\\Controller\\LeagueController:updateLeague' => '?', - 'DMD\\LaLigaApi\\Controller\\NotificationController:getAllNotifications' => '?', - 'DMD\\LaLigaApi\\Controller\\SeasonController:addSeason' => '?', - 'DMD\\LaLigaApi\\Controller\\SeasonController:addTeam' => '?', - 'DMD\\LaLigaApi\\Controller\\SeasonController:createCalendar' => '?', - 'DMD\\LaLigaApi\\Controller\\SeasonController:createFacilities' => '?', - 'DMD\\LaLigaApi\\Controller\\SeasonController:getAllFacilities' => '?', - 'DMD\\LaLigaApi\\Controller\\UserController:changePassword' => '?', - 'DMD\\LaLigaApi\\Controller\\UserController:createUser' => '?', - 'DMD\\LaLigaApi\\Controller\\UserController:deleteUser' => '?', - 'DMD\\LaLigaApi\\Controller\\UserController:updateUser' => '?', - 'kernel:loadRoutes' => '?', - 'kernel:registerContainerConfiguration' => '?', - ]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_BpNZAIPService.php b/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_BpNZAIPService.php deleted file mode 100644 index ae67c524..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_BpNZAIPService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.service_locator.BpNZAIP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'handleUpdateLeague' => ['privates', 'DMD\\LaLigaApi\\Service\\League\\updateLeague\\HandleUpdateLeague', 'getHandleUpdateLeagueService', true], - ], [ - 'handleUpdateLeague' => 'DMD\\LaLigaApi\\Service\\League\\updateLeague\\HandleUpdateLeague', - ]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_EAMCOjqService.php b/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_EAMCOjqService.php deleted file mode 100644 index 0bac3beb..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_EAMCOjqService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.service_locator.EAMCOjq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'handleCreateGameCalendarRequest' => ['privates', 'DMD\\LaLigaApi\\Service\\Season\\createGameCalendar\\HandleCreateGameCalendarRequest', 'getHandleCreateGameCalendarRequestService', true], - ], [ - 'handleCreateGameCalendarRequest' => 'DMD\\LaLigaApi\\Service\\Season\\createGameCalendar\\HandleCreateGameCalendarRequest', - ]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_FoktWoUService.php b/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_FoktWoUService.php deleted file mode 100644 index 0880d58e..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_FoktWoUService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.service_locator.FoktWoU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'handleRegistration' => ['privates', 'DMD\\LaLigaApi\\Service\\User\\Handlers\\register\\HandleRegistration', 'getHandleRegistrationService', true], - ], [ - 'handleRegistration' => 'DMD\\LaLigaApi\\Service\\User\\Handlers\\register\\HandleRegistration', - ]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_G1XuiGsService.php b/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_G1XuiGsService.php deleted file mode 100644 index 2ecd1ba0..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_G1XuiGsService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.service_locator.G1XuiGs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'handleDeclineJoinRequest' => ['privates', 'DMD\\LaLigaApi\\Service\\League\\declineJoinLeagueRequest\\HandleDeclineJoinLeagueRequest', 'getHandleDeclineJoinLeagueRequestService', true], - ], [ - 'handleDeclineJoinRequest' => 'DMD\\LaLigaApi\\Service\\League\\declineJoinLeagueRequest\\HandleDeclineJoinLeagueRequest', - ]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_G3NSLSCService.php b/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_G3NSLSCService.php deleted file mode 100644 index e0d31102..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_G3NSLSCService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.service_locator.g3NSLSC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'handleGetAllFacilities' => ['privates', 'DMD\\LaLigaApi\\Service\\Season\\getAllFacilities\\HandleGetAllFacilities', 'getHandleGetAllFacilitiesService', true], - ], [ - 'handleGetAllFacilities' => 'DMD\\LaLigaApi\\Service\\Season\\getAllFacilities\\HandleGetAllFacilities', - ]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_GqgSDnyService.php b/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_GqgSDnyService.php deleted file mode 100644 index 2791c785..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_GqgSDnyService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.service_locator.GqgSDny'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'handleAcceptJoinLeagueRequest' => ['privates', 'DMD\\LaLigaApi\\Service\\League\\acceptJoinLeagueRequest\\HandleAcceptJoinLeagueRequest', 'getHandleAcceptJoinLeagueRequestService', true], - ], [ - 'handleAcceptJoinLeagueRequest' => 'DMD\\LaLigaApi\\Service\\League\\acceptJoinLeagueRequest\\HandleAcceptJoinLeagueRequest', - ]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_HAmcZCCService.php b/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_HAmcZCCService.php deleted file mode 100644 index 3675dd48..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_HAmcZCCService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.service_locator.hAmcZCC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'handleAddTeam' => ['privates', 'DMD\\LaLigaApi\\Service\\Season\\addTeam\\HandleAddTeam', 'getHandleAddTeamService', true], - ], [ - 'handleAddTeam' => 'DMD\\LaLigaApi\\Service\\Season\\addTeam\\HandleAddTeam', - ]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_IdpQYdIService.php b/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_IdpQYdIService.php deleted file mode 100644 index 1329142b..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_IdpQYdIService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.service_locator.idpQYdI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'handleGetLeagueById' => ['privates', 'DMD\\LaLigaApi\\Service\\League\\getLeagueById\\HandleGetLeagueById', 'getHandleGetLeagueByIdService', true], - ], [ - 'handleGetLeagueById' => 'DMD\\LaLigaApi\\Service\\League\\getLeagueById\\HandleGetLeagueById', - ]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_Jf7ZX1MService.php b/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_Jf7ZX1MService.php deleted file mode 100644 index 2944e81e..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_Jf7ZX1MService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.service_locator.Jf7ZX1M'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'handleCaptainRequest' => ['privates', 'DMD\\LaLigaApi\\Service\\League\\joinTeam\\HandleCaptainRequest', 'getHandleCaptainRequestService', true], - ], [ - 'handleCaptainRequest' => 'DMD\\LaLigaApi\\Service\\League\\joinTeam\\HandleCaptainRequest', - ]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_JzhWNcbService.php b/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_JzhWNcbService.php deleted file mode 100644 index b94aa343..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_JzhWNcbService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['.service_locator.jzhWNcb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', true], - 'passwordHasher' => ['privates', 'security.user_password_hasher', 'getSecurity_UserPasswordHasherService', true], - 'userRepository' => ['privates', 'DMD\\LaLigaApi\\Repository\\UserRepository', 'getUserRepositoryService', true], - ], [ - 'entityManager' => '?', - 'passwordHasher' => '?', - 'userRepository' => 'DMD\\LaLigaApi\\Repository\\UserRepository', - ]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_K8rLaojService.php b/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_K8rLaojService.php deleted file mode 100644 index 490d5630..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_K8rLaojService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.service_locator.k8rLaoj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'handleDeleteUser' => ['privates', 'DMD\\LaLigaApi\\Service\\User\\Handlers\\delete\\HandleDeleteUser', 'getHandleDeleteUserService', true], - ], [ - 'handleDeleteUser' => 'DMD\\LaLigaApi\\Service\\User\\Handlers\\delete\\HandleDeleteUser', - ]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_Kun9UOkService.php b/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_Kun9UOkService.php deleted file mode 100644 index d311a2bc..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_Kun9UOkService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.service_locator.Kun9UOk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'handleCreateFacilities' => ['privates', 'DMD\\LaLigaApi\\Service\\Season\\createFacilities\\HandleCreateFacilities', 'getHandleCreateFacilitiesService', true], - ], [ - 'handleCreateFacilities' => 'DMD\\LaLigaApi\\Service\\Season\\createFacilities\\HandleCreateFacilities', - ]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_O2p6Lk7Service.php b/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_O2p6Lk7Service.php deleted file mode 100644 index 9fa546e2..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_O2p6Lk7Service.php +++ /dev/null @@ -1,41 +0,0 @@ -privates['.service_locator.O2p6Lk7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false], - 'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false], - 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false], - 'router' => ['services', 'router', 'getRouterService', false], - 'security.authorization_checker' => ['privates', 'security.authorization_checker', 'getSecurity_AuthorizationCheckerService', false], - 'security.csrf.token_manager' => ['privates', 'security.csrf.token_manager', 'getSecurity_Csrf_TokenManagerService', true], - 'security.token_storage' => ['privates', 'security.token_storage', 'getSecurity_TokenStorageService', false], - 'twig' => ['privates', 'twig', 'getTwigService', true], - ], [ - 'http_kernel' => '?', - 'parameter_bag' => '?', - 'request_stack' => '?', - 'router' => '?', - 'security.authorization_checker' => '?', - 'security.csrf.token_manager' => '?', - 'security.token_storage' => '?', - 'twig' => '?', - ]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_OannbdpService.php b/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_OannbdpService.php deleted file mode 100644 index 75898431..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_OannbdpService.php +++ /dev/null @@ -1,33 +0,0 @@ -privates['.service_locator.Oannbdp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'event_dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false], - 'security.event_dispatcher.api' => ['privates', 'debug.security.event_dispatcher.api', 'getDebug_Security_EventDispatcher_ApiService', true], - 'security.event_dispatcher.login' => ['privates', 'debug.security.event_dispatcher.login', 'getDebug_Security_EventDispatcher_LoginService', true], - 'security.event_dispatcher.main' => ['privates', 'debug.security.event_dispatcher.main', 'getDebug_Security_EventDispatcher_MainService', false], - ], [ - 'event_dispatcher' => '?', - 'security.event_dispatcher.api' => '?', - 'security.event_dispatcher.login' => '?', - 'security.event_dispatcher.main' => '?', - ]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_PJHysgXService.php b/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_PJHysgXService.php deleted file mode 100644 index 285a7f53..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_PJHysgXService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.service_locator.PJHysgX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'handleCreateSeason' => ['privates', 'DMD\\LaLigaApi\\Service\\Season\\createSeason\\HandleCreateSeason', 'getHandleCreateSeasonService', true], - ], [ - 'handleCreateSeason' => 'DMD\\LaLigaApi\\Service\\Season\\createSeason\\HandleCreateSeason', - ]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_RQy_OTOService.php b/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_RQy_OTOService.php deleted file mode 100644 index 283b643d..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_RQy_OTOService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.service_locator.RQy.OTO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'handleCreateLeague' => ['privates', 'DMD\\LaLigaApi\\Service\\League\\createLeague\\HandleCreateLeague', 'getHandleCreateLeagueService', true], - ], [ - 'handleCreateLeague' => 'DMD\\LaLigaApi\\Service\\League\\createLeague\\HandleCreateLeague', - ]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_UgMf8_IService.php b/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_UgMf8_IService.php deleted file mode 100644 index fbb7f15b..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_UgMf8_IService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.service_locator.UgMf8.i'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'handleGetNotifications' => ['privates', 'DMD\\LaLigaApi\\Service\\User\\Handlers\\getNotifications\\HandleGetNotifications', 'getHandleGetNotificationsService', true], - ], [ - 'handleGetNotifications' => 'DMD\\LaLigaApi\\Service\\User\\Handlers\\getNotifications\\HandleGetNotifications', - ]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_X_XUSKjService.php b/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_X_XUSKjService.php deleted file mode 100644 index 9e077110..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_X_XUSKjService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.service_locator.X.xUSKj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'handleUpdateUser' => ['privates', 'DMD\\LaLigaApi\\Service\\User\\Handlers\\update\\HandleUpdateUser', 'getHandleUpdateUserService', true], - ], [ - 'handleUpdateUser' => 'DMD\\LaLigaApi\\Service\\User\\Handlers\\update\\HandleUpdateUser', - ]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_Y4Zrx_Service.php b/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_Y4Zrx_Service.php deleted file mode 100644 index 377d80af..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_Y4Zrx_Service.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.service_locator.y4_Zrx.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'loader' => ['privates', '.errored..service_locator.y4_Zrx..Symfony\\Component\\Config\\Loader\\LoaderInterface', NULL, 'Cannot autowire service ".service_locator.y4_Zrx.": it needs an instance of "Symfony\\Component\\Config\\Loader\\LoaderInterface" but this type has been excluded from autowiring.'], - ], [ - 'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface', - ]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_YUfsgoAService.php b/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_YUfsgoAService.php deleted file mode 100644 index ad46eca9..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_ServiceLocator_YUfsgoAService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.service_locator.YUfsgoA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'handleGetAllLeagues' => ['privates', 'DMD\\LaLigaApi\\Service\\League\\getAllLeagues\\HandleGetAllLeagues', 'getHandleGetAllLeaguesService', true], - ], [ - 'handleGetAllLeagues' => 'DMD\\LaLigaApi\\Service\\League\\getAllLeagues\\HandleGetAllLeagues', - ]); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Twig_Command_Debug_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Twig_Command_Debug_LazyService.php deleted file mode 100644 index dd1ba69d..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Twig_Command_Debug_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.twig.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig', [], 'Show a list of twig functions, filters, globals and tests', false, #[\Closure(name: 'twig.command.debug', class: 'Symfony\\Bridge\\Twig\\Command\\DebugCommand')] fn (): \Symfony\Bridge\Twig\Command\DebugCommand => ($container->privates['twig.command.debug'] ?? $container->load('getTwig_Command_DebugService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/get_Twig_Command_Lint_LazyService.php b/var/cache/dev/ContainerBNoZEh4/get_Twig_Command_Lint_LazyService.php deleted file mode 100644 index 76c826d6..00000000 --- a/var/cache/dev/ContainerBNoZEh4/get_Twig_Command_Lint_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.twig.command.lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:twig', [], 'Lint a Twig template and outputs encountered errors', false, #[\Closure(name: 'twig.command.lint', class: 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand')] fn (): \Symfony\Bundle\TwigBundle\Command\LintCommand => ($container->privates['twig.command.lint'] ?? $container->load('getTwig_Command_LintService'))); - } -} diff --git a/var/cache/dev/ContainerBNoZEh4/removed-ids.php b/var/cache/dev/ContainerBNoZEh4/removed-ids.php deleted file mode 100644 index af027522..00000000 --- a/var/cache/dev/ContainerBNoZEh4/removed-ids.php +++ /dev/null @@ -1,1023 +0,0 @@ - true, - '.1_TokenStorage~fHUnE8b' => true, - '.abstract.instanceof.DMD\\LaLigaApi\\Controller\\LeagueController' => true, - '.abstract.instanceof.DMD\\LaLigaApi\\Controller\\NotificationController' => true, - '.abstract.instanceof.DMD\\LaLigaApi\\Controller\\SeasonController' => true, - '.abstract.instanceof.DMD\\LaLigaApi\\Controller\\UserController' => true, - '.abstract.instanceof.DMD\\LaLigaApi\\Repository\\CustomRoleRepository' => true, - '.abstract.instanceof.DMD\\LaLigaApi\\Repository\\FacilityRepository' => true, - '.abstract.instanceof.DMD\\LaLigaApi\\Repository\\FileRepository' => true, - '.abstract.instanceof.DMD\\LaLigaApi\\Repository\\GameRepository' => true, - '.abstract.instanceof.DMD\\LaLigaApi\\Repository\\LeagueRepository' => true, - '.abstract.instanceof.DMD\\LaLigaApi\\Repository\\LogRepository' => true, - '.abstract.instanceof.DMD\\LaLigaApi\\Repository\\NotificationRepository' => true, - '.abstract.instanceof.DMD\\LaLigaApi\\Repository\\PlayerRepository' => true, - '.abstract.instanceof.DMD\\LaLigaApi\\Repository\\SeasonDataRepository' => true, - '.abstract.instanceof.DMD\\LaLigaApi\\Repository\\SeasonRepository' => true, - '.abstract.instanceof.DMD\\LaLigaApi\\Repository\\TeamRepository' => true, - '.abstract.instanceof.DMD\\LaLigaApi\\Repository\\UserRepository' => true, - '.cache_connection.GD_MSZC' => true, - '.cache_connection.JKE6keX' => true, - '.console.command.about.lazy' => true, - '.console.command.assets_install.lazy' => true, - '.console.command.cache_clear.lazy' => true, - '.console.command.cache_pool_clear.lazy' => true, - '.console.command.cache_pool_delete.lazy' => true, - '.console.command.cache_pool_invalidate_tags.lazy' => true, - '.console.command.cache_pool_list.lazy' => true, - '.console.command.cache_pool_prune.lazy' => true, - '.console.command.cache_warmup.lazy' => true, - '.console.command.config_debug.lazy' => true, - '.console.command.config_dump_reference.lazy' => true, - '.console.command.container_debug.lazy' => true, - '.console.command.container_lint.lazy' => true, - '.console.command.debug_autowiring.lazy' => true, - '.console.command.dotenv_debug.lazy' => true, - '.console.command.event_dispatcher_debug.lazy' => true, - '.console.command.mailer_test.lazy' => true, - '.console.command.router_debug.lazy' => true, - '.console.command.router_match.lazy' => true, - '.console.command.secrets_decrypt_to_local.lazy' => true, - '.console.command.secrets_encrypt_from_local.lazy' => true, - '.console.command.secrets_generate_key.lazy' => true, - '.console.command.secrets_list.lazy' => true, - '.console.command.secrets_remove.lazy' => true, - '.console.command.secrets_set.lazy' => true, - '.console.command.validator_debug.lazy' => true, - '.console.command.yaml_lint.lazy' => true, - '.debug.security.voter.security.access.authenticated_voter' => true, - '.debug.security.voter.security.access.simple_role_voter' => true, - '.debug.value_resolver.argument_resolver.backed_enum_resolver' => true, - '.debug.value_resolver.argument_resolver.datetime' => true, - '.debug.value_resolver.argument_resolver.default' => true, - '.debug.value_resolver.argument_resolver.not_tagged_controller' => true, - '.debug.value_resolver.argument_resolver.query_parameter_value_resolver' => true, - '.debug.value_resolver.argument_resolver.request' => true, - '.debug.value_resolver.argument_resolver.request_attribute' => true, - '.debug.value_resolver.argument_resolver.request_payload' => true, - '.debug.value_resolver.argument_resolver.service' => true, - '.debug.value_resolver.argument_resolver.session' => true, - '.debug.value_resolver.argument_resolver.variadic' => true, - '.debug.value_resolver.doctrine.orm.entity_value_resolver' => true, - '.debug.value_resolver.security.security_token_value_resolver' => true, - '.debug.value_resolver.security.user_value_resolver' => true, - '.doctrine.orm.default_metadata_driver' => true, - '.doctrine.orm.default_metadata_driver.inner' => true, - '.doctrine_migrations.current_command.lazy' => true, - '.doctrine_migrations.diff_command.lazy' => true, - '.doctrine_migrations.dump_schema_command.lazy' => true, - '.doctrine_migrations.execute_command.lazy' => true, - '.doctrine_migrations.generate_command.lazy' => true, - '.doctrine_migrations.latest_command.lazy' => true, - '.doctrine_migrations.migrate_command.lazy' => true, - '.doctrine_migrations.rollup_command.lazy' => true, - '.doctrine_migrations.status_command.lazy' => true, - '.doctrine_migrations.sync_metadata_command.lazy' => true, - '.doctrine_migrations.up_to_date_command.lazy' => true, - '.doctrine_migrations.version_command.lazy' => true, - '.doctrine_migrations.versions_command.lazy' => true, - '.errored..service_locator.y4_Zrx..Symfony\\Component\\Config\\Loader\\LoaderInterface' => true, - '.instanceof.Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface.0.DMD\\LaLigaApi\\Repository\\CustomRoleRepository' => true, - '.instanceof.Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface.0.DMD\\LaLigaApi\\Repository\\FacilityRepository' => true, - '.instanceof.Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface.0.DMD\\LaLigaApi\\Repository\\FileRepository' => true, - '.instanceof.Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface.0.DMD\\LaLigaApi\\Repository\\GameRepository' => true, - '.instanceof.Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface.0.DMD\\LaLigaApi\\Repository\\LeagueRepository' => true, - '.instanceof.Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface.0.DMD\\LaLigaApi\\Repository\\LogRepository' => true, - '.instanceof.Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface.0.DMD\\LaLigaApi\\Repository\\NotificationRepository' => true, - '.instanceof.Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface.0.DMD\\LaLigaApi\\Repository\\PlayerRepository' => true, - '.instanceof.Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface.0.DMD\\LaLigaApi\\Repository\\SeasonDataRepository' => true, - '.instanceof.Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface.0.DMD\\LaLigaApi\\Repository\\SeasonRepository' => true, - '.instanceof.Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface.0.DMD\\LaLigaApi\\Repository\\TeamRepository' => true, - '.instanceof.Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface.0.DMD\\LaLigaApi\\Repository\\UserRepository' => true, - '.instanceof.Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController.0.DMD\\LaLigaApi\\Controller\\LeagueController' => true, - '.instanceof.Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController.0.DMD\\LaLigaApi\\Controller\\NotificationController' => true, - '.instanceof.Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController.0.DMD\\LaLigaApi\\Controller\\SeasonController' => true, - '.instanceof.Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController.0.DMD\\LaLigaApi\\Controller\\UserController' => true, - '.instanceof.Symfony\\Contracts\\Service\\ServiceSubscriberInterface.0.DMD\\LaLigaApi\\Controller\\LeagueController' => true, - '.instanceof.Symfony\\Contracts\\Service\\ServiceSubscriberInterface.0.DMD\\LaLigaApi\\Controller\\NotificationController' => true, - '.instanceof.Symfony\\Contracts\\Service\\ServiceSubscriberInterface.0.DMD\\LaLigaApi\\Controller\\SeasonController' => true, - '.instanceof.Symfony\\Contracts\\Service\\ServiceSubscriberInterface.0.DMD\\LaLigaApi\\Controller\\UserController' => true, - '.lexik_jwt_authentication.check_config_command.lazy' => true, - '.lexik_jwt_authentication.enable_encryption_config_command.lazy' => true, - '.lexik_jwt_authentication.generate_keypair_command.lazy' => true, - '.lexik_jwt_authentication.generate_token_command.lazy' => true, - '.lexik_jwt_authentication.migrate_config_command.lazy' => true, - '.maker.auto_command.make_auth.lazy' => true, - '.maker.auto_command.make_command.lazy' => true, - '.maker.auto_command.make_controller.lazy' => true, - '.maker.auto_command.make_crud.lazy' => true, - '.maker.auto_command.make_docker_database.lazy' => true, - '.maker.auto_command.make_entity.lazy' => true, - '.maker.auto_command.make_fixtures.lazy' => true, - '.maker.auto_command.make_form.lazy' => true, - '.maker.auto_command.make_listener.lazy' => true, - '.maker.auto_command.make_message.lazy' => true, - '.maker.auto_command.make_messenger_middleware.lazy' => true, - '.maker.auto_command.make_migration.lazy' => true, - '.maker.auto_command.make_registration_form.lazy' => true, - '.maker.auto_command.make_reset_password.lazy' => true, - '.maker.auto_command.make_security_form_login.lazy' => true, - '.maker.auto_command.make_serializer_encoder.lazy' => true, - '.maker.auto_command.make_serializer_normalizer.lazy' => true, - '.maker.auto_command.make_stimulus_controller.lazy' => true, - '.maker.auto_command.make_test.lazy' => true, - '.maker.auto_command.make_twig_component.lazy' => true, - '.maker.auto_command.make_twig_extension.lazy' => true, - '.maker.auto_command.make_user.lazy' => true, - '.maker.auto_command.make_validator.lazy' => true, - '.maker.auto_command.make_voter.lazy' => true, - '.security.command.debug_firewall.lazy' => true, - '.security.command.user_password_hash.lazy' => true, - '.security.request_matcher.0QxrXJt' => true, - '.security.request_matcher.0jATPXn' => true, - '.security.request_matcher.0lp5I4w' => true, - '.security.request_matcher.6M.XeUm' => true, - '.security.request_matcher.AMZT15Y' => true, - '.security.request_matcher.Bs7fT.P' => true, - '.security.request_matcher.EHwIQxq' => true, - '.security.request_matcher.EZK.CGz' => true, - '.security.request_matcher.gFOWd_9' => true, - '.security.request_matcher.gjnNpJn' => true, - '.security.request_matcher.kLbKLHa' => true, - '.security.request_matcher.lyVOED.' => true, - '.security.request_matcher.q1UFWmc' => true, - '.security.request_matcher.vhy2oy3' => true, - '.service_locator.0HZFGLA' => true, - '.service_locator.0LkE2AA' => true, - '.service_locator.0jwdN2L' => true, - '.service_locator.3XXT.iB' => true, - '.service_locator.5y4U6aa' => true, - '.service_locator.7nzbL4K' => true, - '.service_locator.7sCphGU' => true, - '.service_locator.8eLXVuL' => true, - '.service_locator.9L433w3' => true, - '.service_locator.BFrsqsn' => true, - '.service_locator.BlxN3Cw' => true, - '.service_locator.BpNZAIP' => true, - '.service_locator.C6ESU5k' => true, - '.service_locator.EAMCOjq' => true, - '.service_locator.EudIiQD' => true, - '.service_locator.F9PKc.7' => true, - '.service_locator.FoktWoU' => true, - '.service_locator.G1XuiGs' => true, - '.service_locator.GXvs259' => true, - '.service_locator.GqgSDny' => true, - '.service_locator.H6m0t47' => true, - '.service_locator.HYwFH6j' => true, - '.service_locator.IKoa88B' => true, - '.service_locator.Jf7ZX1M' => true, - '.service_locator.Jg.pCCn' => true, - '.service_locator.KLVvNIq' => true, - '.service_locator.KmogcOS' => true, - '.service_locator.Kun9UOk' => true, - '.service_locator.LMuqDDe' => true, - '.service_locator.LcVn9Hr' => true, - '.service_locator.LrCXAmX' => true, - '.service_locator.NBUFN6A' => true, - '.service_locator.O0h2hdG' => true, - '.service_locator.O2p6Lk7' => true, - '.service_locator.O2p6Lk7.DMD\\LaLigaApi\\Controller\\LeagueController' => true, - '.service_locator.O2p6Lk7.DMD\\LaLigaApi\\Controller\\NotificationController' => true, - '.service_locator.O2p6Lk7.DMD\\LaLigaApi\\Controller\\SeasonController' => true, - '.service_locator.O2p6Lk7.DMD\\LaLigaApi\\Controller\\UserController' => true, - '.service_locator.Oannbdp' => true, - '.service_locator.PJHysgX' => true, - '.service_locator.PvoQzFT' => true, - '.service_locator.PvoQzFT.router.default' => true, - '.service_locator.QVovN8M' => true, - '.service_locator.RQy.OTO' => true, - '.service_locator.TcLmKeC' => true, - '.service_locator.UG3DVQt' => true, - '.service_locator.UgMf8.i' => true, - '.service_locator.VHsrTPK' => true, - '.service_locator.X.xUSKj' => true, - '.service_locator.XXv1IfR' => true, - '.service_locator.Xbsa8iG' => true, - '.service_locator.YUfsgoA' => true, - '.service_locator.Yh6vd4o' => true, - '.service_locator._fzSvpg' => true, - '.service_locator.bNYvrCq' => true, - '.service_locator.cUcW89y' => true, - '.service_locator.cUcW89y.router.cache_warmer' => true, - '.service_locator.cXsfP3P' => true, - '.service_locator.dGUCsbe' => true, - '.service_locator.df1HHDL' => true, - '.service_locator.dsdSIIc' => true, - '.service_locator.etVElvN' => true, - '.service_locator.etVElvN.twig.template_cache_warmer' => true, - '.service_locator.g3NSLSC' => true, - '.service_locator.gFlme_s' => true, - '.service_locator.hAmcZCC' => true, - '.service_locator.idpQYdI' => true, - '.service_locator.jUv.zyj' => true, - '.service_locator.jzhWNcb' => true, - '.service_locator.k3s3K.2' => true, - '.service_locator.k8rLaoj' => true, - '.service_locator.lLv4pWF' => true, - '.service_locator.msNBuNb' => true, - '.service_locator.n3S8NlR' => true, - '.service_locator.nf9a30I' => true, - '.service_locator.o.uf2zi' => true, - '.service_locator.oR77BOj' => true, - '.service_locator.odlcL3K' => true, - '.service_locator.pR4c.1j' => true, - '.service_locator.ra.E1iz' => true, - '.service_locator.ro9MXaF' => true, - '.service_locator.u6DWx23' => true, - '.service_locator.y4_Zrx.' => true, - '.twig.command.debug.lazy' => true, - '.twig.command.lint.lazy' => true, - 'DMD\\LaLigaApi\\Dto\\CustomRoleDto' => true, - 'DMD\\LaLigaApi\\Dto\\FacilityDto' => true, - 'DMD\\LaLigaApi\\Dto\\FileDto' => true, - 'DMD\\LaLigaApi\\Dto\\GameDto' => true, - 'DMD\\LaLigaApi\\Dto\\LeagueDto' => true, - 'DMD\\LaLigaApi\\Dto\\NotificationDto' => true, - 'DMD\\LaLigaApi\\Dto\\PlayerDto' => true, - 'DMD\\LaLigaApi\\Dto\\SeasonDataDto' => true, - 'DMD\\LaLigaApi\\Dto\\SeasonDto' => true, - 'DMD\\LaLigaApi\\Dto\\TeamDto' => true, - 'DMD\\LaLigaApi\\Dto\\UserDto' => true, - 'DMD\\LaLigaApi\\Entity' => true, - 'DMD\\LaLigaApi\\Enum\\NotificationType' => true, - 'DMD\\LaLigaApi\\Enum\\Role' => true, - 'DMD\\LaLigaApi\\Exception\\ExceptionListener' => true, - 'DMD\\LaLigaApi\\Exception\\ValidationException' => true, - 'DMD\\LaLigaApi\\Repository\\CustomRoleRepository' => true, - 'DMD\\LaLigaApi\\Repository\\FacilityRepository' => true, - 'DMD\\LaLigaApi\\Repository\\FileRepository' => true, - 'DMD\\LaLigaApi\\Repository\\GameRepository' => true, - 'DMD\\LaLigaApi\\Repository\\LeagueRepository' => true, - 'DMD\\LaLigaApi\\Repository\\LogRepository' => true, - 'DMD\\LaLigaApi\\Repository\\NotificationRepository' => true, - 'DMD\\LaLigaApi\\Repository\\PlayerRepository' => true, - 'DMD\\LaLigaApi\\Repository\\SeasonDataRepository' => true, - 'DMD\\LaLigaApi\\Repository\\SeasonRepository' => true, - 'DMD\\LaLigaApi\\Repository\\TeamRepository' => true, - 'DMD\\LaLigaApi\\Repository\\UserRepository' => true, - 'DMD\\LaLigaApi\\Service\\Common\\AuthorizeRequest' => true, - 'DMD\\LaLigaApi\\Service\\Common\\EmailSender' => true, - 'DMD\\LaLigaApi\\Service\\Common\\FacilityFactory' => true, - 'DMD\\LaLigaApi\\Service\\Common\\NotificationFactory' => true, - 'DMD\\LaLigaApi\\Service\\Common\\TeamFactory' => true, - 'DMD\\LaLigaApi\\Service\\League\\LeagueFactory' => true, - 'DMD\\LaLigaApi\\Service\\League\\acceptJoinLeagueRequest\\HandleAcceptJoinLeagueRequest' => true, - 'DMD\\LaLigaApi\\Service\\League\\createLeague\\HandleCreateLeague' => true, - 'DMD\\LaLigaApi\\Service\\League\\declineJoinLeagueRequest\\HandleDeclineJoinLeagueRequest' => true, - 'DMD\\LaLigaApi\\Service\\League\\getAllLeagues\\HandleGetAllLeagues' => true, - 'DMD\\LaLigaApi\\Service\\League\\getLeagueById\\HandleGetLeagueById' => true, - 'DMD\\LaLigaApi\\Service\\League\\joinTeam\\HandleCaptainRequest' => true, - 'DMD\\LaLigaApi\\Service\\League\\newJoinLeagueRequest\\HandleNewJoinLeagueRequest' => true, - 'DMD\\LaLigaApi\\Service\\League\\updateLeague\\HandleUpdateLeague' => true, - 'DMD\\LaLigaApi\\Service\\Season\\SeasonFactory' => true, - 'DMD\\LaLigaApi\\Service\\Season\\addTeam\\HandleAddTeam' => true, - 'DMD\\LaLigaApi\\Service\\Season\\createFacilities\\HandleCreateFacilities' => true, - 'DMD\\LaLigaApi\\Service\\Season\\createGameCalendar\\HandleCreateGameCalendarRequest' => true, - 'DMD\\LaLigaApi\\Service\\Season\\createSeason\\HandleCreateSeason' => true, - 'DMD\\LaLigaApi\\Service\\Season\\getAllFacilities\\HandleGetAllFacilities' => true, - 'DMD\\LaLigaApi\\Service\\Season\\getAllSeasons\\HandleGetAllSeason' => true, - 'DMD\\LaLigaApi\\Service\\Season\\getSeasonById\\HandleGetSeasonById' => true, - 'DMD\\LaLigaApi\\Service\\Season\\updateSeason\\HandleUpdateSeason' => true, - 'DMD\\LaLigaApi\\Service\\User\\Handlers\\UserSaver' => true, - 'DMD\\LaLigaApi\\Service\\User\\Handlers\\delete\\HandleDeleteUser' => true, - 'DMD\\LaLigaApi\\Service\\User\\Handlers\\getNotifications\\HandleGetNotifications' => true, - 'DMD\\LaLigaApi\\Service\\User\\Handlers\\login\\AuthenticationSuccessListener' => true, - 'DMD\\LaLigaApi\\Service\\User\\Handlers\\register\\HandleRegistration' => true, - 'DMD\\LaLigaApi\\Service\\User\\Handlers\\update\\HandleUpdateUser' => true, - 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => true, - 'Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider' => true, - 'Doctrine\\Common\\Persistence\\ManagerRegistry' => true, - 'Doctrine\\DBAL\\Connection' => true, - 'Doctrine\\DBAL\\Connection $defaultConnection' => true, - 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => true, - 'Doctrine\\ORM\\EntityManagerInterface' => true, - 'Doctrine\\ORM\\EntityManagerInterface $defaultEntityManager' => true, - 'Doctrine\\Persistence\\ManagerRegistry' => true, - 'Lexik\\Bundle\\JWTAuthenticationBundle\\Encoder\\JWTEncoderInterface' => true, - 'Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Http\\Authentication\\AuthenticationFailureHandler' => true, - 'Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Http\\Authentication\\AuthenticationSuccessHandler' => true, - 'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWSProvider\\JWSProviderInterface' => true, - 'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenInterface' => true, - 'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenManagerInterface' => true, - 'Lexik\\Bundle\\JWTAuthenticationBundle\\TokenExtractor\\TokenExtractorInterface' => true, - 'Psr\\Cache\\CacheItemPoolInterface' => true, - 'Psr\\Clock\\ClockInterface' => true, - 'Psr\\Container\\ContainerInterface $parameterBag' => true, - 'Psr\\EventDispatcher\\EventDispatcherInterface' => true, - 'Psr\\Log\\LoggerInterface' => true, - 'SessionHandlerInterface' => true, - 'Symfony\\Bundle\\SecurityBundle\\Security' => true, - 'Symfony\\Component\\Clock\\ClockInterface' => true, - 'Symfony\\Component\\Config\\Loader\\LoaderInterface' => true, - 'Symfony\\Component\\DependencyInjection\\ParameterBag\\ContainerBagInterface' => true, - 'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => true, - 'Symfony\\Component\\DependencyInjection\\ReverseContainer' => true, - 'Symfony\\Component\\EventDispatcher\\EventDispatcherInterface' => true, - 'Symfony\\Component\\Filesystem\\Filesystem' => true, - 'Symfony\\Component\\HttpFoundation\\Request' => true, - 'Symfony\\Component\\HttpFoundation\\RequestStack' => true, - 'Symfony\\Component\\HttpFoundation\\Response' => true, - 'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => true, - 'Symfony\\Component\\HttpFoundation\\UrlHelper' => true, - 'Symfony\\Component\\HttpKernel\\Config\\FileLocator' => true, - 'Symfony\\Component\\HttpKernel\\Debug\\FileLinkFormatter' => true, - 'Symfony\\Component\\HttpKernel\\Fragment\\FragmentUriGeneratorInterface' => true, - 'Symfony\\Component\\HttpKernel\\HttpCache\\StoreInterface' => true, - 'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => true, - 'Symfony\\Component\\HttpKernel\\KernelInterface' => true, - 'Symfony\\Component\\HttpKernel\\UriSigner' => true, - 'Symfony\\Component\\Mailer\\MailerInterface' => true, - 'Symfony\\Component\\Mailer\\Transport\\TransportInterface' => true, - 'Symfony\\Component\\Mime\\BodyRendererInterface' => true, - 'Symfony\\Component\\Mime\\MimeTypeGuesserInterface' => true, - 'Symfony\\Component\\Mime\\MimeTypesInterface' => true, - 'Symfony\\Component\\PasswordHasher\\Hasher\\PasswordHasherFactoryInterface' => true, - 'Symfony\\Component\\PasswordHasher\\Hasher\\UserPasswordHasherInterface' => true, - 'Symfony\\Component\\PropertyAccess\\PropertyAccessorInterface' => true, - 'Symfony\\Component\\PropertyInfo\\PropertyAccessExtractorInterface' => true, - 'Symfony\\Component\\PropertyInfo\\PropertyDescriptionExtractorInterface' => true, - 'Symfony\\Component\\PropertyInfo\\PropertyInfoExtractorInterface' => true, - 'Symfony\\Component\\PropertyInfo\\PropertyInitializableExtractorInterface' => true, - 'Symfony\\Component\\PropertyInfo\\PropertyListExtractorInterface' => true, - 'Symfony\\Component\\PropertyInfo\\PropertyReadInfoExtractorInterface' => true, - 'Symfony\\Component\\PropertyInfo\\PropertyTypeExtractorInterface' => true, - 'Symfony\\Component\\PropertyInfo\\PropertyWriteInfoExtractorInterface' => true, - 'Symfony\\Component\\Routing\\Generator\\UrlGeneratorInterface' => true, - 'Symfony\\Component\\Routing\\Matcher\\UrlMatcherInterface' => true, - 'Symfony\\Component\\Routing\\RequestContext' => true, - 'Symfony\\Component\\Routing\\RequestContextAwareInterface' => true, - 'Symfony\\Component\\Routing\\RouterInterface' => true, - 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => true, - 'Symfony\\Component\\Security\\Core\\Authorization\\AccessDecisionManagerInterface' => true, - 'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => true, - 'Symfony\\Component\\Security\\Core\\Role\\RoleHierarchyInterface' => true, - 'Symfony\\Component\\Security\\Core\\Security' => true, - 'Symfony\\Component\\Security\\Core\\User\\UserCheckerInterface' => true, - 'Symfony\\Component\\Security\\Core\\User\\UserProviderInterface' => true, - 'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => true, - 'Symfony\\Component\\Security\\Csrf\\TokenGenerator\\TokenGeneratorInterface' => true, - 'Symfony\\Component\\Security\\Csrf\\TokenStorage\\TokenStorageInterface' => true, - 'Symfony\\Component\\Security\\Http\\Authentication\\AuthenticationUtils' => true, - 'Symfony\\Component\\Security\\Http\\Authentication\\UserAuthenticatorInterface' => true, - 'Symfony\\Component\\Security\\Http\\Firewall' => true, - 'Symfony\\Component\\Security\\Http\\FirewallMapInterface' => true, - 'Symfony\\Component\\Security\\Http\\HttpUtils' => true, - 'Symfony\\Component\\Security\\Http\\Session\\SessionAuthenticationStrategyInterface' => true, - 'Symfony\\Component\\Stopwatch\\Stopwatch' => true, - 'Symfony\\Component\\String\\Slugger\\SluggerInterface' => true, - 'Symfony\\Component\\Validator\\Constraints\\AllValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\AtLeastOneOfValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\BicValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\BlankValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\CallbackValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\CardSchemeValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\ChoiceValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\CidrValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\CollectionValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\CompoundValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\CountValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\CountryValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\CssColorValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\CurrencyValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\DateTimeValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\DateValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\DivisibleByValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\EqualToValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\ExpressionLanguageSyntaxValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\ExpressionSyntaxValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\FileValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\GreaterThanOrEqualValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\GreaterThanValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\HostnameValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\IbanValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\IdenticalToValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\ImageValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\IpValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\IsFalseValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\IsNullValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\IsTrueValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\IsbnValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\IsinValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\IssnValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\JsonValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\LanguageValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\LengthValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\LessThanOrEqualValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\LessThanValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\LocaleValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\LuhnValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\NoSuspiciousCharactersValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\NotBlankValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\NotEqualToValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\NotIdenticalToValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\NotNullValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\PasswordStrengthValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\RangeValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\RegexValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\SequentiallyValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\TimeValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\TimezoneValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\TypeValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\UlidValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\UniqueValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\UrlValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\UuidValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\ValidValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\WhenValidator' => true, - 'Symfony\\Component\\Validator\\Validator\\ValidatorInterface' => true, - 'Symfony\\Contracts\\Cache\\CacheInterface' => true, - 'Symfony\\Contracts\\Cache\\TagAwareCacheInterface' => true, - 'Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface' => true, - 'Twig\\Environment' => true, - 'Twig_Environment' => true, - 'argument_metadata_factory' => true, - 'argument_resolver' => true, - 'argument_resolver.backed_enum_resolver' => true, - 'argument_resolver.controller_locator' => true, - 'argument_resolver.datetime' => true, - 'argument_resolver.default' => true, - 'argument_resolver.not_tagged_controller' => true, - 'argument_resolver.query_parameter_value_resolver' => true, - 'argument_resolver.request' => true, - 'argument_resolver.request_attribute' => true, - 'argument_resolver.request_payload' => true, - 'argument_resolver.service' => true, - 'argument_resolver.session' => true, - 'argument_resolver.variadic' => true, - 'cache.adapter.apcu' => true, - 'cache.adapter.array' => true, - 'cache.adapter.doctrine_dbal' => true, - 'cache.adapter.filesystem' => true, - 'cache.adapter.memcached' => true, - 'cache.adapter.pdo' => true, - 'cache.adapter.psr6' => true, - 'cache.adapter.redis' => true, - 'cache.adapter.redis_tag_aware' => true, - 'cache.adapter.system' => true, - 'cache.annotations' => true, - 'cache.app.taggable' => true, - 'cache.default_clearer' => true, - 'cache.default_doctrine_dbal_provider' => true, - 'cache.default_marshaller' => true, - 'cache.default_memcached_provider' => true, - 'cache.default_redis_provider' => true, - 'cache.doctrine.orm.default.metadata' => true, - 'cache.doctrine.orm.default.query' => true, - 'cache.doctrine.orm.default.result' => true, - 'cache.early_expiration_handler' => true, - 'cache.property_access' => true, - 'cache.property_info' => true, - 'cache.security_expression_language' => true, - 'cache.serializer' => true, - 'cache.validator' => true, - 'cache_clearer' => true, - 'clock' => true, - 'config.resource.self_checking_resource_checker' => true, - 'config_builder.warmer' => true, - 'config_cache_factory' => true, - 'console.command.about' => true, - 'console.command.assets_install' => true, - 'console.command.cache_clear' => true, - 'console.command.cache_pool_clear' => true, - 'console.command.cache_pool_delete' => true, - 'console.command.cache_pool_invalidate_tags' => true, - 'console.command.cache_pool_list' => true, - 'console.command.cache_pool_prune' => true, - 'console.command.cache_warmup' => true, - 'console.command.config_debug' => true, - 'console.command.config_dump_reference' => true, - 'console.command.container_debug' => true, - 'console.command.container_lint' => true, - 'console.command.debug_autowiring' => true, - 'console.command.dotenv_debug' => true, - 'console.command.event_dispatcher_debug' => true, - 'console.command.mailer_test' => true, - 'console.command.router_debug' => true, - 'console.command.router_match' => true, - 'console.command.secrets_decrypt_to_local' => true, - 'console.command.secrets_encrypt_from_local' => true, - 'console.command.secrets_generate_key' => true, - 'console.command.secrets_list' => true, - 'console.command.secrets_remove' => true, - 'console.command.secrets_set' => true, - 'console.command.validator_debug' => true, - 'console.command.yaml_lint' => true, - 'console.error_listener' => true, - 'console.suggest_missing_package_subscriber' => true, - 'container.env' => true, - 'container.env_var_processor' => true, - 'container.getenv' => true, - 'controller.cache_attribute_listener' => true, - 'controller.is_granted_attribute_listener' => true, - 'controller.template_attribute_listener' => true, - 'controller_resolver' => true, - 'data_collector.doctrine' => true, - 'data_collector.security' => true, - 'data_collector.twig' => true, - 'debug.argument_resolver' => true, - 'debug.argument_resolver.inner' => true, - 'debug.controller_resolver' => true, - 'debug.controller_resolver.inner' => true, - 'debug.debug_handlers_listener' => true, - 'debug.event_dispatcher' => true, - 'debug.event_dispatcher.inner' => true, - 'debug.file_link_formatter' => true, - 'debug.security.access.decision_manager' => true, - 'debug.security.access.decision_manager.inner' => true, - 'debug.security.event_dispatcher.api' => true, - 'debug.security.event_dispatcher.api.inner' => true, - 'debug.security.event_dispatcher.login' => true, - 'debug.security.event_dispatcher.login.inner' => true, - 'debug.security.event_dispatcher.main' => true, - 'debug.security.event_dispatcher.main.inner' => true, - 'debug.security.firewall' => true, - 'debug.security.firewall.authenticator.api' => true, - 'debug.security.firewall.authenticator.api.inner' => true, - 'debug.security.firewall.authenticator.login' => true, - 'debug.security.firewall.authenticator.login.inner' => true, - 'debug.security.firewall.authenticator.main' => true, - 'debug.security.firewall.authenticator.main.inner' => true, - 'debug.security.voter.vote_listener' => true, - 'debug.stopwatch' => true, - 'dependency_injection.config.container_parameters_resource_checker' => true, - 'disallow_search_engine_index_response_listener' => true, - 'doctrine.cache_clear_metadata_command' => true, - 'doctrine.cache_clear_query_cache_command' => true, - 'doctrine.cache_clear_result_command' => true, - 'doctrine.cache_collection_region_command' => true, - 'doctrine.clear_entity_region_command' => true, - 'doctrine.clear_query_region_command' => true, - 'doctrine.database_create_command' => true, - 'doctrine.database_drop_command' => true, - 'doctrine.dbal.connection' => true, - 'doctrine.dbal.connection.configuration' => true, - 'doctrine.dbal.connection.event_manager' => true, - 'doctrine.dbal.connection_factory' => true, - 'doctrine.dbal.connection_factory.dsn_parser' => true, - 'doctrine.dbal.debug_middleware' => true, - 'doctrine.dbal.debug_middleware.default' => true, - 'doctrine.dbal.default_connection.configuration' => true, - 'doctrine.dbal.default_connection.event_manager' => true, - 'doctrine.dbal.default_schema_manager_factory' => true, - 'doctrine.dbal.event_manager' => true, - 'doctrine.dbal.legacy_schema_manager_factory' => true, - 'doctrine.dbal.logging_middleware' => true, - 'doctrine.dbal.schema_asset_filter_manager' => true, - 'doctrine.dbal.well_known_schema_asset_filter' => true, - 'doctrine.debug_data_holder' => true, - 'doctrine.ensure_production_settings_command' => true, - 'doctrine.id_generator_locator' => true, - 'doctrine.mapping_convert_command' => true, - 'doctrine.mapping_import_command' => true, - 'doctrine.mapping_info_command' => true, - 'doctrine.migrations.configuration' => true, - 'doctrine.migrations.configuration_loader' => true, - 'doctrine.migrations.connection_loader' => true, - 'doctrine.migrations.connection_registry_loader' => true, - 'doctrine.migrations.container_aware_migrations_factory' => true, - 'doctrine.migrations.container_aware_migrations_factory.inner' => true, - 'doctrine.migrations.dependency_factory' => true, - 'doctrine.migrations.em_loader' => true, - 'doctrine.migrations.entity_manager_registry_loader' => true, - 'doctrine.migrations.metadata_storage' => true, - 'doctrine.migrations.migrations_factory' => true, - 'doctrine.migrations.storage.table_storage' => true, - 'doctrine.orm.command.entity_manager_provider' => true, - 'doctrine.orm.configuration' => true, - 'doctrine.orm.container_repository_factory' => true, - 'doctrine.orm.default_attribute_metadata_driver' => true, - 'doctrine.orm.default_configuration' => true, - 'doctrine.orm.default_entity_listener_resolver' => true, - 'doctrine.orm.default_entity_manager.event_manager' => true, - 'doctrine.orm.default_entity_manager.property_info_extractor' => true, - 'doctrine.orm.default_entity_manager.validator_loader' => true, - 'doctrine.orm.default_listeners.attach_entity_listeners' => true, - 'doctrine.orm.default_manager_configurator' => true, - 'doctrine.orm.default_metadata_cache' => true, - 'doctrine.orm.default_metadata_driver' => true, - 'doctrine.orm.default_query_cache' => true, - 'doctrine.orm.default_result_cache' => true, - 'doctrine.orm.entity_manager.abstract' => true, - 'doctrine.orm.entity_value_resolver' => true, - 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_listener' => true, - 'doctrine.orm.listeners.doctrine_token_provider_schema_listener' => true, - 'doctrine.orm.listeners.lock_store_schema_listener' => true, - 'doctrine.orm.listeners.pdo_session_handler_schema_listener' => true, - 'doctrine.orm.listeners.resolve_target_entity' => true, - 'doctrine.orm.manager_configurator.abstract' => true, - 'doctrine.orm.naming_strategy.default' => true, - 'doctrine.orm.naming_strategy.underscore' => true, - 'doctrine.orm.naming_strategy.underscore_number_aware' => true, - 'doctrine.orm.proxy_cache_warmer' => true, - 'doctrine.orm.quote_strategy.ansi' => true, - 'doctrine.orm.quote_strategy.default' => true, - 'doctrine.orm.security.user.provider' => true, - 'doctrine.orm.validator.unique' => true, - 'doctrine.orm.validator_initializer' => true, - 'doctrine.query_dql_command' => true, - 'doctrine.query_sql_command' => true, - 'doctrine.schema_create_command' => true, - 'doctrine.schema_drop_command' => true, - 'doctrine.schema_update_command' => true, - 'doctrine.schema_validate_command' => true, - 'doctrine.twig.doctrine_extension' => true, - 'doctrine.ulid_generator' => true, - 'doctrine.uuid_generator' => true, - 'doctrine_migrations.current_command' => true, - 'doctrine_migrations.diff_command' => true, - 'doctrine_migrations.dump_schema_command' => true, - 'doctrine_migrations.execute_command' => true, - 'doctrine_migrations.generate_command' => true, - 'doctrine_migrations.latest_command' => true, - 'doctrine_migrations.migrate_command' => true, - 'doctrine_migrations.rollup_command' => true, - 'doctrine_migrations.status_command' => true, - 'doctrine_migrations.sync_metadata_command' => true, - 'doctrine_migrations.up_to_date_command' => true, - 'doctrine_migrations.version_command' => true, - 'doctrine_migrations.versions_command' => true, - 'error_handler.error_renderer.html' => true, - 'error_renderer' => true, - 'error_renderer.html' => true, - 'exception_listener' => true, - 'file_locator' => true, - 'filesystem' => true, - 'form.type.entity' => true, - 'form.type_guesser.doctrine' => true, - 'fragment.handler' => true, - 'fragment.renderer.inline' => true, - 'fragment.uri_generator' => true, - 'http_cache' => true, - 'http_cache.store' => true, - 'lexik_jwt_authentication.check_config_command' => true, - 'lexik_jwt_authentication.enable_encryption_config_command' => true, - 'lexik_jwt_authentication.encoder.default' => true, - 'lexik_jwt_authentication.encoder.lcobucci' => true, - 'lexik_jwt_authentication.extractor.authorization_header_extractor' => true, - 'lexik_jwt_authentication.extractor.chain_extractor' => true, - 'lexik_jwt_authentication.extractor.cookie_extractor' => true, - 'lexik_jwt_authentication.extractor.query_parameter_extractor' => true, - 'lexik_jwt_authentication.extractor.split_cookie_extractor' => true, - 'lexik_jwt_authentication.generate_keypair_command' => true, - 'lexik_jwt_authentication.handler.authentication_failure' => true, - 'lexik_jwt_authentication.handler.authentication_success' => true, - 'lexik_jwt_authentication.jws_provider.default' => true, - 'lexik_jwt_authentication.jws_provider.lcobucci' => true, - 'lexik_jwt_authentication.jwt_token_authenticator' => true, - 'lexik_jwt_authentication.key_loader.abstract' => true, - 'lexik_jwt_authentication.key_loader.openssl' => true, - 'lexik_jwt_authentication.key_loader.raw' => true, - 'lexik_jwt_authentication.migrate_config_command' => true, - 'lexik_jwt_authentication.security.authentication.entry_point' => true, - 'lexik_jwt_authentication.security.authentication.listener' => true, - 'lexik_jwt_authentication.security.authentication.provider' => true, - 'lexik_jwt_authentication.security.guard.jwt_token_authenticator' => true, - 'lexik_jwt_authentication.security.jwt_authenticator' => true, - 'lexik_jwt_authentication.security.jwt_user_provider' => true, - 'locale_aware_listener' => true, - 'locale_listener' => true, - 'logger' => true, - 'mailer' => true, - 'mailer.default_transport' => true, - 'mailer.envelope_listener' => true, - 'mailer.mailer' => true, - 'mailer.message_logger_listener' => true, - 'mailer.messenger.message_handler' => true, - 'mailer.messenger_transport_listener' => true, - 'mailer.transport_factory' => true, - 'mailer.transport_factory.abstract' => true, - 'mailer.transport_factory.native' => true, - 'mailer.transport_factory.null' => true, - 'mailer.transport_factory.sendmail' => true, - 'mailer.transport_factory.smtp' => true, - 'mailer.transports' => true, - 'maker.auto_command.abstract' => true, - 'maker.auto_command.make_auth' => true, - 'maker.auto_command.make_command' => true, - 'maker.auto_command.make_controller' => true, - 'maker.auto_command.make_crud' => true, - 'maker.auto_command.make_docker_database' => true, - 'maker.auto_command.make_entity' => true, - 'maker.auto_command.make_fixtures' => true, - 'maker.auto_command.make_form' => true, - 'maker.auto_command.make_listener' => true, - 'maker.auto_command.make_message' => true, - 'maker.auto_command.make_messenger_middleware' => true, - 'maker.auto_command.make_migration' => true, - 'maker.auto_command.make_registration_form' => true, - 'maker.auto_command.make_reset_password' => true, - 'maker.auto_command.make_security_form_login' => true, - 'maker.auto_command.make_serializer_encoder' => true, - 'maker.auto_command.make_serializer_normalizer' => true, - 'maker.auto_command.make_stimulus_controller' => true, - 'maker.auto_command.make_test' => true, - 'maker.auto_command.make_twig_component' => true, - 'maker.auto_command.make_twig_extension' => true, - 'maker.auto_command.make_user' => true, - 'maker.auto_command.make_validator' => true, - 'maker.auto_command.make_voter' => true, - 'maker.autoloader_finder' => true, - 'maker.autoloader_util' => true, - 'maker.console_error_listener' => true, - 'maker.doctrine_helper' => true, - 'maker.entity_class_generator' => true, - 'maker.event_registry' => true, - 'maker.file_link_formatter' => true, - 'maker.file_manager' => true, - 'maker.generator' => true, - 'maker.maker.make_authenticator' => true, - 'maker.maker.make_command' => true, - 'maker.maker.make_controller' => true, - 'maker.maker.make_crud' => true, - 'maker.maker.make_docker_database' => true, - 'maker.maker.make_entity' => true, - 'maker.maker.make_fixtures' => true, - 'maker.maker.make_form' => true, - 'maker.maker.make_form_login' => true, - 'maker.maker.make_functional_test' => true, - 'maker.maker.make_listener' => true, - 'maker.maker.make_message' => true, - 'maker.maker.make_messenger_middleware' => true, - 'maker.maker.make_migration' => true, - 'maker.maker.make_registration_form' => true, - 'maker.maker.make_reset_password' => true, - 'maker.maker.make_serializer_encoder' => true, - 'maker.maker.make_serializer_normalizer' => true, - 'maker.maker.make_stimulus_controller' => true, - 'maker.maker.make_subscriber' => true, - 'maker.maker.make_test' => true, - 'maker.maker.make_twig_component' => true, - 'maker.maker.make_twig_extension' => true, - 'maker.maker.make_unit_test' => true, - 'maker.maker.make_user' => true, - 'maker.maker.make_validator' => true, - 'maker.maker.make_voter' => true, - 'maker.php_compat_util' => true, - 'maker.renderer.form_type_renderer' => true, - 'maker.security_config_updater' => true, - 'maker.security_controller_builder' => true, - 'maker.template_component_generator' => true, - 'maker.template_linter' => true, - 'maker.user_class_builder' => true, - 'mime_types' => true, - 'nelmio_api_doc.controller_reflector' => true, - 'nelmio_api_doc.describers.config' => true, - 'nelmio_api_doc.describers.config.default' => true, - 'nelmio_api_doc.describers.default' => true, - 'nelmio_api_doc.describers.openapi_php.default' => true, - 'nelmio_api_doc.describers.route.default' => true, - 'nelmio_api_doc.form.documentation_extension' => true, - 'nelmio_api_doc.generator_locator' => true, - 'nelmio_api_doc.model_describers.enum' => true, - 'nelmio_api_doc.model_describers.object' => true, - 'nelmio_api_doc.model_describers.self_describing' => true, - 'nelmio_api_doc.object_model.property_describer' => true, - 'nelmio_api_doc.object_model.property_describers.array' => true, - 'nelmio_api_doc.object_model.property_describers.boolean' => true, - 'nelmio_api_doc.object_model.property_describers.compound' => true, - 'nelmio_api_doc.object_model.property_describers.date_time' => true, - 'nelmio_api_doc.object_model.property_describers.float' => true, - 'nelmio_api_doc.object_model.property_describers.integer' => true, - 'nelmio_api_doc.object_model.property_describers.nullable' => true, - 'nelmio_api_doc.object_model.property_describers.object' => true, - 'nelmio_api_doc.object_model.property_describers.required' => true, - 'nelmio_api_doc.object_model.property_describers.string' => true, - 'nelmio_api_doc.open_api.generator' => true, - 'nelmio_api_doc.render_docs.json' => true, - 'nelmio_api_doc.render_docs.yaml' => true, - 'nelmio_api_doc.route_describers.php_doc' => true, - 'nelmio_api_doc.route_describers.route_metadata' => true, - 'nelmio_api_doc.routes.default' => true, - 'nelmio_api_doc.swagger.processor.nullable_property' => true, - 'nelmio_cors.cacheable_response_vary_listener' => true, - 'nelmio_cors.cors_listener' => true, - 'nelmio_cors.options_provider.config' => true, - 'nelmio_cors.options_resolver' => true, - 'parameter_bag' => true, - 'property_accessor' => true, - 'property_info' => true, - 'property_info.php_doc_extractor' => true, - 'property_info.phpstan_extractor' => true, - 'property_info.reflection_extractor' => true, - 'response_listener' => true, - 'reverse_container' => true, - 'router.cache_warmer' => true, - 'router.default' => true, - 'router.request_context' => true, - 'router_listener' => true, - 'routing.loader.annotation' => true, - 'routing.loader.annotation.directory' => true, - 'routing.loader.annotation.file' => true, - 'routing.loader.container' => true, - 'routing.loader.directory' => true, - 'routing.loader.glob' => true, - 'routing.loader.php' => true, - 'routing.loader.psr4' => true, - 'routing.loader.xml' => true, - 'routing.loader.yml' => true, - 'routing.resolver' => true, - 'secrets.decryption_key' => true, - 'secrets.local_vault' => true, - 'secrets.vault' => true, - 'security.access.authenticated_voter' => true, - 'security.access.decision_manager' => true, - 'security.access.simple_role_voter' => true, - 'security.access_listener' => true, - 'security.access_map' => true, - 'security.access_token_extractor.header' => true, - 'security.access_token_extractor.query_string' => true, - 'security.access_token_extractor.request_body' => true, - 'security.access_token_handler.oidc' => true, - 'security.access_token_handler.oidc.jwk' => true, - 'security.access_token_handler.oidc.signature' => true, - 'security.access_token_handler.oidc.signature.ES256' => true, - 'security.access_token_handler.oidc.signature.ES384' => true, - 'security.access_token_handler.oidc.signature.ES512' => true, - 'security.access_token_handler.oidc_user_info' => true, - 'security.access_token_handler.oidc_user_info.http_client' => true, - 'security.authentication.custom_failure_handler' => true, - 'security.authentication.custom_success_handler' => true, - 'security.authentication.failure_handler' => true, - 'security.authentication.failure_handler.login.json_login' => true, - 'security.authentication.listener.abstract' => true, - 'security.authentication.session_strategy' => true, - 'security.authentication.session_strategy.api' => true, - 'security.authentication.session_strategy.login' => true, - 'security.authentication.session_strategy.main' => true, - 'security.authentication.session_strategy_noop' => true, - 'security.authentication.success_handler' => true, - 'security.authentication.success_handler.login.json_login' => true, - 'security.authentication.switchuser_listener' => true, - 'security.authentication.trust_resolver' => true, - 'security.authentication_utils' => true, - 'security.authenticator.access_token' => true, - 'security.authenticator.access_token.chain_extractor' => true, - 'security.authenticator.form_login' => true, - 'security.authenticator.http_basic' => true, - 'security.authenticator.json_login' => true, - 'security.authenticator.json_login.login' => true, - 'security.authenticator.jwt.api' => true, - 'security.authenticator.manager' => true, - 'security.authenticator.manager.api' => true, - 'security.authenticator.manager.login' => true, - 'security.authenticator.manager.main' => true, - 'security.authenticator.managers_locator' => true, - 'security.authenticator.remote_user' => true, - 'security.authenticator.x509' => true, - 'security.authorization_checker' => true, - 'security.channel_listener' => true, - 'security.command.debug_firewall' => true, - 'security.command.user_password_hash' => true, - 'security.context_listener' => true, - 'security.context_listener.0' => true, - 'security.csrf.token_generator' => true, - 'security.csrf.token_manager' => true, - 'security.csrf.token_storage' => true, - 'security.event_dispatcher.api' => true, - 'security.event_dispatcher.login' => true, - 'security.event_dispatcher.main' => true, - 'security.exception_listener' => true, - 'security.exception_listener.api' => true, - 'security.exception_listener.login' => true, - 'security.exception_listener.main' => true, - 'security.firewall' => true, - 'security.firewall.authenticator' => true, - 'security.firewall.authenticator.api' => true, - 'security.firewall.authenticator.login' => true, - 'security.firewall.authenticator.main' => true, - 'security.firewall.config' => true, - 'security.firewall.context' => true, - 'security.firewall.context_locator' => true, - 'security.firewall.event_dispatcher_locator' => true, - 'security.firewall.lazy_context' => true, - 'security.firewall.map' => true, - 'security.firewall.map.config.api' => true, - 'security.firewall.map.config.dev' => true, - 'security.firewall.map.config.login' => true, - 'security.firewall.map.config.main' => true, - 'security.firewall.map.context.api' => true, - 'security.firewall.map.context.dev' => true, - 'security.firewall.map.context.login' => true, - 'security.firewall.map.context.main' => true, - 'security.helper' => true, - 'security.http_utils' => true, - 'security.impersonate_url_generator' => true, - 'security.ldap_locator' => true, - 'security.listener.check_authenticator_credentials' => true, - 'security.listener.csrf_protection' => true, - 'security.listener.login_throttling' => true, - 'security.listener.main.user_provider' => true, - 'security.listener.password_migrating' => true, - 'security.listener.session' => true, - 'security.listener.session.main' => true, - 'security.listener.user_checker' => true, - 'security.listener.user_checker.api' => true, - 'security.listener.user_checker.login' => true, - 'security.listener.user_checker.main' => true, - 'security.listener.user_provider' => true, - 'security.listener.user_provider.abstract' => true, - 'security.logout.listener.clear_site_data' => true, - 'security.logout.listener.cookie_clearing' => true, - 'security.logout.listener.csrf_token_clearing' => true, - 'security.logout.listener.default' => true, - 'security.logout.listener.session' => true, - 'security.logout_listener' => true, - 'security.logout_url_generator' => true, - 'security.password_hasher' => true, - 'security.password_hasher_factory' => true, - 'security.role_hierarchy' => true, - 'security.security_token_value_resolver' => true, - 'security.token_storage' => true, - 'security.untracked_token_storage' => true, - 'security.user.provider.chain' => true, - 'security.user.provider.concrete.app_user_provider' => true, - 'security.user.provider.in_memory' => true, - 'security.user.provider.ldap' => true, - 'security.user.provider.missing' => true, - 'security.user_authenticator' => true, - 'security.user_checker' => true, - 'security.user_checker.api' => true, - 'security.user_checker.chain.api' => true, - 'security.user_checker.chain.login' => true, - 'security.user_checker.chain.main' => true, - 'security.user_checker.login' => true, - 'security.user_checker.main' => true, - 'security.user_password_hasher' => true, - 'security.user_providers' => true, - 'security.user_value_resolver' => true, - 'security.validator.user_password' => true, - 'session.abstract_handler' => true, - 'session.factory' => true, - 'session.handler' => true, - 'session.handler.native' => true, - 'session.handler.native_file' => true, - 'session.marshaller' => true, - 'session.marshalling_handler' => true, - 'session.storage.factory' => true, - 'session.storage.factory.mock_file' => true, - 'session.storage.factory.native' => true, - 'session.storage.factory.php_bridge' => true, - 'session_listener' => true, - 'slugger' => true, - 'twig' => true, - 'twig.app_variable' => true, - 'twig.command.debug' => true, - 'twig.command.lint' => true, - 'twig.configurator.environment' => true, - 'twig.error_renderer.html' => true, - 'twig.error_renderer.html.inner' => true, - 'twig.extension.assets' => true, - 'twig.extension.code' => true, - 'twig.extension.debug' => true, - 'twig.extension.debug.stopwatch' => true, - 'twig.extension.expression' => true, - 'twig.extension.htmlsanitizer' => true, - 'twig.extension.httpfoundation' => true, - 'twig.extension.httpkernel' => true, - 'twig.extension.logout_url' => true, - 'twig.extension.profiler' => true, - 'twig.extension.routing' => true, - 'twig.extension.security' => true, - 'twig.extension.security_csrf' => true, - 'twig.extension.serializer' => true, - 'twig.extension.trans' => true, - 'twig.extension.weblink' => true, - 'twig.extension.yaml' => true, - 'twig.loader' => true, - 'twig.loader.chain' => true, - 'twig.loader.filesystem' => true, - 'twig.loader.native_filesystem' => true, - 'twig.mailer.message_listener' => true, - 'twig.mime_body_renderer' => true, - 'twig.profile' => true, - 'twig.runtime.httpkernel' => true, - 'twig.runtime.security_csrf' => true, - 'twig.runtime.serializer' => true, - 'twig.runtime_loader' => true, - 'twig.template_cache_warmer' => true, - 'twig.template_iterator' => true, - 'uri_signer' => true, - 'url_helper' => true, - 'validate_request_listener' => true, - 'validator' => true, - 'validator.builder' => true, - 'validator.email' => true, - 'validator.expression' => true, - 'validator.mapping.cache.adapter' => true, - 'validator.mapping.cache_warmer' => true, - 'validator.mapping.class_metadata_factory' => true, - 'validator.no_suspicious_characters' => true, - 'validator.not_compromised_password' => true, - 'validator.property_info_loader' => true, - 'validator.validator_factory' => true, - 'validator.when' => true, - 'workflow.twig_extension' => true, -]; diff --git a/var/cache/dev/ContainerEB2LqQ8/DMD_LaLigaApi_KernelDevDebugContainer.php b/var/cache/dev/ContainerEB2LqQ8/DMD_LaLigaApi_KernelDevDebugContainer.php deleted file mode 100644 index 0eb9d970..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/DMD_LaLigaApi_KernelDevDebugContainer.php +++ /dev/null @@ -1,958 +0,0 @@ -targetDir = \dirname($containerDir); - $this->parameters = $this->getDefaultParameters(); - - $this->services = $this->privates = []; - $this->syntheticIds = [ - 'kernel' => true, - ]; - $this->methodMap = [ - 'event_dispatcher' => 'getEventDispatcherService', - 'http_kernel' => 'getHttpKernelService', - 'request_stack' => 'getRequestStackService', - 'router' => 'getRouterService', - ]; - $this->fileMap = [ - 'DMD\\LaLigaApi\\Controller\\LeagueController' => 'getLeagueControllerService', - 'DMD\\LaLigaApi\\Controller\\NotificationController' => 'getNotificationControllerService', - 'DMD\\LaLigaApi\\Controller\\SeasonController' => 'getSeasonControllerService', - 'DMD\\LaLigaApi\\Controller\\UserController' => 'getUserControllerService', - 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService', - 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService', - 'cache.app' => 'getCache_AppService', - 'cache.app_clearer' => 'getCache_AppClearerService', - 'cache.global_clearer' => 'getCache_GlobalClearerService', - 'cache.security_is_granted_attribute_expression_language' => 'getCache_SecurityIsGrantedAttributeExpressionLanguageService', - 'cache.system' => 'getCache_SystemService', - 'cache.system_clearer' => 'getCache_SystemClearerService', - 'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService', - 'cache_warmer' => 'getCacheWarmerService', - 'console.command_loader' => 'getConsole_CommandLoaderService', - 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService', - 'container.get_routing_condition_service' => 'getContainer_GetRoutingConditionServiceService', - 'debug.error_handler_configurator' => 'getDebug_ErrorHandlerConfiguratorService', - 'doctrine' => 'getDoctrineService', - 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService', - 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService', - 'error_controller' => 'getErrorControllerService', - 'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService', - 'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService', - 'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService', - 'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService', - 'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService', - 'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService', - 'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService', - 'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService', - 'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService', - 'routing.loader' => 'getRouting_LoaderService', - 'services_resetter' => 'getServicesResetterService', - ]; - $this->aliases = [ - 'DMD\\LaLigaApi\\Kernel' => 'kernel', - 'database_connection' => 'doctrine.dbal.default_connection', - 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager', - 'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json', - 'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default', - ]; - - $this->privates['service_container'] = static function ($container) { - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'event-dispatcher'.\DIRECTORY_SEPARATOR.'EventSubscriberInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'ResponseListener.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'LocaleListener.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'ValidateRequestListener.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'DisallowRobotsIndexingListener.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'ErrorListener.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'CacheAttributeListener.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'dependency-injection'.\DIRECTORY_SEPARATOR.'ParameterBag'.\DIRECTORY_SEPARATOR.'ParameterBagInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'dependency-injection'.\DIRECTORY_SEPARATOR.'ParameterBag'.\DIRECTORY_SEPARATOR.'ParameterBag.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'dependency-injection'.\DIRECTORY_SEPARATOR.'ParameterBag'.\DIRECTORY_SEPARATOR.'FrozenParameterBag.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'psr'.\DIRECTORY_SEPARATOR.'container'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'ContainerInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'dependency-injection'.\DIRECTORY_SEPARATOR.'ParameterBag'.\DIRECTORY_SEPARATOR.'ContainerBagInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'dependency-injection'.\DIRECTORY_SEPARATOR.'ParameterBag'.\DIRECTORY_SEPARATOR.'ContainerBag.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'runtime'.\DIRECTORY_SEPARATOR.'RunnerInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'runtime'.\DIRECTORY_SEPARATOR.'Runner'.\DIRECTORY_SEPARATOR.'Symfony'.\DIRECTORY_SEPARATOR.'HttpKernelRunner.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'runtime'.\DIRECTORY_SEPARATOR.'Runner'.\DIRECTORY_SEPARATOR.'Symfony'.\DIRECTORY_SEPARATOR.'ResponseRunner.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'runtime'.\DIRECTORY_SEPARATOR.'RuntimeInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'runtime'.\DIRECTORY_SEPARATOR.'GenericRuntime.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'runtime'.\DIRECTORY_SEPARATOR.'SymfonyRuntime.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'HttpKernelInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'TerminableInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'HttpKernel.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'Controller'.\DIRECTORY_SEPARATOR.'ControllerResolverInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'Controller'.\DIRECTORY_SEPARATOR.'TraceableControllerResolver.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'Controller'.\DIRECTORY_SEPARATOR.'ControllerResolver.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'Controller'.\DIRECTORY_SEPARATOR.'ContainerControllerResolver.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'framework-bundle'.\DIRECTORY_SEPARATOR.'Controller'.\DIRECTORY_SEPARATOR.'ControllerResolver.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'Controller'.\DIRECTORY_SEPARATOR.'ArgumentResolverInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'Controller'.\DIRECTORY_SEPARATOR.'TraceableArgumentResolver.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'Controller'.\DIRECTORY_SEPARATOR.'ArgumentResolver.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'ControllerMetadata'.\DIRECTORY_SEPARATOR.'ArgumentMetadataFactoryInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'ControllerMetadata'.\DIRECTORY_SEPARATOR.'ArgumentMetadataFactory.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'service-contracts'.\DIRECTORY_SEPARATOR.'ServiceProviderInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'service-contracts'.\DIRECTORY_SEPARATOR.'ServiceLocatorTrait.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'dependency-injection'.\DIRECTORY_SEPARATOR.'ServiceLocator.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-foundation'.\DIRECTORY_SEPARATOR.'RequestStack.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'LocaleAwareListener.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'DebugHandlersListener.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'service-contracts'.\DIRECTORY_SEPARATOR.'ResetInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'stopwatch'.\DIRECTORY_SEPARATOR.'Stopwatch.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'routing'.\DIRECTORY_SEPARATOR.'RequestContext.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'RouterListener.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'AbstractSessionListener.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'SessionListener.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Authorization'.\DIRECTORY_SEPARATOR.'AuthorizationCheckerInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Authorization'.\DIRECTORY_SEPARATOR.'AuthorizationChecker.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Authentication'.\DIRECTORY_SEPARATOR.'Token'.\DIRECTORY_SEPARATOR.'Storage'.\DIRECTORY_SEPARATOR.'TokenStorageInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'service-contracts'.\DIRECTORY_SEPARATOR.'ServiceSubscriberInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Authentication'.\DIRECTORY_SEPARATOR.'Token'.\DIRECTORY_SEPARATOR.'Storage'.\DIRECTORY_SEPARATOR.'UsageTrackingTokenStorage.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Authentication'.\DIRECTORY_SEPARATOR.'Token'.\DIRECTORY_SEPARATOR.'Storage'.\DIRECTORY_SEPARATOR.'TokenStorage.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Authentication'.\DIRECTORY_SEPARATOR.'AuthenticationTrustResolverInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Authentication'.\DIRECTORY_SEPARATOR.'AuthenticationTrustResolver.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-http'.\DIRECTORY_SEPARATOR.'FirewallMapInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-bundle'.\DIRECTORY_SEPARATOR.'Security'.\DIRECTORY_SEPARATOR.'FirewallMap.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-http'.\DIRECTORY_SEPARATOR.'Logout'.\DIRECTORY_SEPARATOR.'LogoutUrlGenerator.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-http'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'IsGrantedAttributeListener.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Authorization'.\DIRECTORY_SEPARATOR.'AccessDecisionManagerInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Authorization'.\DIRECTORY_SEPARATOR.'TraceableAccessDecisionManager.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Authorization'.\DIRECTORY_SEPARATOR.'AccessDecisionManager.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Authorization'.\DIRECTORY_SEPARATOR.'Strategy'.\DIRECTORY_SEPARATOR.'AccessDecisionStrategyInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Authorization'.\DIRECTORY_SEPARATOR.'Strategy'.\DIRECTORY_SEPARATOR.'AffirmativeStrategy.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-http'.\DIRECTORY_SEPARATOR.'Firewall.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-bundle'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'FirewallListener.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-bundle'.\DIRECTORY_SEPARATOR.'Debug'.\DIRECTORY_SEPARATOR.'TraceableFirewallListener.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-http'.\DIRECTORY_SEPARATOR.'Firewall'.\DIRECTORY_SEPARATOR.'FirewallListenerInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-http'.\DIRECTORY_SEPARATOR.'Firewall'.\DIRECTORY_SEPARATOR.'AbstractListener.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-http'.\DIRECTORY_SEPARATOR.'Firewall'.\DIRECTORY_SEPARATOR.'ContextListener.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'nelmio'.\DIRECTORY_SEPARATOR.'cors-bundle'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'CorsListener.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'nelmio'.\DIRECTORY_SEPARATOR.'cors-bundle'.\DIRECTORY_SEPARATOR.'Options'.\DIRECTORY_SEPARATOR.'ResolverInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'nelmio'.\DIRECTORY_SEPARATOR.'cors-bundle'.\DIRECTORY_SEPARATOR.'Options'.\DIRECTORY_SEPARATOR.'Resolver.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'nelmio'.\DIRECTORY_SEPARATOR.'cors-bundle'.\DIRECTORY_SEPARATOR.'Options'.\DIRECTORY_SEPARATOR.'ProviderInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'nelmio'.\DIRECTORY_SEPARATOR.'cors-bundle'.\DIRECTORY_SEPARATOR.'Options'.\DIRECTORY_SEPARATOR.'ConfigProvider.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'nelmio'.\DIRECTORY_SEPARATOR.'cors-bundle'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'CacheableResponseVaryListener.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'psr'.\DIRECTORY_SEPARATOR.'log'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'LoggerInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'psr'.\DIRECTORY_SEPARATOR.'log'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'LoggerTrait.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'psr'.\DIRECTORY_SEPARATOR.'log'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'AbstractLogger.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'Log'.\DIRECTORY_SEPARATOR.'DebugLoggerInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'Log'.\DIRECTORY_SEPARATOR.'Logger.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'psr'.\DIRECTORY_SEPARATOR.'event-dispatcher'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'EventDispatcherInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'event-dispatcher-contracts'.\DIRECTORY_SEPARATOR.'EventDispatcherInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'event-dispatcher'.\DIRECTORY_SEPARATOR.'EventDispatcherInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'event-dispatcher'.\DIRECTORY_SEPARATOR.'Debug'.\DIRECTORY_SEPARATOR.'TraceableEventDispatcher.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'event-dispatcher'.\DIRECTORY_SEPARATOR.'EventDispatcher.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'routing'.\DIRECTORY_SEPARATOR.'RequestContextAwareInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'routing'.\DIRECTORY_SEPARATOR.'Matcher'.\DIRECTORY_SEPARATOR.'UrlMatcherInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'routing'.\DIRECTORY_SEPARATOR.'Generator'.\DIRECTORY_SEPARATOR.'UrlGeneratorInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'routing'.\DIRECTORY_SEPARATOR.'RouterInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'routing'.\DIRECTORY_SEPARATOR.'Matcher'.\DIRECTORY_SEPARATOR.'RequestMatcherInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'routing'.\DIRECTORY_SEPARATOR.'Router.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'CacheWarmer'.\DIRECTORY_SEPARATOR.'WarmableInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'framework-bundle'.\DIRECTORY_SEPARATOR.'Routing'.\DIRECTORY_SEPARATOR.'Router.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'config'.\DIRECTORY_SEPARATOR.'ConfigCacheFactoryInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'config'.\DIRECTORY_SEPARATOR.'ResourceCheckerConfigCacheFactory.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'Debug'.\DIRECTORY_SEPARATOR.'TraceableEventDispatcher.php'; - }; - } - - public function compile(): void - { - throw new LogicException('You cannot compile a dumped container that was already compiled.'); - } - - public function isCompiled(): bool - { - return true; - } - - public function getRemovedIds(): array - { - return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php'; - } - - protected function load($file, $lazyLoad = true): mixed - { - if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) { - return $class::do($this, $lazyLoad); - } - - if ('.' === $file[-4]) { - $class = substr($class, 0, -4); - } else { - $file .= '.php'; - } - - $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file; - - return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service; - } - - protected function createProxy($class, \Closure $factory) - { - class_exists($class, false) || require __DIR__.'/'.$class.'.php'; - - return $factory(); - } - - /** - * Gets the public 'event_dispatcher' shared service. - * - * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher - */ - protected static function getEventDispatcherService($container) - { - $container->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true)), ($container->privates['logger'] ?? self::getLoggerService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack())); - - $instance->addListener('kernel.exception', [#[\Closure(name: 'DMD\\LaLigaApi\\Exception\\ExceptionListener')] fn () => ($container->privates['DMD\\LaLigaApi\\Exception\\ExceptionListener'] ?? $container->load('getExceptionListenerService')), 'onKernelException'], 0); - $instance->addListener('lexik_jwt_authentication.on_authentication_success', [#[\Closure(name: 'DMD\\LaLigaApi\\Service\\User\\Handlers\\login\\AuthenticationSuccessListener')] fn () => ($container->privates['DMD\\LaLigaApi\\Service\\User\\Handlers\\login\\AuthenticationSuccessListener'] ??= new \DMD\LaLigaApi\Service\User\Handlers\login\AuthenticationSuccessListener()), 'onAuthenticationSuccessResponse'], 0); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [#[\Closure(name: 'security.listener.user_provider', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener')] fn () => ($container->privates['security.listener.user_provider'] ?? $container->load('getSecurity_Listener_UserProviderService')), 'checkPassport'], 1024); - $instance->addListener('kernel.response', [#[\Closure(name: 'security.context_listener.0', class: 'Symfony\\Component\\Security\\Http\\Firewall\\ContextListener')] fn () => ($container->privates['security.context_listener.0'] ?? self::getSecurity_ContextListener_0Service($container)), 'onKernelResponse'], 0); - $instance->addListener('kernel.request', [#[\Closure(name: 'nelmio_cors.cors_listener', class: 'Nelmio\\CorsBundle\\EventListener\\CorsListener')] fn () => ($container->privates['nelmio_cors.cors_listener'] ?? self::getNelmioCors_CorsListenerService($container)), 'onKernelRequest'], 250); - $instance->addListener('kernel.response', [#[\Closure(name: 'nelmio_cors.cors_listener', class: 'Nelmio\\CorsBundle\\EventListener\\CorsListener')] fn () => ($container->privates['nelmio_cors.cors_listener'] ?? self::getNelmioCors_CorsListenerService($container)), 'onKernelResponse'], 0); - $instance->addListener('kernel.response', [#[\Closure(name: 'nelmio_cors.cacheable_response_vary_listener', class: 'Nelmio\\CorsBundle\\EventListener\\CacheableResponseVaryListener')] fn () => ($container->privates['nelmio_cors.cacheable_response_vary_listener'] ??= new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()), 'onResponse'], -10); - $instance->addListener('kernel.response', [#[\Closure(name: 'response_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener')] fn () => ($container->privates['response_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)), 'onKernelResponse'], 0); - $instance->addListener('kernel.request', [#[\Closure(name: 'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] fn () => ($container->privates['locale_listener'] ?? self::getLocaleListenerService($container)), 'setDefaultLocale'], 100); - $instance->addListener('kernel.request', [#[\Closure(name: 'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] fn () => ($container->privates['locale_listener'] ?? self::getLocaleListenerService($container)), 'onKernelRequest'], 16); - $instance->addListener('kernel.finish_request', [#[\Closure(name: 'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] fn () => ($container->privates['locale_listener'] ?? self::getLocaleListenerService($container)), 'onKernelFinishRequest'], 0); - $instance->addListener('kernel.request', [#[\Closure(name: 'validate_request_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener')] fn () => ($container->privates['validate_request_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()), 'onKernelRequest'], 256); - $instance->addListener('kernel.response', [#[\Closure(name: 'disallow_search_engine_index_response_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener')] fn () => ($container->privates['disallow_search_engine_index_response_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()), 'onResponse'], -255); - $instance->addListener('kernel.controller_arguments', [#[\Closure(name: 'exception_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener')] fn () => ($container->privates['exception_listener'] ?? self::getExceptionListener2Service($container)), 'onControllerArguments'], 0); - $instance->addListener('kernel.exception', [#[\Closure(name: 'exception_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener')] fn () => ($container->privates['exception_listener'] ?? self::getExceptionListener2Service($container)), 'logKernelException'], 0); - $instance->addListener('kernel.exception', [#[\Closure(name: 'exception_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener')] fn () => ($container->privates['exception_listener'] ?? self::getExceptionListener2Service($container)), 'onKernelException'], -128); - $instance->addListener('kernel.response', [#[\Closure(name: 'exception_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener')] fn () => ($container->privates['exception_listener'] ?? self::getExceptionListener2Service($container)), 'removeCspHeader'], -128); - $instance->addListener('kernel.controller_arguments', [#[\Closure(name: 'controller.cache_attribute_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener')] fn () => ($container->privates['controller.cache_attribute_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\CacheAttributeListener()), 'onKernelControllerArguments'], 10); - $instance->addListener('kernel.response', [#[\Closure(name: 'controller.cache_attribute_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener')] fn () => ($container->privates['controller.cache_attribute_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\CacheAttributeListener()), 'onKernelResponse'], -10); - $instance->addListener('kernel.request', [#[\Closure(name: 'locale_aware_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener')] fn () => ($container->privates['locale_aware_listener'] ?? self::getLocaleAwareListenerService($container)), 'onKernelRequest'], 15); - $instance->addListener('kernel.finish_request', [#[\Closure(name: 'locale_aware_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener')] fn () => ($container->privates['locale_aware_listener'] ?? self::getLocaleAwareListenerService($container)), 'onKernelFinishRequest'], -15); - $instance->addListener('console.error', [#[\Closure(name: 'console.error_listener', class: 'Symfony\\Component\\Console\\EventListener\\ErrorListener')] fn () => ($container->privates['console.error_listener'] ?? $container->load('getConsole_ErrorListenerService')), 'onConsoleError'], -128); - $instance->addListener('console.terminate', [#[\Closure(name: 'console.error_listener', class: 'Symfony\\Component\\Console\\EventListener\\ErrorListener')] fn () => ($container->privates['console.error_listener'] ?? $container->load('getConsole_ErrorListenerService')), 'onConsoleTerminate'], -128); - $instance->addListener('console.error', [#[\Closure(name: 'console.suggest_missing_package_subscriber', class: 'Symfony\\Bundle\\FrameworkBundle\\EventListener\\SuggestMissingPackageSubscriber')] fn () => ($container->privates['console.suggest_missing_package_subscriber'] ??= new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()), 'onConsoleError'], 0); - $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [#[\Closure(name: 'mailer.envelope_listener', class: 'Symfony\\Component\\Mailer\\EventListener\\EnvelopeListener')] fn () => ($container->privates['mailer.envelope_listener'] ??= new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)), 'onMessage'], -255); - $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [#[\Closure(name: 'mailer.message_logger_listener', class: 'Symfony\\Component\\Mailer\\EventListener\\MessageLoggerListener')] fn () => ($container->privates['mailer.message_logger_listener'] ??= new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()), 'onMessage'], -255); - $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [#[\Closure(name: 'mailer.messenger_transport_listener', class: 'Symfony\\Component\\Mailer\\EventListener\\MessengerTransportListener')] fn () => ($container->privates['mailer.messenger_transport_listener'] ??= new \Symfony\Component\Mailer\EventListener\MessengerTransportListener()), 'onMessage'], 0); - $instance->addListener('kernel.request', [#[\Closure(name: 'debug.debug_handlers_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener')] fn () => ($container->privates['debug.debug_handlers_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener()), 'configure'], 2048); - $instance->addListener('console.command', [#[\Closure(name: 'debug.debug_handlers_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener')] fn () => ($container->privates['debug.debug_handlers_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener()), 'configure'], 2048); - $instance->addListener('kernel.request', [#[\Closure(name: 'router_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener')] fn () => ($container->privates['router_listener'] ?? self::getRouterListenerService($container)), 'onKernelRequest'], 32); - $instance->addListener('kernel.finish_request', [#[\Closure(name: 'router_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener')] fn () => ($container->privates['router_listener'] ?? self::getRouterListenerService($container)), 'onKernelFinishRequest'], 0); - $instance->addListener('kernel.exception', [#[\Closure(name: 'router_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener')] fn () => ($container->privates['router_listener'] ?? self::getRouterListenerService($container)), 'onKernelException'], -64); - $instance->addListener('kernel.request', [#[\Closure(name: 'session_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener')] fn () => ($container->privates['session_listener'] ?? self::getSessionListenerService($container)), 'onKernelRequest'], 128); - $instance->addListener('kernel.response', [#[\Closure(name: 'session_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener')] fn () => ($container->privates['session_listener'] ?? self::getSessionListenerService($container)), 'onKernelResponse'], -1000); - $instance->addListener('console.error', [#[\Closure(name: 'maker.console_error_listener', class: 'Symfony\\Bundle\\MakerBundle\\Event\\ConsoleErrorSubscriber')] fn () => ($container->privates['maker.console_error_listener'] ??= new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()), 'onConsoleError'], 0); - $instance->addListener('console.terminate', [#[\Closure(name: 'maker.console_error_listener', class: 'Symfony\\Bundle\\MakerBundle\\Event\\ConsoleErrorSubscriber')] fn () => ($container->privates['maker.console_error_listener'] ??= new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()), 'onConsoleTerminate'], 0); - $instance->addListener('kernel.controller_arguments', [#[\Closure(name: 'controller.is_granted_attribute_listener', class: 'Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener')] fn () => ($container->privates['controller.is_granted_attribute_listener'] ?? self::getController_IsGrantedAttributeListenerService($container)), 'onKernelControllerArguments'], 20); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [#[\Closure(name: 'security.listener.check_authenticator_credentials', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener')] fn () => ($container->privates['security.listener.check_authenticator_credentials'] ?? $container->load('getSecurity_Listener_CheckAuthenticatorCredentialsService')), 'checkPassport'], 0); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [#[\Closure(name: 'security.listener.password_migrating', class: 'Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener')] fn () => ($container->privates['security.listener.password_migrating'] ?? $container->load('getSecurity_Listener_PasswordMigratingService')), 'onLoginSuccess'], 0); - $instance->addListener('debug.security.authorization.vote', [#[\Closure(name: 'debug.security.voter.vote_listener', class: 'Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener')] fn () => ($container->privates['debug.security.voter.vote_listener'] ?? $container->load('getDebug_Security_Voter_VoteListenerService')), 'onVoterVote'], 0); - $instance->addListener('kernel.request', [#[\Closure(name: 'debug.security.firewall', class: 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener')] fn () => ($container->privates['debug.security.firewall'] ?? self::getDebug_Security_FirewallService($container)), 'configureLogoutUrlGenerator'], 8); - $instance->addListener('kernel.request', [#[\Closure(name: 'debug.security.firewall', class: 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener')] fn () => ($container->privates['debug.security.firewall'] ?? self::getDebug_Security_FirewallService($container)), 'onKernelRequest'], 8); - $instance->addListener('kernel.finish_request', [#[\Closure(name: 'debug.security.firewall', class: 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener')] fn () => ($container->privates['debug.security.firewall'] ?? self::getDebug_Security_FirewallService($container)), 'onKernelFinishRequest'], 0); - $instance->addListener('kernel.view', [#[\Closure(name: 'controller.template_attribute_listener', class: 'Symfony\\Bridge\\Twig\\EventListener\\TemplateAttributeListener')] fn () => ($container->privates['controller.template_attribute_listener'] ?? $container->load('getController_TemplateAttributeListenerService')), 'onKernelView'], -128); - $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [#[\Closure(name: 'twig.mailer.message_listener', class: 'Symfony\\Component\\Mailer\\EventListener\\MessageListener')] fn () => ($container->privates['twig.mailer.message_listener'] ?? $container->load('getTwig_Mailer_MessageListenerService')), 'onMessage'], 0); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [#[\Closure(name: 'security.listener.csrf_protection', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener')] fn () => ($container->privates['security.listener.csrf_protection'] ?? $container->load('getSecurity_Listener_CsrfProtectionService')), 'checkPassport'], 512); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [#[\Closure(name: 'security.logout.listener.csrf_token_clearing', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfTokenClearingLogoutListener')] fn () => ($container->privates['security.logout.listener.csrf_token_clearing'] ?? $container->load('getSecurity_Logout_Listener_CsrfTokenClearingService')), 'onLogout'], 0); - - return $instance; - } - - /** - * Gets the public 'http_kernel' shared service. - * - * @return \Symfony\Component\HttpKernel\HttpKernel - */ - protected static function getHttpKernelService($container) - { - $a = ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)); - - if (isset($container->services['http_kernel'])) { - return $container->services['http_kernel']; - } - $b = ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true)); - - return $container->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($container, ($container->privates['logger'] ?? self::getLoggerService($container))), $b), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['.debug.value_resolver.security.user_value_resolver'] ?? $container->load('get_Debug_ValueResolver_Security_UserValueResolverService')); - yield 1 => ($container->privates['.debug.value_resolver.security.security_token_value_resolver'] ?? $container->load('get_Debug_ValueResolver_Security_SecurityTokenValueResolverService')); - yield 2 => ($container->privates['.debug.value_resolver.doctrine.orm.entity_value_resolver'] ?? $container->load('get_Debug_ValueResolver_Doctrine_Orm_EntityValueResolverService')); - yield 3 => ($container->privates['.debug.value_resolver.argument_resolver.backed_enum_resolver'] ?? $container->load('get_Debug_ValueResolver_ArgumentResolver_BackedEnumResolverService')); - yield 4 => ($container->privates['.debug.value_resolver.argument_resolver.datetime'] ?? $container->load('get_Debug_ValueResolver_ArgumentResolver_DatetimeService')); - yield 5 => ($container->privates['.debug.value_resolver.argument_resolver.request_attribute'] ?? $container->load('get_Debug_ValueResolver_ArgumentResolver_RequestAttributeService')); - yield 6 => ($container->privates['.debug.value_resolver.argument_resolver.request'] ?? $container->load('get_Debug_ValueResolver_ArgumentResolver_RequestService')); - yield 7 => ($container->privates['.debug.value_resolver.argument_resolver.session'] ?? $container->load('get_Debug_ValueResolver_ArgumentResolver_SessionService')); - yield 8 => ($container->privates['.debug.value_resolver.argument_resolver.service'] ?? $container->load('get_Debug_ValueResolver_ArgumentResolver_ServiceService')); - yield 9 => ($container->privates['.debug.value_resolver.argument_resolver.default'] ?? $container->load('get_Debug_ValueResolver_ArgumentResolver_DefaultService')); - yield 10 => ($container->privates['.debug.value_resolver.argument_resolver.variadic'] ?? $container->load('get_Debug_ValueResolver_ArgumentResolver_VariadicService')); - yield 11 => ($container->privates['.debug.value_resolver.argument_resolver.not_tagged_controller'] ?? $container->load('get_Debug_ValueResolver_ArgumentResolver_NotTaggedControllerService')); - }, 12), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'Symfony\\Bridge\\Doctrine\\ArgumentResolver\\EntityValueResolver' => ['privates', '.debug.value_resolver.doctrine.orm.entity_value_resolver', 'get_Debug_ValueResolver_Doctrine_Orm_EntityValueResolverService', true], - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\BackedEnumValueResolver' => ['privates', '.debug.value_resolver.argument_resolver.backed_enum_resolver', 'get_Debug_ValueResolver_ArgumentResolver_BackedEnumResolverService', true], - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\DateTimeValueResolver' => ['privates', '.debug.value_resolver.argument_resolver.datetime', 'get_Debug_ValueResolver_ArgumentResolver_DatetimeService', true], - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\DefaultValueResolver' => ['privates', '.debug.value_resolver.argument_resolver.default', 'get_Debug_ValueResolver_ArgumentResolver_DefaultService', true], - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\QueryParameterValueResolver' => ['privates', '.debug.value_resolver.argument_resolver.query_parameter_value_resolver', 'get_Debug_ValueResolver_ArgumentResolver_QueryParameterValueResolverService', true], - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestAttributeValueResolver' => ['privates', '.debug.value_resolver.argument_resolver.request_attribute', 'get_Debug_ValueResolver_ArgumentResolver_RequestAttributeService', true], - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestPayloadValueResolver' => ['privates', '.debug.value_resolver.argument_resolver.request_payload', 'get_Debug_ValueResolver_ArgumentResolver_RequestPayloadService', true], - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestValueResolver' => ['privates', '.debug.value_resolver.argument_resolver.request', 'get_Debug_ValueResolver_ArgumentResolver_RequestService', true], - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\ServiceValueResolver' => ['privates', '.debug.value_resolver.argument_resolver.service', 'get_Debug_ValueResolver_ArgumentResolver_ServiceService', true], - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\SessionValueResolver' => ['privates', '.debug.value_resolver.argument_resolver.session', 'get_Debug_ValueResolver_ArgumentResolver_SessionService', true], - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\VariadicValueResolver' => ['privates', '.debug.value_resolver.argument_resolver.variadic', 'get_Debug_ValueResolver_ArgumentResolver_VariadicService', true], - 'Symfony\\Component\\Security\\Http\\Controller\\SecurityTokenValueResolver' => ['privates', '.debug.value_resolver.security.security_token_value_resolver', 'get_Debug_ValueResolver_Security_SecurityTokenValueResolverService', true], - 'Symfony\\Component\\Security\\Http\\Controller\\UserValueResolver' => ['privates', '.debug.value_resolver.security.user_value_resolver', 'get_Debug_ValueResolver_Security_UserValueResolverService', true], - 'argument_resolver.not_tagged_controller' => ['privates', '.debug.value_resolver.argument_resolver.not_tagged_controller', 'get_Debug_ValueResolver_ArgumentResolver_NotTaggedControllerService', true], - ], [ - 'Symfony\\Bridge\\Doctrine\\ArgumentResolver\\EntityValueResolver' => '?', - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\BackedEnumValueResolver' => '?', - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\DateTimeValueResolver' => '?', - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\DefaultValueResolver' => '?', - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\QueryParameterValueResolver' => '?', - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestAttributeValueResolver' => '?', - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestPayloadValueResolver' => '?', - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestValueResolver' => '?', - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\ServiceValueResolver' => '?', - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\SessionValueResolver' => '?', - 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\VariadicValueResolver' => '?', - 'Symfony\\Component\\Security\\Http\\Controller\\SecurityTokenValueResolver' => '?', - 'Symfony\\Component\\Security\\Http\\Controller\\UserValueResolver' => '?', - 'argument_resolver.not_tagged_controller' => '?', - ])), $b), true); - } - - /** - * Gets the public 'request_stack' shared service. - * - * @return \Symfony\Component\HttpFoundation\RequestStack - */ - protected static function getRequestStackService($container) - { - return $container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack(); - } - - /** - * Gets the public 'router' shared service. - * - * @return \Symfony\Bundle\FrameworkBundle\Routing\Router - */ - protected static function getRouterService($container) - { - $container->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true], - ], [ - 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface', - ]))->withContext('router.default', $container), 'kernel::loadRoutes', ['cache_dir' => $container->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'], ($container->privates['router.request_context'] ?? self::getRouter_RequestContextService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)), ($container->privates['logger'] ?? self::getLoggerService($container)), 'en'); - - $instance->setConfigCacheFactory(new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['dependency_injection.config.container_parameters_resource_checker'] ??= new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($container)); - yield 1 => ($container->privates['config.resource.self_checking_resource_checker'] ??= new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()); - }, 2))); - - return $instance; - } - - /** - * Gets the private '.service_locator.dsdSIIc' shared service. - * - * @return \Symfony\Component\DependencyInjection\ServiceLocator - */ - protected static function get_ServiceLocator_DsdSIIcService($container) - { - return $container->privates['.service_locator.dsdSIIc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'security.firewall.map.context.api' => ['privates', 'security.firewall.map.context.api', 'getSecurity_Firewall_Map_Context_ApiService', true], - 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true], - 'security.firewall.map.context.login' => ['privates', 'security.firewall.map.context.login', 'getSecurity_Firewall_Map_Context_LoginService', true], - 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true], - ], [ - 'security.firewall.map.context.api' => '?', - 'security.firewall.map.context.dev' => '?', - 'security.firewall.map.context.login' => '?', - 'security.firewall.map.context.main' => '?', - ]); - } - - /** - * Gets the private 'controller.is_granted_attribute_listener' shared service. - * - * @return \Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener - */ - protected static function getController_IsGrantedAttributeListenerService($container) - { - $a = ($container->privates['security.authorization_checker'] ?? self::getSecurity_AuthorizationCheckerService($container)); - - if (isset($container->privates['controller.is_granted_attribute_listener'])) { - return $container->privates['controller.is_granted_attribute_listener']; - } - - return $container->privates['controller.is_granted_attribute_listener'] = new \Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener($a, NULL); - } - - /** - * Gets the private 'debug.security.access.decision_manager' shared service. - * - * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager - */ - protected static function getDebug_Security_Access_DecisionManagerService($container) - { - return $container->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['.debug.security.voter.security.access.authenticated_voter'] ?? $container->load('get_Debug_Security_Voter_Security_Access_AuthenticatedVoterService')); - yield 1 => ($container->privates['.debug.security.voter.security.access.simple_role_voter'] ?? $container->load('get_Debug_Security_Voter_Security_Access_SimpleRoleVoterService')); - }, 2), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false))); - } - - /** - * Gets the private 'debug.security.event_dispatcher.main' shared service. - * - * @return \Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher - */ - protected static function getDebug_Security_EventDispatcher_MainService($container) - { - $container->privates['debug.security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true)), ($container->privates['logger'] ?? self::getLoggerService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack())); - - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [#[\Closure(name: 'security.listener.main.user_provider', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener')] fn () => ($container->privates['security.listener.main.user_provider'] ?? $container->load('getSecurity_Listener_Main_UserProviderService')), 'checkPassport'], 2048); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [#[\Closure(name: 'security.listener.session.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\SessionStrategyListener')] fn () => ($container->privates['security.listener.session.main'] ?? $container->load('getSecurity_Listener_Session_MainService')), 'onSuccessfulLogin'], 0); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [#[\Closure(name: 'security.listener.user_checker.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener')] fn () => ($container->privates['security.listener.user_checker.main'] ?? $container->load('getSecurity_Listener_UserChecker_MainService')), 'preCheckCredentials'], 256); - $instance->addListener('security.authentication.success', [#[\Closure(name: 'security.listener.user_checker.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener')] fn () => ($container->privates['security.listener.user_checker.main'] ?? $container->load('getSecurity_Listener_UserChecker_MainService')), 'postCheckCredentials'], 256); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [#[\Closure(name: 'security.listener.user_provider', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener')] fn () => ($container->privates['security.listener.user_provider'] ?? $container->load('getSecurity_Listener_UserProviderService')), 'checkPassport'], 1024); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [#[\Closure(name: 'security.listener.check_authenticator_credentials', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener')] fn () => ($container->privates['security.listener.check_authenticator_credentials'] ?? $container->load('getSecurity_Listener_CheckAuthenticatorCredentialsService')), 'checkPassport'], 0); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [#[\Closure(name: 'security.listener.password_migrating', class: 'Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener')] fn () => ($container->privates['security.listener.password_migrating'] ?? $container->load('getSecurity_Listener_PasswordMigratingService')), 'onLoginSuccess'], 0); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [#[\Closure(name: 'security.listener.csrf_protection', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener')] fn () => ($container->privates['security.listener.csrf_protection'] ?? $container->load('getSecurity_Listener_CsrfProtectionService')), 'checkPassport'], 512); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [#[\Closure(name: 'security.logout.listener.csrf_token_clearing', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfTokenClearingLogoutListener')] fn () => ($container->privates['security.logout.listener.csrf_token_clearing'] ?? $container->load('getSecurity_Logout_Listener_CsrfTokenClearingService')), 'onLogout'], 0); - - return $instance; - } - - /** - * Gets the private 'debug.security.firewall' shared service. - * - * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener - */ - protected static function getDebug_Security_FirewallService($container) - { - $a = ($container->privates['security.firewall.map'] ?? self::getSecurity_Firewall_MapService($container)); - - if (isset($container->privates['debug.security.firewall'])) { - return $container->privates['debug.security.firewall']; - } - $b = ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)); - - if (isset($container->privates['debug.security.firewall'])) { - return $container->privates['debug.security.firewall']; - } - - return $container->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($container->privates['security.logout_url_generator'] ?? self::getSecurity_LogoutUrlGeneratorService($container))); - } - - /** - * Gets the private 'exception_listener' shared service. - * - * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener - */ - protected static function getExceptionListener2Service($container) - { - return $container->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($container->privates['logger'] ?? self::getLoggerService($container)), true, []); - } - - /** - * Gets the private 'locale_aware_listener' shared service. - * - * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener - */ - protected static function getLocaleAwareListenerService($container) - { - return $container->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['slugger'] ??= new \Symfony\Component\String\Slugger\AsciiSlugger('en')); - }, 1), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack())); - } - - /** - * Gets the private 'locale_listener' shared service. - * - * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener - */ - protected static function getLocaleListenerService($container) - { - return $container->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), 'en', ($container->services['router'] ?? self::getRouterService($container)), false, []); - } - - /** - * Gets the private 'logger' shared service. - * - * @return \Symfony\Component\HttpKernel\Log\Logger - */ - protected static function getLoggerService($container) - { - return $container->privates['logger'] = new \Symfony\Component\HttpKernel\Log\Logger(NULL, NULL, NULL, ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack())); - } - - /** - * Gets the private 'nelmio_cors.cors_listener' shared service. - * - * @return \Nelmio\CorsBundle\EventListener\CorsListener - */ - protected static function getNelmioCors_CorsListenerService($container) - { - return $container->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([new \Nelmio\CorsBundle\Options\ConfigProvider($container->parameters['nelmio_cors.map'], $container->parameters['nelmio_cors.defaults'])])); - } - - /** - * Gets the private 'parameter_bag' shared service. - * - * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag - */ - protected static function getParameterBagService($container) - { - return $container->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container); - } - - /** - * Gets the private 'router.request_context' shared service. - * - * @return \Symfony\Component\Routing\RequestContext - */ - protected static function getRouter_RequestContextService($container) - { - return $container->privates['router.request_context'] = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443); - } - - /** - * Gets the private 'router_listener' shared service. - * - * @return \Symfony\Component\HttpKernel\EventListener\RouterListener - */ - protected static function getRouterListenerService($container) - { - return $container->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($container->services['router'] ?? self::getRouterService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->privates['router.request_context'] ?? self::getRouter_RequestContextService($container)), ($container->privates['logger'] ?? self::getLoggerService($container)), \dirname(__DIR__, 4), true); - } - - /** - * Gets the private 'security.authorization_checker' shared service. - * - * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker - */ - protected static function getSecurity_AuthorizationCheckerService($container) - { - $a = ($container->privates['debug.security.access.decision_manager'] ?? self::getDebug_Security_Access_DecisionManagerService($container)); - - if (isset($container->privates['security.authorization_checker'])) { - return $container->privates['security.authorization_checker']; - } - - return $container->privates['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), $a, false, false); - } - - /** - * Gets the private 'security.context_listener.0' shared service. - * - * @return \Symfony\Component\Security\Http\Firewall\ContextListener - */ - protected static function getSecurity_ContextListener_0Service($container) - { - return $container->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($container->privates['security.untracked_token_storage'] ??= new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()), new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['security.user.provider.concrete.app_user_provider'] ?? $container->load('getSecurity_User_Provider_Concrete_AppUserProviderService')); - }, 1), 'main', ($container->privates['logger'] ?? self::getLoggerService($container)), ($container->privates['debug.security.event_dispatcher.main'] ?? self::getDebug_Security_EventDispatcher_MainService($container)), ($container->privates['security.authentication.trust_resolver'] ??= new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()), [($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), 'enableUsageTracking']); - } - - /** - * Gets the private 'security.firewall.map' shared service. - * - * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap - */ - protected static function getSecurity_Firewall_MapService($container) - { - $a = ($container->privates['.service_locator.dsdSIIc'] ?? self::get_ServiceLocator_DsdSIIcService($container)); - - if (isset($container->privates['security.firewall.map'])) { - return $container->privates['security.firewall.map']; - } - - return $container->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () use ($container) { - yield 'security.firewall.map.context.login' => ($container->privates['.security.request_matcher.0QxrXJt'] ?? $container->load('get_Security_RequestMatcher_0QxrXJtService')); - yield 'security.firewall.map.context.api' => ($container->privates['.security.request_matcher.vhy2oy3'] ?? $container->load('get_Security_RequestMatcher_Vhy2oy3Service')); - yield 'security.firewall.map.context.dev' => ($container->privates['.security.request_matcher.kLbKLHa'] ?? $container->load('get_Security_RequestMatcher_KLbKLHaService')); - yield 'security.firewall.map.context.main' => NULL; - }, 4)); - } - - /** - * Gets the private 'security.logout_url_generator' shared service. - * - * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator - */ - protected static function getSecurity_LogoutUrlGeneratorService($container) - { - return $container->privates['security.logout_url_generator'] = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->services['router'] ?? self::getRouterService($container)), ($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container))); - } - - /** - * Gets the private 'security.token_storage' shared service. - * - * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage - */ - protected static function getSecurity_TokenStorageService($container) - { - return $container->privates['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($container->privates['security.untracked_token_storage'] ??= new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false], - ], [ - 'request_stack' => '?', - ])); - } - - /** - * Gets the private 'session_listener' shared service. - * - * @return \Symfony\Component\HttpKernel\EventListener\SessionListener - */ - protected static function getSessionListenerService($container) - { - return $container->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'logger' => ['privates', 'logger', 'getLoggerService', false], - 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', true], - ], [ - 'logger' => '?', - 'session_factory' => '?', - ]), true, $container->parameters['session.storage.options']); - } - - public function getParameter(string $name): array|bool|string|int|float|\UnitEnum|null - { - if (isset($this->buildParameters[$name])) { - return $this->buildParameters[$name]; - } - - if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) { - throw new ParameterNotFoundException($name); - } - if (isset($this->loadedDynamicParameters[$name])) { - return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name); - } - - return $this->parameters[$name]; - } - - public function hasParameter(string $name): bool - { - if (isset($this->buildParameters[$name])) { - return true; - } - - return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters); - } - - public function setParameter(string $name, $value): void - { - throw new LogicException('Impossible to call set() on a frozen ParameterBag.'); - } - - public function getParameterBag(): ParameterBagInterface - { - if (null === $this->parameterBag) { - $parameters = $this->parameters; - foreach ($this->loadedDynamicParameters as $name => $loaded) { - $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name); - } - foreach ($this->buildParameters as $name => $value) { - $parameters[$name] = $value; - } - $this->parameterBag = new FrozenParameterBag($parameters); - } - - return $this->parameterBag; - } - - private $loadedDynamicParameters = [ - 'kernel.runtime_environment' => false, - 'kernel.build_dir' => false, - 'kernel.cache_dir' => false, - 'kernel.secret' => false, - 'debug.file_link_format' => false, - 'debug.container.dump' => false, - 'router.cache_dir' => false, - 'validator.mapping.cache.file' => false, - 'doctrine.orm.proxy_dir' => false, - 'lexik_jwt_authentication.pass_phrase' => false, - ]; - private $dynamicParameters = []; - - private function getDynamicParameter(string $name) - { - $container = $this; - $value = match ($name) { - 'kernel.runtime_environment' => $container->getEnv('default:kernel.environment:APP_RUNTIME_ENV'), - 'kernel.build_dir' => $container->targetDir.'', - 'kernel.cache_dir' => $container->targetDir.'', - 'kernel.secret' => $container->getEnv('APP_SECRET'), - 'debug.file_link_format' => $container->getEnv('default::SYMFONY_IDE'), - 'debug.container.dump' => ($container->targetDir.''.'/DMD_LaLigaApi_KernelDevDebugContainer.xml'), - 'router.cache_dir' => $container->targetDir.'', - 'validator.mapping.cache.file' => ($container->targetDir.''.'/validation.php'), - 'doctrine.orm.proxy_dir' => ($container->targetDir.''.'/doctrine/orm/Proxies'), - 'lexik_jwt_authentication.pass_phrase' => $container->getEnv('JWT_PASSPHRASE'), - default => throw new ParameterNotFoundException($name), - }; - $this->loadedDynamicParameters[$name] = true; - - return $this->dynamicParameters[$name] = $value; - } - - protected function getDefaultParameters(): array - { - return [ - 'kernel.project_dir' => \dirname(__DIR__, 4), - 'kernel.environment' => 'dev', - 'kernel.debug' => true, - 'kernel.logs_dir' => (\dirname(__DIR__, 3).''.\DIRECTORY_SEPARATOR.'log'), - 'kernel.bundles' => [ - 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle', - 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle', - 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle', - 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle', - 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle', - 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle', - 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle', - 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle', - 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle', - ], - 'kernel.bundles_metadata' => [ - 'FrameworkBundle' => [ - 'path' => (\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'framework-bundle'), - 'namespace' => 'Symfony\\Bundle\\FrameworkBundle', - ], - 'DoctrineBundle' => [ - 'path' => (\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-bundle'), - 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle', - ], - 'DoctrineMigrationsBundle' => [ - 'path' => (\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-migrations-bundle'), - 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle', - ], - 'MakerBundle' => [ - 'path' => (\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'maker-bundle'.\DIRECTORY_SEPARATOR.'src'), - 'namespace' => 'Symfony\\Bundle\\MakerBundle', - ], - 'SecurityBundle' => [ - 'path' => (\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-bundle'), - 'namespace' => 'Symfony\\Bundle\\SecurityBundle', - ], - 'LexikJWTAuthenticationBundle' => [ - 'path' => (\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'lexik'.\DIRECTORY_SEPARATOR.'jwt-authentication-bundle'), - 'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle', - ], - 'NelmioCorsBundle' => [ - 'path' => (\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'nelmio'.\DIRECTORY_SEPARATOR.'cors-bundle'), - 'namespace' => 'Nelmio\\CorsBundle', - ], - 'TwigBundle' => [ - 'path' => (\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'twig-bundle'), - 'namespace' => 'Symfony\\Bundle\\TwigBundle', - ], - 'NelmioApiDocBundle' => [ - 'path' => (\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'nelmio'.\DIRECTORY_SEPARATOR.'api-doc-bundle'), - 'namespace' => 'Nelmio\\ApiDocBundle', - ], - ], - 'kernel.charset' => 'UTF-8', - 'kernel.container_class' => 'DMD_LaLigaApi_KernelDevDebugContainer', - 'event_dispatcher.event_aliases' => [ - 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command', - 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error', - 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal', - 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate', - 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments', - 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller', - 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response', - 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request', - 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request', - 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view', - 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception', - 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate', - 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success', - 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login', - 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user', - ], - 'fragment.renderer.hinclude.global_template' => NULL, - 'fragment.path' => '/_fragment', - 'kernel.http_method_override' => false, - 'kernel.trust_x_sendfile_type_header' => false, - 'kernel.trusted_hosts' => [ - - ], - 'kernel.default_locale' => 'en', - 'kernel.enabled_locales' => [ - - ], - 'kernel.error_controller' => 'error_controller', - 'debug.error_handler.throw_at' => -1, - 'router.request_context.host' => 'localhost', - 'router.request_context.scheme' => 'http', - 'router.request_context.base_url' => '', - 'router.resource' => 'kernel::loadRoutes', - 'request_listener.http_port' => 80, - 'request_listener.https_port' => 443, - 'session.metadata.storage_key' => '_sf2_meta', - 'session.storage.options' => [ - 'cache_limiter' => '0', - 'cookie_secure' => 'auto', - 'cookie_httponly' => true, - 'cookie_samesite' => 'lax', - 'gc_probability' => 1, - ], - 'session.save_path' => NULL, - 'session.metadata.update_threshold' => 0, - 'validator.translation_domain' => 'validators', - 'data_collector.templates' => [ - - ], - 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration', - 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector', - 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager', - 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory', - 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit', - 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit', - 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry', - 'doctrine.entity_managers' => [ - 'default' => 'doctrine.orm.default_entity_manager', - ], - 'doctrine.default_entity_manager' => 'default', - 'doctrine.dbal.connection_factory.types' => [ - - ], - 'doctrine.connections' => [ - 'default' => 'doctrine.dbal.default_connection', - ], - 'doctrine.default_connection' => 'default', - 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration', - 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager', - 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator', - 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache', - 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache', - 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache', - 'doctrine.orm.cache.memcache_host' => 'localhost', - 'doctrine.orm.cache.memcache_port' => 11211, - 'doctrine.orm.cache.memcache_instance.class' => 'Memcache', - 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache', - 'doctrine.orm.cache.memcached_host' => 'localhost', - 'doctrine.orm.cache.memcached_port' => 11211, - 'doctrine.orm.cache.memcached_instance.class' => 'Memcached', - 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache', - 'doctrine.orm.cache.redis_host' => 'localhost', - 'doctrine.orm.cache.redis_port' => 6379, - 'doctrine.orm.cache.redis_instance.class' => 'Redis', - 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache', - 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache', - 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache', - 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain', - 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver', - 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver', - 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver', - 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver', - 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver', - 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver', - 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer', - 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser', - 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator', - 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer', - 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider', - 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener', - 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener', - 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy', - 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy', - 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy', - 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy', - 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver', - 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory', - 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion', - 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion', - 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain', - 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger', - 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration', - 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration', - 'doctrine.orm.auto_generate_proxy_classes' => true, - 'doctrine.orm.enable_lazy_ghost_objects' => true, - 'doctrine.orm.proxy_namespace' => 'Proxies', - 'doctrine.migrations.preferred_em' => NULL, - 'doctrine.migrations.preferred_connection' => NULL, - 'security.role_hierarchy.roles' => [ - - ], - 'security.access.denied_url' => NULL, - 'security.authentication.manager.erase_credentials' => true, - 'security.authentication.session_strategy.strategy' => 'migrate', - 'security.authentication.hide_user_not_found' => true, - 'security.firewalls' => [ - 0 => 'login', - 1 => 'api', - 2 => 'dev', - 3 => 'main', - ], - 'lexik_jwt_authentication.authenticator_manager_enabled' => true, - 'lexik_jwt_authentication.token_ttl' => 18000, - 'lexik_jwt_authentication.clock_skew' => 0, - 'lexik_jwt_authentication.user_identity_field' => 'username', - 'lexik_jwt_authentication.allow_no_expiration' => false, - 'lexik_jwt_authentication.user_id_claim' => 'username', - 'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256', - 'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl', - 'nelmio_cors.map' => [ - '^/' => [ - 'skip_same_as_origin' => true, - ], - ], - 'nelmio_cors.defaults' => [ - 'allow_origin' => true, - 'allow_credentials' => false, - 'allow_headers' => [ - 0 => 'content-type', - 1 => 'authorization', - ], - 'expose_headers' => [ - 0 => 'Link', - ], - 'allow_methods' => [ - 0 => 'GET', - 1 => 'OPTIONS', - 2 => 'POST', - 3 => 'PUT', - 4 => 'PATCH', - 5 => 'DELETE', - ], - 'max_age' => 3600, - 'hosts' => [ - - ], - 'origin_regex' => true, - 'forced_allow_origin_value' => NULL, - 'skip_same_as_origin' => true, - ], - 'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener', - 'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver', - 'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider', - 'twig.form.resources' => [ - 0 => 'form_div_layout.html.twig', - ], - 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'), - 'nelmio_api_doc.areas' => [ - 0 => 'default', - ], - 'nelmio_api_doc.use_validation_groups' => false, - 'console.command.ids' => [ - - ], - ]; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/EntityManagerGhostAd02211.php b/var/cache/dev/ContainerEB2LqQ8/EntityManagerGhostAd02211.php deleted file mode 100644 index bd2c8d68..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/EntityManagerGhostAd02211.php +++ /dev/null @@ -1,45 +0,0 @@ - [parent::class, 'cache', null], - "\0".parent::class."\0".'closed' => [parent::class, 'closed', null], - "\0".parent::class."\0".'config' => [parent::class, 'config', null], - "\0".parent::class."\0".'conn' => [parent::class, 'conn', null], - "\0".parent::class."\0".'eventManager' => [parent::class, 'eventManager', null], - "\0".parent::class."\0".'expressionBuilder' => [parent::class, 'expressionBuilder', null], - "\0".parent::class."\0".'filterCollection' => [parent::class, 'filterCollection', null], - "\0".parent::class."\0".'metadataFactory' => [parent::class, 'metadataFactory', null], - "\0".parent::class."\0".'proxyFactory' => [parent::class, 'proxyFactory', null], - "\0".parent::class."\0".'repositoryFactory' => [parent::class, 'repositoryFactory', null], - "\0".parent::class."\0".'unitOfWork' => [parent::class, 'unitOfWork', null], - 'cache' => [parent::class, 'cache', null], - 'closed' => [parent::class, 'closed', null], - 'config' => [parent::class, 'config', null], - 'conn' => [parent::class, 'conn', null], - 'eventManager' => [parent::class, 'eventManager', null], - 'expressionBuilder' => [parent::class, 'expressionBuilder', null], - 'filterCollection' => [parent::class, 'filterCollection', null], - 'metadataFactory' => [parent::class, 'metadataFactory', null], - 'proxyFactory' => [parent::class, 'proxyFactory', null], - 'repositoryFactory' => [parent::class, 'repositoryFactory', null], - 'unitOfWork' => [parent::class, 'unitOfWork', null], - ]; -} - -// Help opcache.preload discover always-needed symbols -class_exists(\Symfony\Component\VarExporter\Internal\Hydrator::class); -class_exists(\Symfony\Component\VarExporter\Internal\LazyObjectRegistry::class); -class_exists(\Symfony\Component\VarExporter\Internal\LazyObjectState::class); - -if (!\class_exists('EntityManagerGhostAd02211', false)) { - \class_alias(__NAMESPACE__.'\\EntityManagerGhostAd02211', 'EntityManagerGhostAd02211', false); -} diff --git a/var/cache/dev/ContainerEB2LqQ8/RequestPayloadValueResolverGhostE4c6c7a.php b/var/cache/dev/ContainerEB2LqQ8/RequestPayloadValueResolverGhostE4c6c7a.php deleted file mode 100644 index 46922d9f..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/RequestPayloadValueResolverGhostE4c6c7a.php +++ /dev/null @@ -1,28 +0,0 @@ - [parent::class, 'serializer', parent::class], - "\0".parent::class."\0".'translator' => [parent::class, 'translator', parent::class], - "\0".parent::class."\0".'validator' => [parent::class, 'validator', parent::class], - 'serializer' => [parent::class, 'serializer', parent::class], - 'translator' => [parent::class, 'translator', parent::class], - 'validator' => [parent::class, 'validator', parent::class], - ]; -} - -// Help opcache.preload discover always-needed symbols -class_exists(\Symfony\Component\VarExporter\Internal\Hydrator::class); -class_exists(\Symfony\Component\VarExporter\Internal\LazyObjectRegistry::class); -class_exists(\Symfony\Component\VarExporter\Internal\LazyObjectState::class); - -if (!\class_exists('RequestPayloadValueResolverGhostE4c6c7a', false)) { - \class_alias(__NAMESPACE__.'\\RequestPayloadValueResolverGhostE4c6c7a', 'RequestPayloadValueResolverGhostE4c6c7a', false); -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getAuthorizeRequestService.php b/var/cache/dev/ContainerEB2LqQ8/getAuthorizeRequestService.php deleted file mode 100644 index 140bca58..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getAuthorizeRequestService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\Common\\AuthorizeRequest'] = new \DMD\LaLigaApi\Service\Common\AuthorizeRequest(($container->privates['security.helper'] ?? $container->load('getSecurity_HelperService')), ($container->privates['DMD\\LaLigaApi\\Repository\\CustomRoleRepository'] ?? $container->load('getCustomRoleRepositoryService')), ($container->privates['DMD\\LaLigaApi\\Repository\\LeagueRepository'] ?? $container->load('getLeagueRepositoryService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getCacheWarmerService.php b/var/cache/dev/ContainerEB2LqQ8/getCacheWarmerService.php deleted file mode 100644 index b5d88da0..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getCacheWarmerService.php +++ /dev/null @@ -1,32 +0,0 @@ -services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['config_builder.warmer'] ?? $container->load('getConfigBuilder_WarmerService')); - yield 1 => ($container->privates['router.cache_warmer'] ?? $container->load('getRouter_CacheWarmerService')); - yield 2 => ($container->privates['validator.mapping.cache_warmer'] ?? $container->load('getValidator_Mapping_CacheWarmerService')); - yield 3 => ($container->privates['doctrine.orm.proxy_cache_warmer'] ?? $container->load('getDoctrine_Orm_ProxyCacheWarmerService')); - yield 4 => ($container->privates['twig.template_cache_warmer'] ?? $container->load('getTwig_TemplateCacheWarmerService')); - }, 5), true, ($container->targetDir.''.'/DMD_LaLigaApi_KernelDevDebugContainerDeprecations.log')); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getCache_AppClearerService.php b/var/cache/dev/ContainerEB2LqQ8/getCache_AppClearerService.php deleted file mode 100644 index f2aa03bc..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getCache_AppClearerService.php +++ /dev/null @@ -1,26 +0,0 @@ -services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($container->services['cache.app'] ?? $container->load('getCache_AppService'))]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getCache_AppService.php b/var/cache/dev/ContainerEB2LqQ8/getCache_AppService.php deleted file mode 100644 index ab7f668f..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getCache_AppService.php +++ /dev/null @@ -1,44 +0,0 @@ -services['cache.app'] = $instance = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('NaLhWLN+Xk', 0, ($container->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true)); - - $instance->setLogger(($container->privates['logger'] ?? self::getLoggerService($container))); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getCache_App_TaggableService.php b/var/cache/dev/ContainerEB2LqQ8/getCache_App_TaggableService.php deleted file mode 100644 index 0f4b3834..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getCache_App_TaggableService.php +++ /dev/null @@ -1,36 +0,0 @@ -privates['cache.app.taggable'] = new \Symfony\Component\Cache\Adapter\TagAwareAdapter(($container->services['cache.app'] ?? $container->load('getCache_AppService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getCache_GlobalClearerService.php b/var/cache/dev/ContainerEB2LqQ8/getCache_GlobalClearerService.php deleted file mode 100644 index ee92044a..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getCache_GlobalClearerService.php +++ /dev/null @@ -1,33 +0,0 @@ -services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($container->services['cache.app'] ?? $container->load('getCache_AppService')), 'cache.system' => ($container->services['cache.system'] ?? $container->load('getCache_SystemService')), 'cache.validator_expression_language' => ($container->services['cache.validator_expression_language'] ?? $container->load('getCache_ValidatorExpressionLanguageService')), 'cache.doctrine.orm.default.result' => ($container->privates['cache.doctrine.orm.default.result'] ??= new \Symfony\Component\Cache\Adapter\ArrayAdapter()), 'cache.doctrine.orm.default.query' => ($container->privates['cache.doctrine.orm.default.query'] ??= new \Symfony\Component\Cache\Adapter\ArrayAdapter()), 'cache.security_is_granted_attribute_expression_language' => ($container->services['cache.security_is_granted_attribute_expression_language'] ?? $container->load('getCache_SecurityIsGrantedAttributeExpressionLanguageService'))]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getCache_SecurityIsGrantedAttributeExpressionLanguageService.php b/var/cache/dev/ContainerEB2LqQ8/getCache_SecurityIsGrantedAttributeExpressionLanguageService.php deleted file mode 100644 index 08fdc294..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getCache_SecurityIsGrantedAttributeExpressionLanguageService.php +++ /dev/null @@ -1,34 +0,0 @@ -services['cache.security_is_granted_attribute_expression_language'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('7-WF8WwGVY', 0, $container->getParameter('container.build_id'), ($container->targetDir.''.'/pools/system'), ($container->privates['logger'] ?? self::getLoggerService($container))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getCache_SystemClearerService.php b/var/cache/dev/ContainerEB2LqQ8/getCache_SystemClearerService.php deleted file mode 100644 index 53a2a072..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getCache_SystemClearerService.php +++ /dev/null @@ -1,26 +0,0 @@ -services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($container->services['cache.system'] ?? $container->load('getCache_SystemService')), 'cache.validator_expression_language' => ($container->services['cache.validator_expression_language'] ?? $container->load('getCache_ValidatorExpressionLanguageService')), 'cache.security_is_granted_attribute_expression_language' => ($container->services['cache.security_is_granted_attribute_expression_language'] ?? $container->load('getCache_SecurityIsGrantedAttributeExpressionLanguageService'))]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getCache_SystemService.php b/var/cache/dev/ContainerEB2LqQ8/getCache_SystemService.php deleted file mode 100644 index 2a316749..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getCache_SystemService.php +++ /dev/null @@ -1,34 +0,0 @@ -services['cache.system'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+4VOWgVa18', 0, $container->getParameter('container.build_id'), ($container->targetDir.''.'/pools/system'), ($container->privates['logger'] ?? self::getLoggerService($container))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getCache_ValidatorExpressionLanguageService.php b/var/cache/dev/ContainerEB2LqQ8/getCache_ValidatorExpressionLanguageService.php deleted file mode 100644 index f394ed29..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getCache_ValidatorExpressionLanguageService.php +++ /dev/null @@ -1,34 +0,0 @@ -services['cache.validator_expression_language'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('njivdr+jA5', 0, $container->getParameter('container.build_id'), ($container->targetDir.''.'/pools/system'), ($container->privates['logger'] ?? self::getLoggerService($container))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getConfigBuilder_WarmerService.php b/var/cache/dev/ContainerEB2LqQ8/getConfigBuilder_WarmerService.php deleted file mode 100644 index ecef4d41..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getConfigBuilder_WarmerService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($container->services['kernel'] ?? $container->get('kernel', 1)), ($container->privates['logger'] ?? self::getLoggerService($container))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getConsole_CommandLoaderService.php b/var/cache/dev/ContainerEB2LqQ8/getConsole_CommandLoaderService.php deleted file mode 100644 index acebe639..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getConsole_CommandLoaderService.php +++ /dev/null @@ -1,214 +0,0 @@ -services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'console.command.about' => ['privates', '.console.command.about.lazy', 'get_Console_Command_About_LazyService', true], - 'console.command.assets_install' => ['privates', '.console.command.assets_install.lazy', 'get_Console_Command_AssetsInstall_LazyService', true], - 'console.command.cache_clear' => ['privates', '.console.command.cache_clear.lazy', 'get_Console_Command_CacheClear_LazyService', true], - 'console.command.cache_pool_clear' => ['privates', '.console.command.cache_pool_clear.lazy', 'get_Console_Command_CachePoolClear_LazyService', true], - 'console.command.cache_pool_prune' => ['privates', '.console.command.cache_pool_prune.lazy', 'get_Console_Command_CachePoolPrune_LazyService', true], - 'console.command.cache_pool_invalidate_tags' => ['privates', '.console.command.cache_pool_invalidate_tags.lazy', 'get_Console_Command_CachePoolInvalidateTags_LazyService', true], - 'console.command.cache_pool_delete' => ['privates', '.console.command.cache_pool_delete.lazy', 'get_Console_Command_CachePoolDelete_LazyService', true], - 'console.command.cache_pool_list' => ['privates', '.console.command.cache_pool_list.lazy', 'get_Console_Command_CachePoolList_LazyService', true], - 'console.command.cache_warmup' => ['privates', '.console.command.cache_warmup.lazy', 'get_Console_Command_CacheWarmup_LazyService', true], - 'console.command.config_debug' => ['privates', '.console.command.config_debug.lazy', 'get_Console_Command_ConfigDebug_LazyService', true], - 'console.command.config_dump_reference' => ['privates', '.console.command.config_dump_reference.lazy', 'get_Console_Command_ConfigDumpReference_LazyService', true], - 'console.command.container_debug' => ['privates', '.console.command.container_debug.lazy', 'get_Console_Command_ContainerDebug_LazyService', true], - 'console.command.container_lint' => ['privates', '.console.command.container_lint.lazy', 'get_Console_Command_ContainerLint_LazyService', true], - 'console.command.debug_autowiring' => ['privates', '.console.command.debug_autowiring.lazy', 'get_Console_Command_DebugAutowiring_LazyService', true], - 'console.command.dotenv_debug' => ['privates', '.console.command.dotenv_debug.lazy', 'get_Console_Command_DotenvDebug_LazyService', true], - 'console.command.event_dispatcher_debug' => ['privates', '.console.command.event_dispatcher_debug.lazy', 'get_Console_Command_EventDispatcherDebug_LazyService', true], - 'console.command.router_debug' => ['privates', '.console.command.router_debug.lazy', 'get_Console_Command_RouterDebug_LazyService', true], - 'console.command.router_match' => ['privates', '.console.command.router_match.lazy', 'get_Console_Command_RouterMatch_LazyService', true], - 'console.command.validator_debug' => ['privates', '.console.command.validator_debug.lazy', 'get_Console_Command_ValidatorDebug_LazyService', true], - 'console.command.yaml_lint' => ['privates', '.console.command.yaml_lint.lazy', 'get_Console_Command_YamlLint_LazyService', true], - 'console.command.secrets_set' => ['privates', '.console.command.secrets_set.lazy', 'get_Console_Command_SecretsSet_LazyService', true], - 'console.command.secrets_remove' => ['privates', '.console.command.secrets_remove.lazy', 'get_Console_Command_SecretsRemove_LazyService', true], - 'console.command.secrets_generate_key' => ['privates', '.console.command.secrets_generate_key.lazy', 'get_Console_Command_SecretsGenerateKey_LazyService', true], - 'console.command.secrets_list' => ['privates', '.console.command.secrets_list.lazy', 'get_Console_Command_SecretsList_LazyService', true], - 'console.command.secrets_decrypt_to_local' => ['privates', '.console.command.secrets_decrypt_to_local.lazy', 'get_Console_Command_SecretsDecryptToLocal_LazyService', true], - 'console.command.secrets_encrypt_from_local' => ['privates', '.console.command.secrets_encrypt_from_local.lazy', 'get_Console_Command_SecretsEncryptFromLocal_LazyService', true], - 'console.command.mailer_test' => ['privates', '.console.command.mailer_test.lazy', 'get_Console_Command_MailerTest_LazyService', true], - 'doctrine.database_create_command' => ['privates', 'doctrine.database_create_command', 'getDoctrine_DatabaseCreateCommandService', true], - 'doctrine.database_drop_command' => ['privates', 'doctrine.database_drop_command', 'getDoctrine_DatabaseDropCommandService', true], - 'doctrine.query_sql_command' => ['privates', 'doctrine.query_sql_command', 'getDoctrine_QuerySqlCommandService', true], - 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates', 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'getRunSqlCommandService', true], - 'doctrine.cache_clear_metadata_command' => ['privates', 'doctrine.cache_clear_metadata_command', 'getDoctrine_CacheClearMetadataCommandService', true], - 'doctrine.cache_clear_query_cache_command' => ['privates', 'doctrine.cache_clear_query_cache_command', 'getDoctrine_CacheClearQueryCacheCommandService', true], - 'doctrine.cache_clear_result_command' => ['privates', 'doctrine.cache_clear_result_command', 'getDoctrine_CacheClearResultCommandService', true], - 'doctrine.cache_collection_region_command' => ['privates', 'doctrine.cache_collection_region_command', 'getDoctrine_CacheCollectionRegionCommandService', true], - 'doctrine.mapping_convert_command' => ['privates', 'doctrine.mapping_convert_command', 'getDoctrine_MappingConvertCommandService', true], - 'doctrine.schema_create_command' => ['privates', 'doctrine.schema_create_command', 'getDoctrine_SchemaCreateCommandService', true], - 'doctrine.schema_drop_command' => ['privates', 'doctrine.schema_drop_command', 'getDoctrine_SchemaDropCommandService', true], - 'doctrine.ensure_production_settings_command' => ['privates', 'doctrine.ensure_production_settings_command', 'getDoctrine_EnsureProductionSettingsCommandService', true], - 'doctrine.clear_entity_region_command' => ['privates', 'doctrine.clear_entity_region_command', 'getDoctrine_ClearEntityRegionCommandService', true], - 'doctrine.mapping_info_command' => ['privates', 'doctrine.mapping_info_command', 'getDoctrine_MappingInfoCommandService', true], - 'doctrine.clear_query_region_command' => ['privates', 'doctrine.clear_query_region_command', 'getDoctrine_ClearQueryRegionCommandService', true], - 'doctrine.query_dql_command' => ['privates', 'doctrine.query_dql_command', 'getDoctrine_QueryDqlCommandService', true], - 'doctrine.schema_update_command' => ['privates', 'doctrine.schema_update_command', 'getDoctrine_SchemaUpdateCommandService', true], - 'doctrine.schema_validate_command' => ['privates', 'doctrine.schema_validate_command', 'getDoctrine_SchemaValidateCommandService', true], - 'doctrine.mapping_import_command' => ['privates', 'doctrine.mapping_import_command', 'getDoctrine_MappingImportCommandService', true], - 'doctrine_migrations.diff_command' => ['privates', '.doctrine_migrations.diff_command.lazy', 'get_DoctrineMigrations_DiffCommand_LazyService', true], - 'doctrine_migrations.sync_metadata_command' => ['privates', '.doctrine_migrations.sync_metadata_command.lazy', 'get_DoctrineMigrations_SyncMetadataCommand_LazyService', true], - 'doctrine_migrations.versions_command' => ['privates', '.doctrine_migrations.versions_command.lazy', 'get_DoctrineMigrations_VersionsCommand_LazyService', true], - 'doctrine_migrations.current_command' => ['privates', '.doctrine_migrations.current_command.lazy', 'get_DoctrineMigrations_CurrentCommand_LazyService', true], - 'doctrine_migrations.dump_schema_command' => ['privates', '.doctrine_migrations.dump_schema_command.lazy', 'get_DoctrineMigrations_DumpSchemaCommand_LazyService', true], - 'doctrine_migrations.execute_command' => ['privates', '.doctrine_migrations.execute_command.lazy', 'get_DoctrineMigrations_ExecuteCommand_LazyService', true], - 'doctrine_migrations.generate_command' => ['privates', '.doctrine_migrations.generate_command.lazy', 'get_DoctrineMigrations_GenerateCommand_LazyService', true], - 'doctrine_migrations.latest_command' => ['privates', '.doctrine_migrations.latest_command.lazy', 'get_DoctrineMigrations_LatestCommand_LazyService', true], - 'doctrine_migrations.migrate_command' => ['privates', '.doctrine_migrations.migrate_command.lazy', 'get_DoctrineMigrations_MigrateCommand_LazyService', true], - 'doctrine_migrations.rollup_command' => ['privates', '.doctrine_migrations.rollup_command.lazy', 'get_DoctrineMigrations_RollupCommand_LazyService', true], - 'doctrine_migrations.status_command' => ['privates', '.doctrine_migrations.status_command.lazy', 'get_DoctrineMigrations_StatusCommand_LazyService', true], - 'doctrine_migrations.up_to_date_command' => ['privates', '.doctrine_migrations.up_to_date_command.lazy', 'get_DoctrineMigrations_UpToDateCommand_LazyService', true], - 'doctrine_migrations.version_command' => ['privates', '.doctrine_migrations.version_command.lazy', 'get_DoctrineMigrations_VersionCommand_LazyService', true], - 'security.command.debug_firewall' => ['privates', '.security.command.debug_firewall.lazy', 'get_Security_Command_DebugFirewall_LazyService', true], - 'security.command.user_password_hash' => ['privates', '.security.command.user_password_hash.lazy', 'get_Security_Command_UserPasswordHash_LazyService', true], - 'lexik_jwt_authentication.check_config_command' => ['privates', '.lexik_jwt_authentication.check_config_command.lazy', 'get_LexikJwtAuthentication_CheckConfigCommand_LazyService', true], - 'lexik_jwt_authentication.migrate_config_command' => ['privates', '.lexik_jwt_authentication.migrate_config_command.lazy', 'get_LexikJwtAuthentication_MigrateConfigCommand_LazyService', true], - 'lexik_jwt_authentication.enable_encryption_config_command' => ['privates', '.lexik_jwt_authentication.enable_encryption_config_command.lazy', 'get_LexikJwtAuthentication_EnableEncryptionConfigCommand_LazyService', true], - 'lexik_jwt_authentication.generate_token_command' => ['privates', '.lexik_jwt_authentication.generate_token_command.lazy', 'get_LexikJwtAuthentication_GenerateTokenCommand_LazyService', true], - 'lexik_jwt_authentication.generate_keypair_command' => ['privates', '.lexik_jwt_authentication.generate_keypair_command.lazy', 'get_LexikJwtAuthentication_GenerateKeypairCommand_LazyService', true], - 'twig.command.debug' => ['privates', '.twig.command.debug.lazy', 'get_Twig_Command_Debug_LazyService', true], - 'twig.command.lint' => ['privates', '.twig.command.lint.lazy', 'get_Twig_Command_Lint_LazyService', true], - 'nelmio_api_doc.command.dump' => ['services', 'nelmio_api_doc.command.dump', 'getNelmioApiDoc_Command_DumpService', true], - 'maker.auto_command.make_auth' => ['privates', '.maker.auto_command.make_auth.lazy', 'get_Maker_AutoCommand_MakeAuth_LazyService', true], - 'maker.auto_command.make_command' => ['privates', '.maker.auto_command.make_command.lazy', 'get_Maker_AutoCommand_MakeCommand_LazyService', true], - 'maker.auto_command.make_twig_component' => ['privates', '.maker.auto_command.make_twig_component.lazy', 'get_Maker_AutoCommand_MakeTwigComponent_LazyService', true], - 'maker.auto_command.make_controller' => ['privates', '.maker.auto_command.make_controller.lazy', 'get_Maker_AutoCommand_MakeController_LazyService', true], - 'maker.auto_command.make_crud' => ['privates', '.maker.auto_command.make_crud.lazy', 'get_Maker_AutoCommand_MakeCrud_LazyService', true], - 'maker.auto_command.make_docker_database' => ['privates', '.maker.auto_command.make_docker_database.lazy', 'get_Maker_AutoCommand_MakeDockerDatabase_LazyService', true], - 'maker.auto_command.make_entity' => ['privates', '.maker.auto_command.make_entity.lazy', 'get_Maker_AutoCommand_MakeEntity_LazyService', true], - 'maker.auto_command.make_fixtures' => ['privates', '.maker.auto_command.make_fixtures.lazy', 'get_Maker_AutoCommand_MakeFixtures_LazyService', true], - 'maker.auto_command.make_form' => ['privates', '.maker.auto_command.make_form.lazy', 'get_Maker_AutoCommand_MakeForm_LazyService', true], - 'maker.auto_command.make_listener' => ['privates', '.maker.auto_command.make_listener.lazy', 'get_Maker_AutoCommand_MakeListener_LazyService', true], - 'maker.auto_command.make_message' => ['privates', '.maker.auto_command.make_message.lazy', 'get_Maker_AutoCommand_MakeMessage_LazyService', true], - 'maker.auto_command.make_messenger_middleware' => ['privates', '.maker.auto_command.make_messenger_middleware.lazy', 'get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService', true], - 'maker.auto_command.make_registration_form' => ['privates', '.maker.auto_command.make_registration_form.lazy', 'get_Maker_AutoCommand_MakeRegistrationForm_LazyService', true], - 'maker.auto_command.make_reset_password' => ['privates', '.maker.auto_command.make_reset_password.lazy', 'get_Maker_AutoCommand_MakeResetPassword_LazyService', true], - 'maker.auto_command.make_serializer_encoder' => ['privates', '.maker.auto_command.make_serializer_encoder.lazy', 'get_Maker_AutoCommand_MakeSerializerEncoder_LazyService', true], - 'maker.auto_command.make_serializer_normalizer' => ['privates', '.maker.auto_command.make_serializer_normalizer.lazy', 'get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService', true], - 'maker.auto_command.make_twig_extension' => ['privates', '.maker.auto_command.make_twig_extension.lazy', 'get_Maker_AutoCommand_MakeTwigExtension_LazyService', true], - 'maker.auto_command.make_test' => ['privates', '.maker.auto_command.make_test.lazy', 'get_Maker_AutoCommand_MakeTest_LazyService', true], - 'maker.auto_command.make_validator' => ['privates', '.maker.auto_command.make_validator.lazy', 'get_Maker_AutoCommand_MakeValidator_LazyService', true], - 'maker.auto_command.make_voter' => ['privates', '.maker.auto_command.make_voter.lazy', 'get_Maker_AutoCommand_MakeVoter_LazyService', true], - 'maker.auto_command.make_user' => ['privates', '.maker.auto_command.make_user.lazy', 'get_Maker_AutoCommand_MakeUser_LazyService', true], - 'maker.auto_command.make_migration' => ['privates', '.maker.auto_command.make_migration.lazy', 'get_Maker_AutoCommand_MakeMigration_LazyService', true], - 'maker.auto_command.make_stimulus_controller' => ['privates', '.maker.auto_command.make_stimulus_controller.lazy', 'get_Maker_AutoCommand_MakeStimulusController_LazyService', true], - 'maker.auto_command.make_security_form_login' => ['privates', '.maker.auto_command.make_security_form_login.lazy', 'get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService', true], - ], [ - 'console.command.about' => '?', - 'console.command.assets_install' => '?', - 'console.command.cache_clear' => '?', - 'console.command.cache_pool_clear' => '?', - 'console.command.cache_pool_prune' => '?', - 'console.command.cache_pool_invalidate_tags' => '?', - 'console.command.cache_pool_delete' => '?', - 'console.command.cache_pool_list' => '?', - 'console.command.cache_warmup' => '?', - 'console.command.config_debug' => '?', - 'console.command.config_dump_reference' => '?', - 'console.command.container_debug' => '?', - 'console.command.container_lint' => '?', - 'console.command.debug_autowiring' => '?', - 'console.command.dotenv_debug' => '?', - 'console.command.event_dispatcher_debug' => '?', - 'console.command.router_debug' => '?', - 'console.command.router_match' => '?', - 'console.command.validator_debug' => '?', - 'console.command.yaml_lint' => '?', - 'console.command.secrets_set' => '?', - 'console.command.secrets_remove' => '?', - 'console.command.secrets_generate_key' => '?', - 'console.command.secrets_list' => '?', - 'console.command.secrets_decrypt_to_local' => '?', - 'console.command.secrets_encrypt_from_local' => '?', - 'console.command.mailer_test' => '?', - 'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand', - 'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand', - 'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand', - 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', - 'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand', - 'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand', - 'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand', - 'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand', - 'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand', - 'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand', - 'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand', - 'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand', - 'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand', - 'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand', - 'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand', - 'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand', - 'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand', - 'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand', - 'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand', - 'doctrine_migrations.diff_command' => '?', - 'doctrine_migrations.sync_metadata_command' => '?', - 'doctrine_migrations.versions_command' => '?', - 'doctrine_migrations.current_command' => '?', - 'doctrine_migrations.dump_schema_command' => '?', - 'doctrine_migrations.execute_command' => '?', - 'doctrine_migrations.generate_command' => '?', - 'doctrine_migrations.latest_command' => '?', - 'doctrine_migrations.migrate_command' => '?', - 'doctrine_migrations.rollup_command' => '?', - 'doctrine_migrations.status_command' => '?', - 'doctrine_migrations.up_to_date_command' => '?', - 'doctrine_migrations.version_command' => '?', - 'security.command.debug_firewall' => '?', - 'security.command.user_password_hash' => '?', - 'lexik_jwt_authentication.check_config_command' => '?', - 'lexik_jwt_authentication.migrate_config_command' => '?', - 'lexik_jwt_authentication.enable_encryption_config_command' => '?', - 'lexik_jwt_authentication.generate_token_command' => '?', - 'lexik_jwt_authentication.generate_keypair_command' => '?', - 'twig.command.debug' => '?', - 'twig.command.lint' => '?', - 'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand', - 'maker.auto_command.make_auth' => '?', - 'maker.auto_command.make_command' => '?', - 'maker.auto_command.make_twig_component' => '?', - 'maker.auto_command.make_controller' => '?', - 'maker.auto_command.make_crud' => '?', - 'maker.auto_command.make_docker_database' => '?', - 'maker.auto_command.make_entity' => '?', - 'maker.auto_command.make_fixtures' => '?', - 'maker.auto_command.make_form' => '?', - 'maker.auto_command.make_listener' => '?', - 'maker.auto_command.make_message' => '?', - 'maker.auto_command.make_messenger_middleware' => '?', - 'maker.auto_command.make_registration_form' => '?', - 'maker.auto_command.make_reset_password' => '?', - 'maker.auto_command.make_serializer_encoder' => '?', - 'maker.auto_command.make_serializer_normalizer' => '?', - 'maker.auto_command.make_twig_extension' => '?', - 'maker.auto_command.make_test' => '?', - 'maker.auto_command.make_validator' => '?', - 'maker.auto_command.make_voter' => '?', - 'maker.auto_command.make_user' => '?', - 'maker.auto_command.make_migration' => '?', - 'maker.auto_command.make_stimulus_controller' => '?', - 'maker.auto_command.make_security_form_login' => '?', - ]), ['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:invalidate-tags' => 'console.command.cache_pool_invalidate_tags', 'cache:pool:delete' => 'console.command.cache_pool_delete', 'cache:pool:list' => 'console.command.cache_pool_list', 'cache:warmup' => 'console.command.cache_warmup', 'debug:config' => 'console.command.config_debug', 'config:dump-reference' => 'console.command.config_dump_reference', 'debug:container' => 'console.command.container_debug', 'lint:container' => 'console.command.container_lint', 'debug:autowiring' => 'console.command.debug_autowiring', 'debug:dotenv' => 'console.command.dotenv_debug', 'debug:event-dispatcher' => 'console.command.event_dispatcher_debug', 'debug:router' => 'console.command.router_debug', 'router:match' => 'console.command.router_match', 'debug:validator' => 'console.command.validator_debug', 'lint:yaml' => 'console.command.yaml_lint', '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', 'mailer:test' => 'console.command.mailer_test', '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: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', 'debug:firewall' => 'security.command.debug_firewall', 'security:hash-password' => 'security.command.user_password_hash', 'lexik:jwt:check-config' => 'lexik_jwt_authentication.check_config_command', 'lexik:jwt:migrate-config' => 'lexik_jwt_authentication.migrate_config_command', 'lexik:jwt:enable-encryption' => 'lexik_jwt_authentication.enable_encryption_config_command', 'lexik:jwt:generate-token' => 'lexik_jwt_authentication.generate_token_command', 'lexik:jwt:generate-keypair' => 'lexik_jwt_authentication.generate_keypair_command', 'debug:twig' => 'twig.command.debug', 'lint:twig' => 'twig.command.lint', 'nelmio:apidoc:dump' => 'nelmio_api_doc.command.dump', 'make:auth' => 'maker.auto_command.make_auth', 'make:command' => 'maker.auto_command.make_command', 'make:twig-component' => 'maker.auto_command.make_twig_component', 'make:controller' => 'maker.auto_command.make_controller', 'make:crud' => 'maker.auto_command.make_crud', 'make:docker:database' => 'maker.auto_command.make_docker_database', 'make:entity' => 'maker.auto_command.make_entity', 'make:fixtures' => 'maker.auto_command.make_fixtures', 'make:form' => 'maker.auto_command.make_form', 'make:listener' => 'maker.auto_command.make_listener', 'make:subscriber' => 'maker.auto_command.make_listener', '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:twig-extension' => 'maker.auto_command.make_twig_extension', 'make:test' => 'maker.auto_command.make_test', 'make:unit-test' => 'maker.auto_command.make_test', 'make:functional-test' => 'maker.auto_command.make_test', 'make:validator' => 'maker.auto_command.make_validator', 'make:voter' => 'maker.auto_command.make_voter', 'make:user' => 'maker.auto_command.make_user', 'make:migration' => 'maker.auto_command.make_migration', 'make:stimulus-controller' => 'maker.auto_command.make_stimulus_controller', 'make:security:form-login' => 'maker.auto_command.make_security_form_login']); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_AboutService.php b/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_AboutService.php deleted file mode 100644 index 7345eaea..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_AboutService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand(); - - $instance->setName('about'); - $instance->setDescription('Display information about the current project'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_AssetsInstallService.php b/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_AssetsInstallService.php deleted file mode 100644 index 7204ac7e..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_AssetsInstallService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($container->privates['filesystem'] ??= new \Symfony\Component\Filesystem\Filesystem()), \dirname(__DIR__, 4)); - - $instance->setName('assets:install'); - $instance->setDescription('Install bundle\'s web assets under a public directory'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_CacheClearService.php b/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_CacheClearService.php deleted file mode 100644 index 2f9cf7c2..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_CacheClearService.php +++ /dev/null @@ -1,36 +0,0 @@ -privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () use ($container) { - yield 0 => ($container->services['cache.system_clearer'] ?? $container->load('getCache_SystemClearerService')); - }, 1)), ($container->privates['filesystem'] ??= new \Symfony\Component\Filesystem\Filesystem())); - - $instance->setName('cache:clear'); - $instance->setDescription('Clear the cache'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_CachePoolClearService.php b/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_CachePoolClearService.php deleted file mode 100644 index 3cfc662c..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_CachePoolClearService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($container->services['cache.global_clearer'] ?? $container->load('getCache_GlobalClearerService')), ['cache.app', 'cache.system', 'cache.validator', 'cache.serializer', 'cache.annotations', 'cache.property_info', 'cache.validator_expression_language', 'cache.doctrine.orm.default.result', 'cache.doctrine.orm.default.query', 'cache.security_expression_language', 'cache.security_is_granted_attribute_expression_language']); - - $instance->setName('cache:pool:clear'); - $instance->setDescription('Clear cache pools'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_CachePoolDeleteService.php b/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_CachePoolDeleteService.php deleted file mode 100644 index b508598f..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_CachePoolDeleteService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($container->services['cache.global_clearer'] ?? $container->load('getCache_GlobalClearerService')), ['cache.app', 'cache.system', 'cache.validator', 'cache.serializer', 'cache.annotations', 'cache.property_info', 'cache.validator_expression_language', 'cache.doctrine.orm.default.result', 'cache.doctrine.orm.default.query', 'cache.security_expression_language', 'cache.security_is_granted_attribute_expression_language']); - - $instance->setName('cache:pool:delete'); - $instance->setDescription('Delete an item from a cache pool'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_CachePoolInvalidateTagsService.php b/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_CachePoolInvalidateTagsService.php deleted file mode 100644 index f82b8131..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_CachePoolInvalidateTagsService.php +++ /dev/null @@ -1,35 +0,0 @@ -privates['console.command.cache_pool_invalidate_tags'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolInvalidateTagsCommand(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'cache.app' => ['privates', 'cache.app.taggable', 'getCache_App_TaggableService', true], - ], [ - 'cache.app' => 'Symfony\\Component\\Cache\\Adapter\\TagAwareAdapter', - ])); - - $instance->setName('cache:pool:invalidate-tags'); - $instance->setDescription('Invalidate cache tags for all or a specific pool'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_CachePoolListService.php b/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_CachePoolListService.php deleted file mode 100644 index da2e197e..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_CachePoolListService.php +++ /dev/null @@ -1,31 +0,0 @@ -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.validator_expression_language', 'cache.doctrine.orm.default.result', 'cache.doctrine.orm.default.query', 'cache.security_expression_language', 'cache.security_is_granted_attribute_expression_language']); - - $instance->setName('cache:pool:list'); - $instance->setDescription('List available cache pools'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_CachePoolPruneService.php b/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_CachePoolPruneService.php deleted file mode 100644 index 040a9ddb..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_CachePoolPruneService.php +++ /dev/null @@ -1,33 +0,0 @@ -privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () use ($container) { - yield 'cache.app' => ($container->services['cache.app'] ?? $container->load('getCache_AppService')); - }, 1)); - - $instance->setName('cache:pool:prune'); - $instance->setDescription('Prune cache pools'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_CacheWarmupService.php b/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_CacheWarmupService.php deleted file mode 100644 index 0293f2a4..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_CacheWarmupService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($container->services['cache_warmer'] ?? $container->load('getCacheWarmerService'))); - - $instance->setName('cache:warmup'); - $instance->setDescription('Warm up an empty cache'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_ConfigDebugService.php b/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_ConfigDebugService.php deleted file mode 100644 index b240345e..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_ConfigDebugService.php +++ /dev/null @@ -1,34 +0,0 @@ -privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand(); - - $instance->setName('debug:config'); - $instance->setDescription('Dump the current configuration for an extension'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_ConfigDumpReferenceService.php b/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_ConfigDumpReferenceService.php deleted file mode 100644 index bc48d60e..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_ConfigDumpReferenceService.php +++ /dev/null @@ -1,34 +0,0 @@ -privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand(); - - $instance->setName('config:dump-reference'); - $instance->setDescription('Dump the default configuration for an extension'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_ContainerDebugService.php b/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_ContainerDebugService.php deleted file mode 100644 index 19ea8630..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_ContainerDebugService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand(); - - $instance->setName('debug:container'); - $instance->setDescription('Display current services for an application'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_ContainerLintService.php b/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_ContainerLintService.php deleted file mode 100644 index 2aff9d9d..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_ContainerLintService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand(); - - $instance->setName('lint:container'); - $instance->setDescription('Ensure that arguments injected into services match type declarations'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_DebugAutowiringService.php b/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_DebugAutowiringService.php deleted file mode 100644 index 22d74cde..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_DebugAutowiringService.php +++ /dev/null @@ -1,34 +0,0 @@ -privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($container->privates['debug.file_link_formatter'] ??= new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter($container->getEnv('default::SYMFONY_IDE')))); - - $instance->setName('debug:autowiring'); - $instance->setDescription('List classes/interfaces you can use for autowiring'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_DotenvDebugService.php b/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_DotenvDebugService.php deleted file mode 100644 index b2fbe46a..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_DotenvDebugService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__, 4)); - - $instance->setName('debug:dotenv'); - $instance->setDescription('Lists all dotenv files with variables and values'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_EventDispatcherDebugService.php b/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_EventDispatcherDebugService.php deleted file mode 100644 index 7df5ed01..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_EventDispatcherDebugService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($container->privates['.service_locator.Oannbdp'] ?? $container->load('get_ServiceLocator_OannbdpService'))); - - $instance->setName('debug:event-dispatcher'); - $instance->setDescription('Display configured listeners for an application'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_MailerTestService.php b/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_MailerTestService.php deleted file mode 100644 index 96464e22..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_MailerTestService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['console.command.mailer_test'] = $instance = new \Symfony\Component\Mailer\Command\MailerTestCommand(($container->privates['mailer.transports'] ?? $container->load('getMailer_TransportsService'))); - - $instance->setName('mailer:test'); - $instance->setDescription('Test Mailer transports by sending an email'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_RouterDebugService.php b/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_RouterDebugService.php deleted file mode 100644 index a4dd58c0..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_RouterDebugService.php +++ /dev/null @@ -1,33 +0,0 @@ -privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($container->services['router'] ?? self::getRouterService($container)), ($container->privates['debug.file_link_formatter'] ??= new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter($container->getEnv('default::SYMFONY_IDE')))); - - $instance->setName('debug:router'); - $instance->setDescription('Display current routes for an application'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_RouterMatchService.php b/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_RouterMatchService.php deleted file mode 100644 index 27e51994..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_RouterMatchService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($container->services['router'] ?? self::getRouterService($container)), new RewindableGenerator(fn () => new \EmptyIterator(), 0)); - - $instance->setName('router:match'); - $instance->setDescription('Help debug routes by simulating a path info match'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_SecretsDecryptToLocalService.php b/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_SecretsDecryptToLocalService.php deleted file mode 100644 index ac8e0179..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_SecretsDecryptToLocalService.php +++ /dev/null @@ -1,33 +0,0 @@ -privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($container->privates['secrets.vault'] ?? $container->load('getSecrets_VaultService')), ($container->privates['secrets.local_vault'] ??= new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))); - - $instance->setName('secrets:decrypt-to-local'); - $instance->setDescription('Decrypt all secrets and stores them in the local vault'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_SecretsEncryptFromLocalService.php b/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_SecretsEncryptFromLocalService.php deleted file mode 100644 index 06eb5f37..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_SecretsEncryptFromLocalService.php +++ /dev/null @@ -1,33 +0,0 @@ -privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($container->privates['secrets.vault'] ?? $container->load('getSecrets_VaultService')), ($container->privates['secrets.local_vault'] ??= new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))); - - $instance->setName('secrets:encrypt-from-local'); - $instance->setDescription('Encrypt all local secrets to the vault'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_SecretsGenerateKeyService.php b/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_SecretsGenerateKeyService.php deleted file mode 100644 index e3096f74..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_SecretsGenerateKeyService.php +++ /dev/null @@ -1,33 +0,0 @@ -privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($container->privates['secrets.vault'] ?? $container->load('getSecrets_VaultService')), ($container->privates['secrets.local_vault'] ??= new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))); - - $instance->setName('secrets:generate-keys'); - $instance->setDescription('Generate new encryption keys'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_SecretsListService.php b/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_SecretsListService.php deleted file mode 100644 index 759b7e57..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_SecretsListService.php +++ /dev/null @@ -1,33 +0,0 @@ -privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($container->privates['secrets.vault'] ?? $container->load('getSecrets_VaultService')), ($container->privates['secrets.local_vault'] ??= new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))); - - $instance->setName('secrets:list'); - $instance->setDescription('List all secrets'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_SecretsRemoveService.php b/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_SecretsRemoveService.php deleted file mode 100644 index e897e43b..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_SecretsRemoveService.php +++ /dev/null @@ -1,33 +0,0 @@ -privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($container->privates['secrets.vault'] ?? $container->load('getSecrets_VaultService')), ($container->privates['secrets.local_vault'] ??= new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))); - - $instance->setName('secrets:remove'); - $instance->setDescription('Remove a secret from the vault'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_SecretsSetService.php b/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_SecretsSetService.php deleted file mode 100644 index 48377a4f..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_SecretsSetService.php +++ /dev/null @@ -1,33 +0,0 @@ -privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($container->privates['secrets.vault'] ?? $container->load('getSecrets_VaultService')), ($container->privates['secrets.local_vault'] ??= new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))); - - $instance->setName('secrets:set'); - $instance->setDescription('Set a secret in the vault'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_ValidatorDebugService.php b/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_ValidatorDebugService.php deleted file mode 100644 index 880540a6..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_ValidatorDebugService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($container->privates['validator'] ?? $container->load('getValidatorService'))); - - $instance->setName('debug:validator'); - $instance->setDescription('Display validation constraints for classes'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_YamlLintService.php b/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_YamlLintService.php deleted file mode 100644 index 31aaaa72..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getConsole_Command_YamlLintService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand(); - - $instance->setName('lint:yaml'); - $instance->setDescription('Lint a YAML file and outputs encountered errors'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getConsole_ErrorListenerService.php b/var/cache/dev/ContainerEB2LqQ8/getConsole_ErrorListenerService.php deleted file mode 100644 index 4407a5cb..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getConsole_ErrorListenerService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener(($container->privates['logger'] ?? self::getLoggerService($container))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getContainer_EnvVarProcessorService.php b/var/cache/dev/ContainerEB2LqQ8/getContainer_EnvVarProcessorService.php deleted file mode 100644 index f34f2989..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getContainer_EnvVarProcessorService.php +++ /dev/null @@ -1,28 +0,0 @@ -privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($container, new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['secrets.vault'] ?? $container->load('getSecrets_VaultService')); - }, 1)); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getContainer_EnvVarProcessorsLocatorService.php b/var/cache/dev/ContainerEB2LqQ8/getContainer_EnvVarProcessorsLocatorService.php deleted file mode 100644 index 315bdd27..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getContainer_EnvVarProcessorsLocatorService.php +++ /dev/null @@ -1,63 +0,0 @@ -services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'base64' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - 'bool' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - 'const' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - 'csv' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - 'default' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - 'enum' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - 'file' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - 'float' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - 'int' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - 'json' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - 'key' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - 'not' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - 'query_string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - 'require' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - 'resolve' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - 'shuffle' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - 'string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - 'trim' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - 'url' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', true], - ], [ - 'base64' => '?', - 'bool' => '?', - 'const' => '?', - 'csv' => '?', - 'default' => '?', - 'enum' => '?', - 'file' => '?', - 'float' => '?', - 'int' => '?', - 'json' => '?', - 'key' => '?', - 'not' => '?', - 'query_string' => '?', - 'require' => '?', - 'resolve' => '?', - 'shuffle' => '?', - 'string' => '?', - 'trim' => '?', - 'url' => '?', - ]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getContainer_GetRoutingConditionServiceService.php b/var/cache/dev/ContainerEB2LqQ8/getContainer_GetRoutingConditionServiceService.php deleted file mode 100644 index 596c831f..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getContainer_GetRoutingConditionServiceService.php +++ /dev/null @@ -1,23 +0,0 @@ -services['container.get_routing_condition_service'] = (new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], []))->get(...); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getController_TemplateAttributeListenerService.php b/var/cache/dev/ContainerEB2LqQ8/getController_TemplateAttributeListenerService.php deleted file mode 100644 index 5cdba3e0..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getController_TemplateAttributeListenerService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['twig'] ?? $container->load('getTwigService')); - - if (isset($container->privates['controller.template_attribute_listener'])) { - return $container->privates['controller.template_attribute_listener']; - } - - return $container->privates['controller.template_attribute_listener'] = new \Symfony\Bridge\Twig\EventListener\TemplateAttributeListener($a); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getCustomRoleRepositoryService.php b/var/cache/dev/ContainerEB2LqQ8/getCustomRoleRepositoryService.php deleted file mode 100644 index fae66236..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getCustomRoleRepositoryService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['DMD\\LaLigaApi\\Repository\\CustomRoleRepository'] = new \DMD\LaLigaApi\Repository\CustomRoleRepository(($container->services['doctrine'] ?? $container->load('getDoctrineService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDebug_ErrorHandlerConfiguratorService.php b/var/cache/dev/ContainerEB2LqQ8/getDebug_ErrorHandlerConfiguratorService.php deleted file mode 100644 index 8ee29054..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDebug_ErrorHandlerConfiguratorService.php +++ /dev/null @@ -1,25 +0,0 @@ -services['debug.error_handler_configurator'] = new \Symfony\Component\HttpKernel\Debug\ErrorHandlerConfigurator(($container->privates['logger'] ?? self::getLoggerService($container)), NULL, -1, true, true, NULL); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDebug_Security_EventDispatcher_ApiService.php b/var/cache/dev/ContainerEB2LqQ8/getDebug_Security_EventDispatcher_ApiService.php deleted file mode 100644 index a6dec6de..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDebug_Security_EventDispatcher_ApiService.php +++ /dev/null @@ -1,33 +0,0 @@ -privates['debug.security.event_dispatcher.api'] = $instance = new \Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true)), ($container->privates['logger'] ?? self::getLoggerService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack())); - - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [#[\Closure(name: 'security.listener.user_checker.api', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener')] fn () => ($container->privates['security.listener.user_checker.api'] ?? $container->load('getSecurity_Listener_UserChecker_ApiService')), 'preCheckCredentials'], 256); - $instance->addListener('security.authentication.success', [#[\Closure(name: 'security.listener.user_checker.api', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener')] fn () => ($container->privates['security.listener.user_checker.api'] ?? $container->load('getSecurity_Listener_UserChecker_ApiService')), 'postCheckCredentials'], 256); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [#[\Closure(name: 'security.listener.user_provider', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener')] fn () => ($container->privates['security.listener.user_provider'] ?? $container->load('getSecurity_Listener_UserProviderService')), 'checkPassport'], 1024); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [#[\Closure(name: 'security.listener.check_authenticator_credentials', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener')] fn () => ($container->privates['security.listener.check_authenticator_credentials'] ?? $container->load('getSecurity_Listener_CheckAuthenticatorCredentialsService')), 'checkPassport'], 0); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [#[\Closure(name: 'security.listener.password_migrating', class: 'Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener')] fn () => ($container->privates['security.listener.password_migrating'] ?? $container->load('getSecurity_Listener_PasswordMigratingService')), 'onLoginSuccess'], 0); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [#[\Closure(name: 'security.listener.csrf_protection', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener')] fn () => ($container->privates['security.listener.csrf_protection'] ?? $container->load('getSecurity_Listener_CsrfProtectionService')), 'checkPassport'], 512); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [#[\Closure(name: 'security.logout.listener.csrf_token_clearing', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfTokenClearingLogoutListener')] fn () => ($container->privates['security.logout.listener.csrf_token_clearing'] ?? $container->load('getSecurity_Logout_Listener_CsrfTokenClearingService')), 'onLogout'], 0); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDebug_Security_EventDispatcher_LoginService.php b/var/cache/dev/ContainerEB2LqQ8/getDebug_Security_EventDispatcher_LoginService.php deleted file mode 100644 index c7e55e2a..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDebug_Security_EventDispatcher_LoginService.php +++ /dev/null @@ -1,33 +0,0 @@ -privates['debug.security.event_dispatcher.login'] = $instance = new \Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true)), ($container->privates['logger'] ?? self::getLoggerService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack())); - - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [#[\Closure(name: 'security.listener.user_checker.login', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener')] fn () => ($container->privates['security.listener.user_checker.login'] ?? $container->load('getSecurity_Listener_UserChecker_LoginService')), 'preCheckCredentials'], 256); - $instance->addListener('security.authentication.success', [#[\Closure(name: 'security.listener.user_checker.login', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener')] fn () => ($container->privates['security.listener.user_checker.login'] ?? $container->load('getSecurity_Listener_UserChecker_LoginService')), 'postCheckCredentials'], 256); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [#[\Closure(name: 'security.listener.user_provider', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener')] fn () => ($container->privates['security.listener.user_provider'] ?? $container->load('getSecurity_Listener_UserProviderService')), 'checkPassport'], 1024); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [#[\Closure(name: 'security.listener.check_authenticator_credentials', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener')] fn () => ($container->privates['security.listener.check_authenticator_credentials'] ?? $container->load('getSecurity_Listener_CheckAuthenticatorCredentialsService')), 'checkPassport'], 0); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [#[\Closure(name: 'security.listener.password_migrating', class: 'Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener')] fn () => ($container->privates['security.listener.password_migrating'] ?? $container->load('getSecurity_Listener_PasswordMigratingService')), 'onLoginSuccess'], 0); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [#[\Closure(name: 'security.listener.csrf_protection', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener')] fn () => ($container->privates['security.listener.csrf_protection'] ?? $container->load('getSecurity_Listener_CsrfProtectionService')), 'checkPassport'], 512); - $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [#[\Closure(name: 'security.logout.listener.csrf_token_clearing', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfTokenClearingLogoutListener')] fn () => ($container->privates['security.logout.listener.csrf_token_clearing'] ?? $container->load('getSecurity_Logout_Listener_CsrfTokenClearingService')), 'onLogout'], 0); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDebug_Security_Firewall_Authenticator_ApiService.php b/var/cache/dev/ContainerEB2LqQ8/getDebug_Security_Firewall_Authenticator_ApiService.php deleted file mode 100644 index d7d6b9f8..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDebug_Security_Firewall_Authenticator_ApiService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['security.authenticator.manager.api'] ?? $container->load('getSecurity_Authenticator_Manager_ApiService')); - - if (isset($container->privates['debug.security.firewall.authenticator.api'])) { - return $container->privates['debug.security.firewall.authenticator.api']; - } - - return $container->privates['debug.security.firewall.authenticator.api'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener($a)); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDebug_Security_Firewall_Authenticator_LoginService.php b/var/cache/dev/ContainerEB2LqQ8/getDebug_Security_Firewall_Authenticator_LoginService.php deleted file mode 100644 index b2d2a957..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDebug_Security_Firewall_Authenticator_LoginService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['security.authenticator.manager.login'] ?? $container->load('getSecurity_Authenticator_Manager_LoginService')); - - if (isset($container->privates['debug.security.firewall.authenticator.login'])) { - return $container->privates['debug.security.firewall.authenticator.login']; - } - - return $container->privates['debug.security.firewall.authenticator.login'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener($a)); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDebug_Security_Firewall_Authenticator_MainService.php b/var/cache/dev/ContainerEB2LqQ8/getDebug_Security_Firewall_Authenticator_MainService.php deleted file mode 100644 index e9adfc7c..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDebug_Security_Firewall_Authenticator_MainService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['debug.security.firewall.authenticator.main'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(($container->privates['security.authenticator.manager.main'] ?? $container->load('getSecurity_Authenticator_Manager_MainService')))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDebug_Security_Voter_VoteListenerService.php b/var/cache/dev/ContainerEB2LqQ8/getDebug_Security_Voter_VoteListenerService.php deleted file mode 100644 index c859a9f4..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDebug_Security_Voter_VoteListenerService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['debug.security.access.decision_manager'] ?? self::getDebug_Security_Access_DecisionManagerService($container)); - - if (isset($container->privates['debug.security.voter.vote_listener'])) { - return $container->privates['debug.security.voter.vote_listener']; - } - - return $container->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_CurrentCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_CurrentCommandService.php deleted file mode 100644 index 730fb616..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_CurrentCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($container->privates['doctrine.migrations.dependency_factory'] ?? $container->load('getDoctrine_Migrations_DependencyFactoryService')), 'doctrine:migrations:current'); - - $instance->setName('doctrine:migrations:current'); - $instance->setDescription('Outputs the current version'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_DiffCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_DiffCommandService.php deleted file mode 100644 index bb476bc4..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_DiffCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($container->privates['doctrine.migrations.dependency_factory'] ?? $container->load('getDoctrine_Migrations_DependencyFactoryService')), 'doctrine:migrations:diff'); - - $instance->setName('doctrine:migrations:diff'); - $instance->setDescription('Generate a migration by comparing your current database to your mapping information.'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_DumpSchemaCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_DumpSchemaCommandService.php deleted file mode 100644 index 5c85c2e9..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_DumpSchemaCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($container->privates['doctrine.migrations.dependency_factory'] ?? $container->load('getDoctrine_Migrations_DependencyFactoryService')), 'doctrine:migrations:dump-schema'); - - $instance->setName('doctrine:migrations:dump-schema'); - $instance->setDescription('Dump the schema for your database to a migration.'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_ExecuteCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_ExecuteCommandService.php deleted file mode 100644 index 1117a9db..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_ExecuteCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($container->privates['doctrine.migrations.dependency_factory'] ?? $container->load('getDoctrine_Migrations_DependencyFactoryService')), 'doctrine:migrations:execute'); - - $instance->setName('doctrine:migrations:execute'); - $instance->setDescription('Execute one or more migration versions up or down manually.'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_GenerateCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_GenerateCommandService.php deleted file mode 100644 index cdf30016..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_GenerateCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($container->privates['doctrine.migrations.dependency_factory'] ?? $container->load('getDoctrine_Migrations_DependencyFactoryService')), 'doctrine:migrations:generate'); - - $instance->setName('doctrine:migrations:generate'); - $instance->setDescription('Generate a blank migration class.'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_LatestCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_LatestCommandService.php deleted file mode 100644 index 021efe53..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_LatestCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($container->privates['doctrine.migrations.dependency_factory'] ?? $container->load('getDoctrine_Migrations_DependencyFactoryService')), 'doctrine:migrations:latest'); - - $instance->setName('doctrine:migrations:latest'); - $instance->setDescription('Outputs the latest version'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_MigrateCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_MigrateCommandService.php deleted file mode 100644 index 4cd1f5dc..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_MigrateCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($container->privates['doctrine.migrations.dependency_factory'] ?? $container->load('getDoctrine_Migrations_DependencyFactoryService')), 'doctrine:migrations:migrate'); - - $instance->setName('doctrine:migrations:migrate'); - $instance->setDescription('Execute a migration to a specified version or the latest available version.'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_RollupCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_RollupCommandService.php deleted file mode 100644 index 4242d74d..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_RollupCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($container->privates['doctrine.migrations.dependency_factory'] ?? $container->load('getDoctrine_Migrations_DependencyFactoryService')), 'doctrine:migrations:rollup'); - - $instance->setName('doctrine:migrations:rollup'); - $instance->setDescription('Rollup migrations by deleting all tracked versions and insert the one version that exists.'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_StatusCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_StatusCommandService.php deleted file mode 100644 index ac71cb1d..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_StatusCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($container->privates['doctrine.migrations.dependency_factory'] ?? $container->load('getDoctrine_Migrations_DependencyFactoryService')), 'doctrine:migrations:status'); - - $instance->setName('doctrine:migrations:status'); - $instance->setDescription('View the status of a set of migrations.'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_SyncMetadataCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_SyncMetadataCommandService.php deleted file mode 100644 index a8d8f9cb..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_SyncMetadataCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($container->privates['doctrine.migrations.dependency_factory'] ?? $container->load('getDoctrine_Migrations_DependencyFactoryService')), 'doctrine:migrations:sync-metadata-storage'); - - $instance->setName('doctrine:migrations:sync-metadata-storage'); - $instance->setDescription('Ensures that the metadata storage is at the latest version.'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_UpToDateCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_UpToDateCommandService.php deleted file mode 100644 index c0b37e48..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_UpToDateCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($container->privates['doctrine.migrations.dependency_factory'] ?? $container->load('getDoctrine_Migrations_DependencyFactoryService')), 'doctrine:migrations:up-to-date'); - - $instance->setName('doctrine:migrations:up-to-date'); - $instance->setDescription('Tells you if your schema is up-to-date.'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_VersionCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_VersionCommandService.php deleted file mode 100644 index 4098b6d0..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_VersionCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($container->privates['doctrine.migrations.dependency_factory'] ?? $container->load('getDoctrine_Migrations_DependencyFactoryService')), 'doctrine:migrations:version'); - - $instance->setName('doctrine:migrations:version'); - $instance->setDescription('Manually add and delete migration versions from the version table.'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_VersionsCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_VersionsCommandService.php deleted file mode 100644 index 3cebce7f..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrineMigrations_VersionsCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($container->privates['doctrine.migrations.dependency_factory'] ?? $container->load('getDoctrine_Migrations_DependencyFactoryService')), 'doctrine:migrations:versions'); - - $instance->setName('doctrine:migrations:list'); - $instance->setDescription('Display a list of all available migrations and their status.'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrineService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrineService.php deleted file mode 100644 index bd14e353..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrineService.php +++ /dev/null @@ -1,29 +0,0 @@ -services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($container, $container->parameters['doctrine.connections'], $container->parameters['doctrine.entity_managers'], 'default', 'default'); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_CacheClearMetadataCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrine_CacheClearMetadataCommandService.php deleted file mode 100644 index 9546a732..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_CacheClearMetadataCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand(($container->privates['doctrine.orm.command.entity_manager_provider'] ?? $container->load('getDoctrine_Orm_Command_EntityManagerProviderService'))); - - $instance->setName('doctrine:cache:clear-metadata'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_CacheClearQueryCacheCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrine_CacheClearQueryCacheCommandService.php deleted file mode 100644 index de9f63a1..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_CacheClearQueryCacheCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand(($container->privates['doctrine.orm.command.entity_manager_provider'] ?? $container->load('getDoctrine_Orm_Command_EntityManagerProviderService'))); - - $instance->setName('doctrine:cache:clear-query'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_CacheClearResultCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrine_CacheClearResultCommandService.php deleted file mode 100644 index c6011450..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_CacheClearResultCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand(($container->privates['doctrine.orm.command.entity_manager_provider'] ?? $container->load('getDoctrine_Orm_Command_EntityManagerProviderService'))); - - $instance->setName('doctrine:cache:clear-result'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_CacheCollectionRegionCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrine_CacheCollectionRegionCommandService.php deleted file mode 100644 index 04f80913..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_CacheCollectionRegionCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand(($container->privates['doctrine.orm.command.entity_manager_provider'] ?? $container->load('getDoctrine_Orm_Command_EntityManagerProviderService'))); - - $instance->setName('doctrine:cache:clear-collection-region'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_ClearEntityRegionCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrine_ClearEntityRegionCommandService.php deleted file mode 100644 index 4ae00450..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_ClearEntityRegionCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand(($container->privates['doctrine.orm.command.entity_manager_provider'] ?? $container->load('getDoctrine_Orm_Command_EntityManagerProviderService'))); - - $instance->setName('doctrine:cache:clear-entity-region'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_ClearQueryRegionCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrine_ClearQueryRegionCommandService.php deleted file mode 100644 index 0b0d9825..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_ClearQueryRegionCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand(($container->privates['doctrine.orm.command.entity_manager_provider'] ?? $container->load('getDoctrine_Orm_Command_EntityManagerProviderService'))); - - $instance->setName('doctrine:cache:clear-query-region'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_DatabaseCreateCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrine_DatabaseCreateCommandService.php deleted file mode 100644 index 0a9592df..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_DatabaseCreateCommandService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($container->services['doctrine'] ?? $container->load('getDoctrineService'))); - - $instance->setName('doctrine:database:create'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_DatabaseDropCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrine_DatabaseDropCommandService.php deleted file mode 100644 index 24f4e32f..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_DatabaseDropCommandService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($container->services['doctrine'] ?? $container->load('getDoctrineService'))); - - $instance->setName('doctrine:database:drop'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Dbal_DefaultConnectionService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Dbal_DefaultConnectionService.php deleted file mode 100644 index 15fb43b7..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Dbal_DefaultConnectionService.php +++ /dev/null @@ -1,43 +0,0 @@ -privates['doctrine.debug_data_holder'] ??= new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder($container->parameters['nelmio_api_doc.areas'])), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))); - $b->setConnectionName('default'); - - $a->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory()); - $a->setMiddlewares([$b]); - - return $container->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2', 'mssql' => 'pdo_sqlsrv', 'mysql' => 'pdo_mysql', 'mysql2' => 'pdo_mysql', 'postgres' => 'pdo_pgsql', 'postgresql' => 'pdo_pgsql', 'pgsql' => 'pdo_pgsql', 'sqlite' => 'pdo_sqlite', 'sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => 'mysql://root:root@localhost:3307/la_liga?serverVersion=7.4.16&charset=utf8mb4', 'driver' => 'pdo_mysql', 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => []], $a, ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? $container->load('getDoctrine_Dbal_DefaultConnection_EventManagerService')), []); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Dbal_DefaultConnection_EventManagerService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Dbal_DefaultConnection_EventManagerService.php deleted file mode 100644 index 8c8c1be0..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Dbal_DefaultConnection_EventManagerService.php +++ /dev/null @@ -1,38 +0,0 @@ -privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true], - 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_listener' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_listener', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaListenerService', true], - 'doctrine.orm.listeners.doctrine_token_provider_schema_listener' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_listener', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaListenerService', true], - 'doctrine.orm.listeners.lock_store_schema_listener' => ['privates', 'doctrine.orm.listeners.lock_store_schema_listener', 'getDoctrine_Orm_Listeners_LockStoreSchemaListenerService', true], - 'doctrine.orm.listeners.pdo_session_handler_schema_listener' => ['privates', 'doctrine.orm.listeners.pdo_session_handler_schema_listener', 'getDoctrine_Orm_Listeners_PdoSessionHandlerSchemaListenerService', true], - ], [ - 'doctrine.orm.default_listeners.attach_entity_listeners' => '?', - 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_listener' => '?', - 'doctrine.orm.listeners.doctrine_token_provider_schema_listener' => '?', - 'doctrine.orm.listeners.lock_store_schema_listener' => '?', - 'doctrine.orm.listeners.pdo_session_handler_schema_listener' => '?', - ]), [[['postGenerateSchema'], 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_listener'], [['postGenerateSchema'], 'doctrine.orm.listeners.doctrine_token_provider_schema_listener'], [['postGenerateSchema'], 'doctrine.orm.listeners.pdo_session_handler_schema_listener'], [['postGenerateSchema'], 'doctrine.orm.listeners.lock_store_schema_listener'], [['loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners']]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_EnsureProductionSettingsCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrine_EnsureProductionSettingsCommandService.php deleted file mode 100644 index b6b1cbf1..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_EnsureProductionSettingsCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand(($container->privates['doctrine.orm.command.entity_manager_provider'] ?? $container->load('getDoctrine_Orm_Command_EntityManagerProviderService'))); - - $instance->setName('doctrine:ensure-production-settings'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_MappingConvertCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrine_MappingConvertCommandService.php deleted file mode 100644 index 63209c25..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_MappingConvertCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand(($container->privates['doctrine.orm.command.entity_manager_provider'] ?? $container->load('getDoctrine_Orm_Command_EntityManagerProviderService'))); - - $instance->setName('doctrine:mapping:convert'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_MappingImportCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrine_MappingImportCommandService.php deleted file mode 100644 index f9c090f2..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_MappingImportCommandService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($container->services['doctrine'] ?? $container->load('getDoctrineService')), $container->parameters['kernel.bundles']); - - $instance->setName('doctrine:mapping:import'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_MappingInfoCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrine_MappingInfoCommandService.php deleted file mode 100644 index c1fe2ffc..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_MappingInfoCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\InfoCommand(($container->privates['doctrine.orm.command.entity_manager_provider'] ?? $container->load('getDoctrine_Orm_Command_EntityManagerProviderService'))); - - $instance->setName('doctrine:mapping:info'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Migrations_ContainerAwareMigrationsFactoryService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Migrations_ContainerAwareMigrationsFactoryService.php deleted file mode 100644 index 383991f2..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Migrations_ContainerAwareMigrationsFactoryService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine.migrations.dependency_factory'] ?? $container->load('getDoctrine_Migrations_DependencyFactoryService')); - - if (isset($container->privates['doctrine.migrations.container_aware_migrations_factory'])) { - return $container->privates['doctrine.migrations.container_aware_migrations_factory']; - } - - return $container->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $container); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Migrations_DependencyFactoryService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Migrations_DependencyFactoryService.php deleted file mode 100644 index ff7cf6b8..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Migrations_DependencyFactoryService.php +++ /dev/null @@ -1,43 +0,0 @@ -addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__, 4).'/migrations')); - $a->setAllOrNothing(false); - $a->setCheckDatabasePlatform(true); - $a->setTransactional(true); - $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration()); - - $container->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($container->services['doctrine'] ?? $container->load('getDoctrineService'))), ($container->privates['logger'] ?? self::getLoggerService($container))); - - $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', #[\Closure(name: 'doctrine.migrations.container_aware_migrations_factory', class: 'Doctrine\\Bundle\\MigrationsBundle\\MigrationsFactory\\ContainerAwareMigrationFactory')] fn () => ($container->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $container->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'))); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Orm_Command_EntityManagerProviderService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Orm_Command_EntityManagerProviderService.php deleted file mode 100644 index d9ab8637..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Orm_Command_EntityManagerProviderService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($container->services['doctrine'] ?? $container->load('getDoctrineService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Orm_DefaultEntityManagerService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Orm_DefaultEntityManagerService.php deleted file mode 100644 index e0fd6918..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Orm_DefaultEntityManagerService.php +++ /dev/null @@ -1,119 +0,0 @@ -services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostAd02211', static fn () => \EntityManagerGhostAd02211::createLazyGhost(static fn ($proxy) => self::do($container, $proxy))); - } - - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'common'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Proxy'.\DIRECTORY_SEPARATOR.'Autoloader.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Proxy'.\DIRECTORY_SEPARATOR.'Autoloader.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'persistence'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Persistence'.\DIRECTORY_SEPARATOR.'ObjectManager.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'EntityManagerInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'EntityManager.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'dbal'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Configuration.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Configuration.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'psr'.\DIRECTORY_SEPARATOR.'cache'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'CacheItemPoolInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'cache'.\DIRECTORY_SEPARATOR.'Adapter'.\DIRECTORY_SEPARATOR.'AdapterInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'cache-contracts'.\DIRECTORY_SEPARATOR.'CacheInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'psr'.\DIRECTORY_SEPARATOR.'log'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'LoggerAwareInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'cache'.\DIRECTORY_SEPARATOR.'ResettableInterface.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'psr'.\DIRECTORY_SEPARATOR.'log'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'LoggerAwareTrait.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'cache'.\DIRECTORY_SEPARATOR.'Adapter'.\DIRECTORY_SEPARATOR.'ArrayAdapter.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'persistence'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Persistence'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'Driver'.\DIRECTORY_SEPARATOR.'MappingDriver.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-bundle'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'MappingDriver.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'persistence'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Persistence'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'Driver'.\DIRECTORY_SEPARATOR.'MappingDriverChain.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'NamingStrategy.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'UnderscoreNamingStrategy.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'QuoteStrategy.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Internal'.\DIRECTORY_SEPARATOR.'SQLResultCasing.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'DefaultQuoteStrategy.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'EntityListenerResolver.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-bundle'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'EntityListenerServiceResolver.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-bundle'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'ContainerEntityListenerResolver.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Repository'.\DIRECTORY_SEPARATOR.'RepositoryFactory.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-bundle'.\DIRECTORY_SEPARATOR.'Repository'.\DIRECTORY_SEPARATOR.'RepositoryFactoryCompatibility.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-bundle'.\DIRECTORY_SEPARATOR.'Repository'.\DIRECTORY_SEPARATOR.'ContainerRepositoryFactory.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-bundle'.\DIRECTORY_SEPARATOR.'ManagerConfigurator.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'Driver'.\DIRECTORY_SEPARATOR.'CompatibilityAnnotationDriver.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'persistence'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Persistence'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'Driver'.\DIRECTORY_SEPARATOR.'ColocatedMappingDriver.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'Driver'.\DIRECTORY_SEPARATOR.'ReflectionBasedDriver.php'; - include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'Driver'.\DIRECTORY_SEPARATOR.'AttributeDriver.php'; - - $a = new \Doctrine\ORM\Configuration(); - - $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain(); - $b->addDriver(($container->privates['doctrine.orm.default_attribute_metadata_driver'] ??= new \Doctrine\ORM\Mapping\Driver\AttributeDriver([(\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Entity')], true)), 'DMD\\LaLigaApi\\Entity'); - - $a->setEntityNamespaces(['App' => 'DMD\\LaLigaApi\\Entity']); - $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter()); - $a->setQueryCache(($container->privates['cache.doctrine.orm.default.query'] ??= new \Symfony\Component\Cache\Adapter\ArrayAdapter())); - $a->setResultCache(($container->privates['cache.doctrine.orm.default.result'] ??= new \Symfony\Component\Cache\Adapter\ArrayAdapter())); - $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true], - 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true], - ], [ - 'doctrine.ulid_generator' => '?', - 'doctrine.uuid_generator' => '?', - ]))); - $a->setProxyDir(($container->targetDir.''.'/doctrine/orm/Proxies')); - $a->setProxyNamespace('Proxies'); - $a->setAutoGenerateProxyClasses(true); - $a->setSchemaIgnoreClasses([]); - $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory'); - $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository'); - $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true)); - $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy()); - $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($container)); - $a->setLazyGhostObjectEnabled(true); - $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'DMD\\LaLigaApi\\Repository\\CustomRoleRepository' => ['privates', 'DMD\\LaLigaApi\\Repository\\CustomRoleRepository', 'getCustomRoleRepositoryService', true], - 'DMD\\LaLigaApi\\Repository\\FacilityRepository' => ['privates', 'DMD\\LaLigaApi\\Repository\\FacilityRepository', 'getFacilityRepositoryService', true], - 'DMD\\LaLigaApi\\Repository\\FileRepository' => ['privates', 'DMD\\LaLigaApi\\Repository\\FileRepository', 'getFileRepositoryService', true], - 'DMD\\LaLigaApi\\Repository\\GameRepository' => ['privates', 'DMD\\LaLigaApi\\Repository\\GameRepository', 'getGameRepositoryService', true], - 'DMD\\LaLigaApi\\Repository\\LeagueRepository' => ['privates', 'DMD\\LaLigaApi\\Repository\\LeagueRepository', 'getLeagueRepositoryService', true], - 'DMD\\LaLigaApi\\Repository\\LogRepository' => ['privates', 'DMD\\LaLigaApi\\Repository\\LogRepository', 'getLogRepositoryService', true], - 'DMD\\LaLigaApi\\Repository\\NotificationRepository' => ['privates', 'DMD\\LaLigaApi\\Repository\\NotificationRepository', 'getNotificationRepositoryService', true], - 'DMD\\LaLigaApi\\Repository\\PlayerRepository' => ['privates', 'DMD\\LaLigaApi\\Repository\\PlayerRepository', 'getPlayerRepositoryService', true], - 'DMD\\LaLigaApi\\Repository\\SeasonDataRepository' => ['privates', 'DMD\\LaLigaApi\\Repository\\SeasonDataRepository', 'getSeasonDataRepositoryService', true], - 'DMD\\LaLigaApi\\Repository\\SeasonRepository' => ['privates', 'DMD\\LaLigaApi\\Repository\\SeasonRepository', 'getSeasonRepositoryService', true], - 'DMD\\LaLigaApi\\Repository\\TeamRepository' => ['privates', 'DMD\\LaLigaApi\\Repository\\TeamRepository', 'getTeamRepositoryService', true], - 'DMD\\LaLigaApi\\Repository\\UserRepository' => ['privates', 'DMD\\LaLigaApi\\Repository\\UserRepository', 'getUserRepositoryService', true], - ], [ - 'DMD\\LaLigaApi\\Repository\\CustomRoleRepository' => '?', - 'DMD\\LaLigaApi\\Repository\\FacilityRepository' => '?', - 'DMD\\LaLigaApi\\Repository\\FileRepository' => '?', - 'DMD\\LaLigaApi\\Repository\\GameRepository' => '?', - 'DMD\\LaLigaApi\\Repository\\LeagueRepository' => '?', - 'DMD\\LaLigaApi\\Repository\\LogRepository' => '?', - 'DMD\\LaLigaApi\\Repository\\NotificationRepository' => '?', - 'DMD\\LaLigaApi\\Repository\\PlayerRepository' => '?', - 'DMD\\LaLigaApi\\Repository\\SeasonDataRepository' => '?', - 'DMD\\LaLigaApi\\Repository\\SeasonRepository' => '?', - 'DMD\\LaLigaApi\\Repository\\TeamRepository' => '?', - 'DMD\\LaLigaApi\\Repository\\UserRepository' => '?', - ]))); - - $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? $container->load('getDoctrine_Dbal_DefaultConnectionService')), $a, ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? $container->load('getDoctrine_Dbal_DefaultConnection_EventManagerService'))) && false ?: $lazyLoad); - - (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php deleted file mode 100644 index 931bddf4..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php +++ /dev/null @@ -1,28 +0,0 @@ -privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($container->services['doctrine.orm.default_entity_manager'] ?? $container->load('getDoctrine_Orm_DefaultEntityManagerService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php deleted file mode 100644 index f7a5f841..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener(); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaListenerService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaListenerService.php deleted file mode 100644 index 167ea520..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaListenerService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_listener'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaListener([]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaListenerService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaListenerService.php deleted file mode 100644 index 64b08c76..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaListenerService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['doctrine.orm.listeners.doctrine_token_provider_schema_listener'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaListener(new RewindableGenerator(fn () => new \EmptyIterator(), 0)); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Orm_Listeners_LockStoreSchemaListenerService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Orm_Listeners_LockStoreSchemaListenerService.php deleted file mode 100644 index d068dae8..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Orm_Listeners_LockStoreSchemaListenerService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['doctrine.orm.listeners.lock_store_schema_listener'] = new \Symfony\Bridge\Doctrine\SchemaListener\LockStoreSchemaListener(new RewindableGenerator(fn () => new \EmptyIterator(), 0)); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Orm_Listeners_PdoSessionHandlerSchemaListenerService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Orm_Listeners_PdoSessionHandlerSchemaListenerService.php deleted file mode 100644 index 659d0588..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Orm_Listeners_PdoSessionHandlerSchemaListenerService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['doctrine.orm.listeners.pdo_session_handler_schema_listener'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoSessionHandlerSchemaListener(($container->privates['session.handler.native'] ?? $container->load('getSession_Handler_NativeService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Orm_ProxyCacheWarmerService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Orm_ProxyCacheWarmerService.php deleted file mode 100644 index 6d7326a5..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Orm_ProxyCacheWarmerService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($container->services['doctrine'] ?? $container->load('getDoctrineService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Orm_Validator_UniqueService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Orm_Validator_UniqueService.php deleted file mode 100644 index 88724a7b..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_Orm_Validator_UniqueService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($container->services['doctrine'] ?? $container->load('getDoctrineService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_QueryDqlCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrine_QueryDqlCommandService.php deleted file mode 100644 index 5c44a6fb..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_QueryDqlCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine.query_dql_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\RunDqlCommand(($container->privates['doctrine.orm.command.entity_manager_provider'] ?? $container->load('getDoctrine_Orm_Command_EntityManagerProviderService'))); - - $instance->setName('doctrine:query:dql'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_QuerySqlCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrine_QuerySqlCommandService.php deleted file mode 100644 index c8eca05a..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_QuerySqlCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($container->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $container->load('getManagerRegistryAwareConnectionProviderService'))); - - $instance->setName('doctrine:query:sql'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_SchemaCreateCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrine_SchemaCreateCommandService.php deleted file mode 100644 index 1acfaac2..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_SchemaCreateCommandService.php +++ /dev/null @@ -1,33 +0,0 @@ -privates['doctrine.schema_create_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand(($container->privates['doctrine.orm.command.entity_manager_provider'] ?? $container->load('getDoctrine_Orm_Command_EntityManagerProviderService'))); - - $instance->setName('doctrine:schema:create'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_SchemaDropCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrine_SchemaDropCommandService.php deleted file mode 100644 index ebbce735..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_SchemaDropCommandService.php +++ /dev/null @@ -1,33 +0,0 @@ -privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand(($container->privates['doctrine.orm.command.entity_manager_provider'] ?? $container->load('getDoctrine_Orm_Command_EntityManagerProviderService'))); - - $instance->setName('doctrine:schema:drop'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_SchemaUpdateCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrine_SchemaUpdateCommandService.php deleted file mode 100644 index 1cee6d0f..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_SchemaUpdateCommandService.php +++ /dev/null @@ -1,33 +0,0 @@ -privates['doctrine.schema_update_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand(($container->privates['doctrine.orm.command.entity_manager_provider'] ?? $container->load('getDoctrine_Orm_Command_EntityManagerProviderService'))); - - $instance->setName('doctrine:schema:update'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_SchemaValidateCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrine_SchemaValidateCommandService.php deleted file mode 100644 index 2dcef31f..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_SchemaValidateCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand(($container->privates['doctrine.orm.command.entity_manager_provider'] ?? $container->load('getDoctrine_Orm_Command_EntityManagerProviderService'))); - - $instance->setName('doctrine:schema:validate'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_UlidGeneratorService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrine_UlidGeneratorService.php deleted file mode 100644 index 26b2677a..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_UlidGeneratorService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_UuidGeneratorService.php b/var/cache/dev/ContainerEB2LqQ8/getDoctrine_UuidGeneratorService.php deleted file mode 100644 index 33349510..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getDoctrine_UuidGeneratorService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getEmailSenderService.php b/var/cache/dev/ContainerEB2LqQ8/getEmailSenderService.php deleted file mode 100644 index 44f2166e..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getEmailSenderService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\Common\\EmailSender'] = new \DMD\LaLigaApi\Service\Common\EmailSender(($container->privates['mailer.mailer'] ?? $container->load('getMailer_MailerService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getErrorControllerService.php b/var/cache/dev/ContainerEB2LqQ8/getErrorControllerService.php deleted file mode 100644 index ea57b206..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getErrorControllerService.php +++ /dev/null @@ -1,31 +0,0 @@ -services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()); - - return $container->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($container->services['http_kernel'] ?? self::getHttpKernelService($container)), 'error_controller', new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($container->privates['twig'] ?? $container->load('getTwigService')), new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true), 'UTF-8', ($container->privates['debug.file_link_formatter'] ??= new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter($container->getEnv('default::SYMFONY_IDE'))), \dirname(__DIR__, 4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($container->privates['logger'] ?? self::getLoggerService($container))), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($a, true))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getExceptionListenerService.php b/var/cache/dev/ContainerEB2LqQ8/getExceptionListenerService.php deleted file mode 100644 index a2bfcec7..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getExceptionListenerService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['DMD\\LaLigaApi\\Exception\\ExceptionListener'] = new \DMD\LaLigaApi\Exception\ExceptionListener(($container->services['doctrine.orm.default_entity_manager'] ?? $container->load('getDoctrine_Orm_DefaultEntityManagerService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getFacilityRepositoryService.php b/var/cache/dev/ContainerEB2LqQ8/getFacilityRepositoryService.php deleted file mode 100644 index 742d52da..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getFacilityRepositoryService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['DMD\\LaLigaApi\\Repository\\FacilityRepository'] = new \DMD\LaLigaApi\Repository\FacilityRepository(($container->services['doctrine'] ?? $container->load('getDoctrineService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getFileRepositoryService.php b/var/cache/dev/ContainerEB2LqQ8/getFileRepositoryService.php deleted file mode 100644 index 2ae2e67a..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getFileRepositoryService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['DMD\\LaLigaApi\\Repository\\FileRepository'] = new \DMD\LaLigaApi\Repository\FileRepository(($container->services['doctrine'] ?? $container->load('getDoctrineService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getFragment_Renderer_InlineService.php b/var/cache/dev/ContainerEB2LqQ8/getFragment_Renderer_InlineService.php deleted file mode 100644 index 01ea6a52..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getFragment_Renderer_InlineService.php +++ /dev/null @@ -1,42 +0,0 @@ -services['http_kernel'] ?? self::getHttpKernelService($container)); - - if (isset($container->privates['fragment.renderer.inline'])) { - return $container->privates['fragment.renderer.inline']; - } - $b = ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)); - - if (isset($container->privates['fragment.renderer.inline'])) { - return $container->privates['fragment.renderer.inline']; - } - - $container->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a, $b); - - $instance->setFragmentPath('/_fragment'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getGameRepositoryService.php b/var/cache/dev/ContainerEB2LqQ8/getGameRepositoryService.php deleted file mode 100644 index 40d0a289..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getGameRepositoryService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['DMD\\LaLigaApi\\Repository\\GameRepository'] = new \DMD\LaLigaApi\Repository\GameRepository(($container->services['doctrine'] ?? $container->load('getDoctrineService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getHandleAcceptJoinLeagueRequestService.php b/var/cache/dev/ContainerEB2LqQ8/getHandleAcceptJoinLeagueRequestService.php deleted file mode 100644 index 38cd5487..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getHandleAcceptJoinLeagueRequestService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\League\\acceptJoinLeagueRequest\\HandleAcceptJoinLeagueRequest'] = new \DMD\LaLigaApi\Service\League\acceptJoinLeagueRequest\HandleAcceptJoinLeagueRequest(($container->services['doctrine.orm.default_entity_manager'] ?? $container->load('getDoctrine_Orm_DefaultEntityManagerService')), ($container->privates['security.helper'] ?? $container->load('getSecurity_HelperService')), ($container->privates['DMD\\LaLigaApi\\Service\\Common\\AuthorizeRequest'] ?? $container->load('getAuthorizeRequestService')), ($container->privates['DMD\\LaLigaApi\\Repository\\UserRepository'] ?? $container->load('getUserRepositoryService')), ($container->privates['DMD\\LaLigaApi\\Repository\\LeagueRepository'] ?? $container->load('getLeagueRepositoryService')), ($container->privates['DMD\\LaLigaApi\\Repository\\TeamRepository'] ?? $container->load('getTeamRepositoryService')), ($container->privates['DMD\\LaLigaApi\\Service\\Common\\EmailSender'] ?? $container->load('getEmailSenderService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getHandleAddTeamService.php b/var/cache/dev/ContainerEB2LqQ8/getHandleAddTeamService.php deleted file mode 100644 index 748d6b83..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getHandleAddTeamService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\Season\\addTeam\\HandleAddTeam'] = new \DMD\LaLigaApi\Service\Season\addTeam\HandleAddTeam(($container->privates['DMD\\LaLigaApi\\Service\\Common\\AuthorizeRequest'] ?? $container->load('getAuthorizeRequestService')), ($container->privates['DMD\\LaLigaApi\\Service\\Common\\TeamFactory'] ??= new \DMD\LaLigaApi\Service\Common\TeamFactory()), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->load('getDoctrine_Orm_DefaultEntityManagerService')), ($container->privates['DMD\\LaLigaApi\\Repository\\SeasonRepository'] ?? $container->load('getSeasonRepositoryService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getHandleCaptainRequestService.php b/var/cache/dev/ContainerEB2LqQ8/getHandleCaptainRequestService.php deleted file mode 100644 index efed974e..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getHandleCaptainRequestService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\League\\joinTeam\\HandleCaptainRequest'] = new \DMD\LaLigaApi\Service\League\joinTeam\HandleCaptainRequest(($container->privates['DMD\\LaLigaApi\\Service\\Common\\AuthorizeRequest'] ?? $container->load('getAuthorizeRequestService')), ($container->privates['DMD\\LaLigaApi\\Repository\\CustomRoleRepository'] ?? $container->load('getCustomRoleRepositoryService')), ($container->privates['DMD\\LaLigaApi\\Repository\\LeagueRepository'] ?? $container->load('getLeagueRepositoryService')), ($container->privates['DMD\\LaLigaApi\\Repository\\TeamRepository'] ?? $container->load('getTeamRepositoryService')), ($container->privates['DMD\\LaLigaApi\\Service\\Common\\NotificationFactory'] ?? $container->load('getNotificationFactoryService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getHandleCreateFacilitiesService.php b/var/cache/dev/ContainerEB2LqQ8/getHandleCreateFacilitiesService.php deleted file mode 100644 index c688f527..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getHandleCreateFacilitiesService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\Season\\createFacilities\\HandleCreateFacilities'] = new \DMD\LaLigaApi\Service\Season\createFacilities\HandleCreateFacilities(($container->privates['DMD\\LaLigaApi\\Service\\Common\\AuthorizeRequest'] ?? $container->load('getAuthorizeRequestService')), new \DMD\LaLigaApi\Service\Common\FacilityFactory(), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->load('getDoctrine_Orm_DefaultEntityManagerService')), ($container->privates['security.helper'] ?? $container->load('getSecurity_HelperService')), ($container->privates['DMD\\LaLigaApi\\Repository\\UserRepository'] ?? $container->load('getUserRepositoryService')), ($container->privates['DMD\\LaLigaApi\\Repository\\SeasonRepository'] ?? $container->load('getSeasonRepositoryService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getHandleCreateGameCalendarRequestService.php b/var/cache/dev/ContainerEB2LqQ8/getHandleCreateGameCalendarRequestService.php deleted file mode 100644 index c2d4a87c..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getHandleCreateGameCalendarRequestService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\Season\\createGameCalendar\\HandleCreateGameCalendarRequest'] = new \DMD\LaLigaApi\Service\Season\createGameCalendar\HandleCreateGameCalendarRequest(($container->privates['DMD\\LaLigaApi\\Service\\Common\\AuthorizeRequest'] ?? $container->load('getAuthorizeRequestService')), ($container->privates['security.helper'] ?? $container->load('getSecurity_HelperService')), ($container->privates['DMD\\LaLigaApi\\Repository\\LeagueRepository'] ?? $container->load('getLeagueRepositoryService')), ($container->privates['DMD\\LaLigaApi\\Repository\\SeasonRepository'] ?? $container->load('getSeasonRepositoryService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getHandleCreateLeagueService.php b/var/cache/dev/ContainerEB2LqQ8/getHandleCreateLeagueService.php deleted file mode 100644 index dec1a3b4..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getHandleCreateLeagueService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\League\\createLeague\\HandleCreateLeague'] = new \DMD\LaLigaApi\Service\League\createLeague\HandleCreateLeague(($container->privates['DMD\\LaLigaApi\\Service\\League\\LeagueFactory'] ??= new \DMD\LaLigaApi\Service\League\LeagueFactory()), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->load('getDoctrine_Orm_DefaultEntityManagerService')), ($container->privates['security.helper'] ?? $container->load('getSecurity_HelperService')), ($container->privates['DMD\\LaLigaApi\\Repository\\UserRepository'] ?? $container->load('getUserRepositoryService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getHandleCreateSeasonService.php b/var/cache/dev/ContainerEB2LqQ8/getHandleCreateSeasonService.php deleted file mode 100644 index 34f09c05..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getHandleCreateSeasonService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\Season\\createSeason\\HandleCreateSeason'] = new \DMD\LaLigaApi\Service\Season\createSeason\HandleCreateSeason(new \DMD\LaLigaApi\Service\Season\SeasonFactory(), ($container->privates['DMD\\LaLigaApi\\Service\\Common\\TeamFactory'] ??= new \DMD\LaLigaApi\Service\Common\TeamFactory()), ($container->privates['DMD\\LaLigaApi\\Service\\Common\\AuthorizeRequest'] ?? $container->load('getAuthorizeRequestService')), ($container->privates['DMD\\LaLigaApi\\Repository\\LeagueRepository'] ?? $container->load('getLeagueRepositoryService')), ($container->privates['DMD\\LaLigaApi\\Repository\\SeasonRepository'] ?? $container->load('getSeasonRepositoryService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->load('getDoctrine_Orm_DefaultEntityManagerService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getHandleDeclineJoinLeagueRequestService.php b/var/cache/dev/ContainerEB2LqQ8/getHandleDeclineJoinLeagueRequestService.php deleted file mode 100644 index 78197cdf..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getHandleDeclineJoinLeagueRequestService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\League\\declineJoinLeagueRequest\\HandleDeclineJoinLeagueRequest'] = new \DMD\LaLigaApi\Service\League\declineJoinLeagueRequest\HandleDeclineJoinLeagueRequest(($container->privates['security.helper'] ?? $container->load('getSecurity_HelperService')), ($container->privates['DMD\\LaLigaApi\\Repository\\UserRepository'] ?? $container->load('getUserRepositoryService')), ($container->privates['DMD\\LaLigaApi\\Repository\\LeagueRepository'] ?? $container->load('getLeagueRepositoryService')), ($container->privates['DMD\\LaLigaApi\\Service\\Common\\AuthorizeRequest'] ?? $container->load('getAuthorizeRequestService')), ($container->privates['DMD\\LaLigaApi\\Service\\Common\\NotificationFactory'] ?? $container->load('getNotificationFactoryService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getHandleDeleteUserService.php b/var/cache/dev/ContainerEB2LqQ8/getHandleDeleteUserService.php deleted file mode 100644 index 90b0df33..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getHandleDeleteUserService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\User\\Handlers\\delete\\HandleDeleteUser'] = new \DMD\LaLigaApi\Service\User\Handlers\delete\HandleDeleteUser(($container->services['doctrine.orm.default_entity_manager'] ?? $container->load('getDoctrine_Orm_DefaultEntityManagerService')), ($container->privates['DMD\\LaLigaApi\\Repository\\UserRepository'] ?? $container->load('getUserRepositoryService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getHandleGetAllFacilitiesService.php b/var/cache/dev/ContainerEB2LqQ8/getHandleGetAllFacilitiesService.php deleted file mode 100644 index 779e9273..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getHandleGetAllFacilitiesService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\Season\\getAllFacilities\\HandleGetAllFacilities'] = new \DMD\LaLigaApi\Service\Season\getAllFacilities\HandleGetAllFacilities(($container->services['doctrine.orm.default_entity_manager'] ?? $container->load('getDoctrine_Orm_DefaultEntityManagerService')), ($container->privates['DMD\\LaLigaApi\\Repository\\FacilityRepository'] ?? $container->load('getFacilityRepositoryService')), ($container->privates['DMD\\LaLigaApi\\Repository\\SeasonRepository'] ?? $container->load('getSeasonRepositoryService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getHandleGetAllLeaguesService.php b/var/cache/dev/ContainerEB2LqQ8/getHandleGetAllLeaguesService.php deleted file mode 100644 index 4507fefa..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getHandleGetAllLeaguesService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\League\\getAllLeagues\\HandleGetAllLeagues'] = new \DMD\LaLigaApi\Service\League\getAllLeagues\HandleGetAllLeagues(($container->privates['DMD\\LaLigaApi\\Repository\\LeagueRepository'] ?? $container->load('getLeagueRepositoryService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getHandleGetLeagueByIdService.php b/var/cache/dev/ContainerEB2LqQ8/getHandleGetLeagueByIdService.php deleted file mode 100644 index 2de84f84..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getHandleGetLeagueByIdService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\League\\getLeagueById\\HandleGetLeagueById'] = new \DMD\LaLigaApi\Service\League\getLeagueById\HandleGetLeagueById(($container->privates['DMD\\LaLigaApi\\Repository\\LeagueRepository'] ?? $container->load('getLeagueRepositoryService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getHandleGetNotificationsService.php b/var/cache/dev/ContainerEB2LqQ8/getHandleGetNotificationsService.php deleted file mode 100644 index 8f6b6c6a..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getHandleGetNotificationsService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\User\\Handlers\\getNotifications\\HandleGetNotifications'] = new \DMD\LaLigaApi\Service\User\Handlers\getNotifications\HandleGetNotifications(($container->services['doctrine.orm.default_entity_manager'] ?? $container->load('getDoctrine_Orm_DefaultEntityManagerService')), ($container->privates['DMD\\LaLigaApi\\Repository\\NotificationRepository'] ?? $container->load('getNotificationRepositoryService')), ($container->privates['security.helper'] ?? $container->load('getSecurity_HelperService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getHandleNewJoinLeagueRequestService.php b/var/cache/dev/ContainerEB2LqQ8/getHandleNewJoinLeagueRequestService.php deleted file mode 100644 index 1078eb50..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getHandleNewJoinLeagueRequestService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\League\\newJoinLeagueRequest\\HandleNewJoinLeagueRequest'] = new \DMD\LaLigaApi\Service\League\newJoinLeagueRequest\HandleNewJoinLeagueRequest(($container->privates['security.helper'] ?? $container->load('getSecurity_HelperService')), ($container->privates['DMD\\LaLigaApi\\Repository\\LeagueRepository'] ?? $container->load('getLeagueRepositoryService')), ($container->privates['DMD\\LaLigaApi\\Service\\Common\\NotificationFactory'] ?? $container->load('getNotificationFactoryService')), ($container->privates['mailer.mailer'] ?? $container->load('getMailer_MailerService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getHandleRegistrationService.php b/var/cache/dev/ContainerEB2LqQ8/getHandleRegistrationService.php deleted file mode 100644 index 73162f82..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getHandleRegistrationService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\User\\Handlers\\register\\HandleRegistration'] = new \DMD\LaLigaApi\Service\User\Handlers\register\HandleRegistration(($container->services['doctrine.orm.default_entity_manager'] ?? $container->load('getDoctrine_Orm_DefaultEntityManagerService')), ($container->privates['DMD\\LaLigaApi\\Service\\User\\Handlers\\UserSaver'] ?? $container->load('getUserSaverService')), ($container->privates['DMD\\LaLigaApi\\Repository\\UserRepository'] ?? $container->load('getUserRepositoryService')), ($container->services['lexik_jwt_authentication.jwt_manager'] ?? $container->load('getLexikJwtAuthentication_JwtManagerService')), ($container->privates['validator'] ?? $container->load('getValidatorService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getHandleUpdateLeagueService.php b/var/cache/dev/ContainerEB2LqQ8/getHandleUpdateLeagueService.php deleted file mode 100644 index c4a6a937..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getHandleUpdateLeagueService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\League\\updateLeague\\HandleUpdateLeague'] = new \DMD\LaLigaApi\Service\League\updateLeague\HandleUpdateLeague(($container->privates['DMD\\LaLigaApi\\Service\\League\\LeagueFactory'] ??= new \DMD\LaLigaApi\Service\League\LeagueFactory()), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->load('getDoctrine_Orm_DefaultEntityManagerService')), ($container->privates['security.helper'] ?? $container->load('getSecurity_HelperService')), ($container->privates['DMD\\LaLigaApi\\Repository\\UserRepository'] ?? $container->load('getUserRepositoryService')), ($container->privates['DMD\\LaLigaApi\\Repository\\LeagueRepository'] ?? $container->load('getLeagueRepositoryService')), ($container->privates['DMD\\LaLigaApi\\Repository\\CustomRoleRepository'] ?? $container->load('getCustomRoleRepositoryService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getHandleUpdateUserService.php b/var/cache/dev/ContainerEB2LqQ8/getHandleUpdateUserService.php deleted file mode 100644 index f3576aa0..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getHandleUpdateUserService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\User\\Handlers\\update\\HandleUpdateUser'] = new \DMD\LaLigaApi\Service\User\Handlers\update\HandleUpdateUser(($container->services['doctrine.orm.default_entity_manager'] ?? $container->load('getDoctrine_Orm_DefaultEntityManagerService')), ($container->privates['security.helper'] ?? $container->load('getSecurity_HelperService')), ($container->privates['DMD\\LaLigaApi\\Service\\User\\Handlers\\UserSaver'] ?? $container->load('getUserSaverService')), ($container->privates['DMD\\LaLigaApi\\Repository\\UserRepository'] ?? $container->load('getUserRepositoryService')), ($container->services['lexik_jwt_authentication.jwt_manager'] ?? $container->load('getLexikJwtAuthentication_JwtManagerService')), ($container->privates['validator'] ?? $container->load('getValidatorService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getLeagueControllerService.php b/var/cache/dev/ContainerEB2LqQ8/getLeagueControllerService.php deleted file mode 100644 index 608536c2..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getLeagueControllerService.php +++ /dev/null @@ -1,30 +0,0 @@ -services['DMD\\LaLigaApi\\Controller\\LeagueController'] = $instance = new \DMD\LaLigaApi\Controller\LeagueController(); - - $instance->setContainer(($container->privates['.service_locator.O2p6Lk7'] ?? $container->load('get_ServiceLocator_O2p6Lk7Service'))->withContext('DMD\\LaLigaApi\\Controller\\LeagueController', $container)); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getLeagueRepositoryService.php b/var/cache/dev/ContainerEB2LqQ8/getLeagueRepositoryService.php deleted file mode 100644 index 8591ee21..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getLeagueRepositoryService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['DMD\\LaLigaApi\\Repository\\LeagueRepository'] = new \DMD\LaLigaApi\Repository\LeagueRepository(($container->services['doctrine'] ?? $container->load('getDoctrineService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getLexikJwtAuthentication_CheckConfigCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getLexikJwtAuthentication_CheckConfigCommandService.php deleted file mode 100644 index 1563ed80..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getLexikJwtAuthentication_CheckConfigCommandService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['lexik_jwt_authentication.check_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand(($container->services['lexik_jwt_authentication.key_loader'] ?? $container->load('getLexikJwtAuthentication_KeyLoaderService')), 'RS256'); - - $instance->setName('lexik:jwt:check-config'); - $instance->setDescription('Checks that the bundle is properly configured.'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getLexikJwtAuthentication_EnableEncryptionConfigCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getLexikJwtAuthentication_EnableEncryptionConfigCommandService.php deleted file mode 100644 index 16a0d253..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getLexikJwtAuthentication_EnableEncryptionConfigCommandService.php +++ /dev/null @@ -1,34 +0,0 @@ -privates['lexik_jwt_authentication.enable_encryption_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand(NULL); - - $instance->setName('lexik:jwt:enable-encryption'); - $instance->setDescription('Enable Web-Token encryption support.'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getLexikJwtAuthentication_EncoderService.php b/var/cache/dev/ContainerEB2LqQ8/getLexikJwtAuthentication_EncoderService.php deleted file mode 100644 index 3fc494a9..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getLexikJwtAuthentication_EncoderService.php +++ /dev/null @@ -1,29 +0,0 @@ -services['lexik_jwt_authentication.encoder'] = new \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder(new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider(($container->services['lexik_jwt_authentication.key_loader'] ?? $container->load('getLexikJwtAuthentication_KeyLoaderService')), 'openssl', 'RS256', 18000, 0, false)); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getLexikJwtAuthentication_GenerateKeypairCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getLexikJwtAuthentication_GenerateKeypairCommandService.php deleted file mode 100644 index fe990b99..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getLexikJwtAuthentication_GenerateKeypairCommandService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['lexik_jwt_authentication.generate_keypair_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand(($container->privates['filesystem'] ??= new \Symfony\Component\Filesystem\Filesystem()), $container->getEnv('resolve:JWT_SECRET_KEY'), $container->getEnv('resolve:JWT_PUBLIC_KEY'), $container->getEnv('JWT_PASSPHRASE'), 'RS256'); - - $instance->setName('lexik:jwt:generate-keypair'); - $instance->setDescription('Generate public/private keys for use in your application.'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getLexikJwtAuthentication_GenerateTokenCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getLexikJwtAuthentication_GenerateTokenCommandService.php deleted file mode 100644 index 29e85a07..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getLexikJwtAuthentication_GenerateTokenCommandService.php +++ /dev/null @@ -1,33 +0,0 @@ -services['lexik_jwt_authentication.generate_token_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand(($container->services['lexik_jwt_authentication.jwt_manager'] ?? $container->load('getLexikJwtAuthentication_JwtManagerService')), new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['security.user.provider.concrete.app_user_provider'] ?? $container->load('getSecurity_User_Provider_Concrete_AppUserProviderService')); - }, 1)); - - $instance->setName('lexik:jwt:generate-token'); - $instance->setDescription('Generates a JWT token for a given user.'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getLexikJwtAuthentication_JwtManagerService.php b/var/cache/dev/ContainerEB2LqQ8/getLexikJwtAuthentication_JwtManagerService.php deleted file mode 100644 index 9f22109b..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getLexikJwtAuthentication_JwtManagerService.php +++ /dev/null @@ -1,37 +0,0 @@ -services['event_dispatcher'] ?? self::getEventDispatcherService($container)); - - if (isset($container->services['lexik_jwt_authentication.jwt_manager'])) { - return $container->services['lexik_jwt_authentication.jwt_manager']; - } - - $container->services['lexik_jwt_authentication.jwt_manager'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager(($container->services['lexik_jwt_authentication.encoder'] ?? $container->load('getLexikJwtAuthentication_EncoderService')), $a, 'username'); - - $instance->setUserIdentityField('username', false); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getLexikJwtAuthentication_KeyLoaderService.php b/var/cache/dev/ContainerEB2LqQ8/getLexikJwtAuthentication_KeyLoaderService.php deleted file mode 100644 index 9273a6ee..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getLexikJwtAuthentication_KeyLoaderService.php +++ /dev/null @@ -1,28 +0,0 @@ -services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader($container->getEnv('resolve:JWT_SECRET_KEY'), $container->getEnv('resolve:JWT_PUBLIC_KEY'), $container->getEnv('JWT_PASSPHRASE'), []); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getLexikJwtAuthentication_MigrateConfigCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getLexikJwtAuthentication_MigrateConfigCommandService.php deleted file mode 100644 index a50ca3e5..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getLexikJwtAuthentication_MigrateConfigCommandService.php +++ /dev/null @@ -1,34 +0,0 @@ -privates['lexik_jwt_authentication.migrate_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand(($container->services['lexik_jwt_authentication.key_loader'] ?? $container->load('getLexikJwtAuthentication_KeyLoaderService')), $container->getEnv('JWT_PASSPHRASE'), 'RS256'); - - $instance->setName('lexik:jwt:migrate-config'); - $instance->setDescription('Migrate LexikJWTAuthenticationBundle configuration to the Web-Token one.'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getLoaderInterfaceService.php b/var/cache/dev/ContainerEB2LqQ8/getLoaderInterfaceService.php deleted file mode 100644 index 9e7df25e..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getLoaderInterfaceService.php +++ /dev/null @@ -1,23 +0,0 @@ -privates['DMD\\LaLigaApi\\Repository\\LogRepository'] = new \DMD\LaLigaApi\Repository\LogRepository(($container->services['doctrine'] ?? $container->load('getDoctrineService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getMailer_MailerService.php b/var/cache/dev/ContainerEB2LqQ8/getMailer_MailerService.php deleted file mode 100644 index 8fbc1c7a..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getMailer_MailerService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer(($container->privates['mailer.transports'] ?? $container->load('getMailer_TransportsService')), NULL, ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getMailer_TransportFactory_NativeService.php b/var/cache/dev/ContainerEB2LqQ8/getMailer_TransportFactory_NativeService.php deleted file mode 100644 index ee251054..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getMailer_TransportFactory_NativeService.php +++ /dev/null @@ -1,27 +0,0 @@ -services['event_dispatcher'] ?? self::getEventDispatcherService($container)), NULL, ($container->privates['logger'] ?? self::getLoggerService($container))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getMailer_TransportFactory_NullService.php b/var/cache/dev/ContainerEB2LqQ8/getMailer_TransportFactory_NullService.php deleted file mode 100644 index 6ac9986e..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getMailer_TransportFactory_NullService.php +++ /dev/null @@ -1,27 +0,0 @@ -services['event_dispatcher'] ?? self::getEventDispatcherService($container)), NULL, ($container->privates['logger'] ?? self::getLoggerService($container))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getMailer_TransportFactory_SendmailService.php b/var/cache/dev/ContainerEB2LqQ8/getMailer_TransportFactory_SendmailService.php deleted file mode 100644 index a0fb0af4..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getMailer_TransportFactory_SendmailService.php +++ /dev/null @@ -1,27 +0,0 @@ -services['event_dispatcher'] ?? self::getEventDispatcherService($container)), NULL, ($container->privates['logger'] ?? self::getLoggerService($container))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getMailer_TransportFactory_SmtpService.php b/var/cache/dev/ContainerEB2LqQ8/getMailer_TransportFactory_SmtpService.php deleted file mode 100644 index 92c32b25..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getMailer_TransportFactory_SmtpService.php +++ /dev/null @@ -1,27 +0,0 @@ -services['event_dispatcher'] ?? self::getEventDispatcherService($container)), NULL, ($container->privates['logger'] ?? self::getLoggerService($container))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getMailer_TransportsService.php b/var/cache/dev/ContainerEB2LqQ8/getMailer_TransportsService.php deleted file mode 100644 index 6ea0ca74..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getMailer_TransportsService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['mailer.transports'] = (new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () use ($container) { - yield 0 => $container->load('getMailer_TransportFactory_NullService'); - yield 1 => $container->load('getMailer_TransportFactory_SendmailService'); - yield 2 => $container->load('getMailer_TransportFactory_NativeService'); - yield 3 => $container->load('getMailer_TransportFactory_SmtpService'); - }, 4)))->fromStrings(['main' => 'smtp://soporteliga:dmdlakers06@localhost:8025?verify_peer=0']); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeAuthService.php b/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeAuthService.php deleted file mode 100644 index d1936c5f..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeAuthService.php +++ /dev/null @@ -1,40 +0,0 @@ -privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')); - $b = ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')); - - $container->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($container->privates['maker.security_config_updater'] ??= new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater()), $b, ($container->privates['maker.doctrine_helper'] ?? $container->load('getMaker_DoctrineHelperService')), ($container->privates['maker.security_controller_builder'] ??= new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder())), $a, $b, ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:auth'); - $instance->setDescription('Create a Guard authenticator of different flavors'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeCommandService.php deleted file mode 100644 index ef5786cb..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeCommandService.php +++ /dev/null @@ -1,35 +0,0 @@ -privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(($container->privates['maker.php_compat_util'] ?? $container->load('getMaker_PhpCompatUtilService'))), ($container->privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')), ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:command'); - $instance->setDescription('Create a new console command class'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeControllerService.php b/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeControllerService.php deleted file mode 100644 index 52f1f9fd..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeControllerService.php +++ /dev/null @@ -1,35 +0,0 @@ -privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController(($container->privates['maker.php_compat_util'] ?? $container->load('getMaker_PhpCompatUtilService'))), ($container->privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')), ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:controller'); - $instance->setDescription('Create a new controller class'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeCrudService.php b/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeCrudService.php deleted file mode 100644 index 84a6f2e8..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeCrudService.php +++ /dev/null @@ -1,35 +0,0 @@ -privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($container->privates['maker.doctrine_helper'] ?? $container->load('getMaker_DoctrineHelperService')), ($container->privates['maker.renderer.form_type_renderer'] ?? $container->load('getMaker_Renderer_FormTypeRendererService'))), ($container->privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')), ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:crud'); - $instance->setDescription('Create CRUD for Doctrine entity class'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeDockerDatabaseService.php b/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeDockerDatabaseService.php deleted file mode 100644 index cda0512b..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeDockerDatabaseService.php +++ /dev/null @@ -1,37 +0,0 @@ -privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')); - - $container->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:docker:database'); - $instance->setDescription('Add a database container to your compose.yaml file'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeEntityService.php b/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeEntityService.php deleted file mode 100644 index f26ad9ff..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeEntityService.php +++ /dev/null @@ -1,39 +0,0 @@ -privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')); - $b = ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')); - - $container->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($container->privates['maker.doctrine_helper'] ?? $container->load('getMaker_DoctrineHelperService')), NULL, $b, ($container->privates['maker.entity_class_generator'] ?? $container->load('getMaker_EntityClassGeneratorService')), ($container->privates['maker.php_compat_util'] ?? $container->load('getMaker_PhpCompatUtilService'))), $a, $b, ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:entity'); - $instance->setDescription('Create or update a Doctrine entity class, and optionally an API Platform resource'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeFixturesService.php b/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeFixturesService.php deleted file mode 100644 index 448396e2..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeFixturesService.php +++ /dev/null @@ -1,35 +0,0 @@ -privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($container->privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')), ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:fixtures'); - $instance->setDescription('Create a new class to load Doctrine fixtures'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeFormService.php b/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeFormService.php deleted file mode 100644 index 4ed41939..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeFormService.php +++ /dev/null @@ -1,35 +0,0 @@ -privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($container->privates['maker.doctrine_helper'] ?? $container->load('getMaker_DoctrineHelperService')), ($container->privates['maker.renderer.form_type_renderer'] ?? $container->load('getMaker_Renderer_FormTypeRendererService'))), ($container->privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')), ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:form'); - $instance->setDescription('Create a new form class'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeListenerService.php b/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeListenerService.php deleted file mode 100644 index 063942b8..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeListenerService.php +++ /dev/null @@ -1,37 +0,0 @@ -privates['maker.auto_command.make_listener'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeListener(new \Symfony\Bundle\MakerBundle\EventRegistry(($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)))), ($container->privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')), ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:listener'); - $instance->setAliases(['make:subscriber']); - $instance->setDescription('Creates a new event subscriber class or a new event listener class'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeMessageService.php b/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeMessageService.php deleted file mode 100644 index 7c74472c..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeMessageService.php +++ /dev/null @@ -1,37 +0,0 @@ -privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')); - - $container->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:message'); - $instance->setDescription('Create a new message and handler'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeMessengerMiddlewareService.php b/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeMessengerMiddlewareService.php deleted file mode 100644 index 0184f8c1..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeMessengerMiddlewareService.php +++ /dev/null @@ -1,35 +0,0 @@ -privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($container->privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')), ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:messenger-middleware'); - $instance->setDescription('Create a new messenger middleware'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeMigrationService.php b/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeMigrationService.php deleted file mode 100644 index 1fb67f0d..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeMigrationService.php +++ /dev/null @@ -1,36 +0,0 @@ -privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__, 4), ($container->privates['maker.file_link_formatter'] ?? $container->load('getMaker_FileLinkFormatterService'))), ($container->privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')), ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:migration'); - $instance->setDescription('Create a new migration based on database changes'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeRegistrationFormService.php b/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeRegistrationFormService.php deleted file mode 100644 index f68d3fc8..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeRegistrationFormService.php +++ /dev/null @@ -1,37 +0,0 @@ -privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')); - - $container->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($container->privates['maker.renderer.form_type_renderer'] ?? $container->load('getMaker_Renderer_FormTypeRendererService')), ($container->privates['maker.doctrine_helper'] ?? $container->load('getMaker_DoctrineHelperService')), ($container->services['router'] ?? self::getRouterService($container))), $a, ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:registration-form'); - $instance->setDescription('Create a new registration form system'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeResetPasswordService.php b/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeResetPasswordService.php deleted file mode 100644 index ad20107d..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeResetPasswordService.php +++ /dev/null @@ -1,37 +0,0 @@ -privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')); - - $container->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($container->privates['maker.doctrine_helper'] ?? $container->load('getMaker_DoctrineHelperService')), ($container->privates['maker.entity_class_generator'] ?? $container->load('getMaker_EntityClassGeneratorService'))), $a, ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:reset-password'); - $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeSecurityFormLoginService.php b/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeSecurityFormLoginService.php deleted file mode 100644 index f8db6de7..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeSecurityFormLoginService.php +++ /dev/null @@ -1,39 +0,0 @@ -privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')); - - $container->privates['maker.auto_command.make_security_form_login'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\Security\MakeFormLogin($a, ($container->privates['maker.security_config_updater'] ??= new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater()), ($container->privates['maker.security_controller_builder'] ??= new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder())), $a, ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:security:form-login'); - $instance->setDescription('Generate the code needed for the form_login authenticator'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeSerializerEncoderService.php b/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeSerializerEncoderService.php deleted file mode 100644 index b34c9a7e..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeSerializerEncoderService.php +++ /dev/null @@ -1,35 +0,0 @@ -privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($container->privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')), ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:serializer:encoder'); - $instance->setDescription('Create a new serializer encoder class'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeSerializerNormalizerService.php b/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeSerializerNormalizerService.php deleted file mode 100644 index c5159aa4..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeSerializerNormalizerService.php +++ /dev/null @@ -1,35 +0,0 @@ -privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($container->privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')), ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:serializer:normalizer'); - $instance->setDescription('Create a new serializer normalizer class'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeStimulusControllerService.php b/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeStimulusControllerService.php deleted file mode 100644 index 482e4556..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeStimulusControllerService.php +++ /dev/null @@ -1,35 +0,0 @@ -privates['maker.auto_command.make_stimulus_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController(), ($container->privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')), ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:stimulus-controller'); - $instance->setDescription('Create a new Stimulus controller'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeTestService.php b/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeTestService.php deleted file mode 100644 index 7d031458..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeTestService.php +++ /dev/null @@ -1,37 +0,0 @@ -privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($container->privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')), ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:test'); - $instance->setAliases(['make:unit-test', 'make:functional-test']); - $instance->setDescription('Create a new test class'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeTwigComponentService.php b/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeTwigComponentService.php deleted file mode 100644 index cfec73e7..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeTwigComponentService.php +++ /dev/null @@ -1,35 +0,0 @@ -privates['maker.auto_command.make_twig_component'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigComponent(), ($container->privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')), ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:twig-component'); - $instance->setDescription('Create a twig (or live) component'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeTwigExtensionService.php b/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeTwigExtensionService.php deleted file mode 100644 index 441094bf..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeTwigExtensionService.php +++ /dev/null @@ -1,35 +0,0 @@ -privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($container->privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')), ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:twig-extension'); - $instance->setDescription('Create a new Twig extension with its runtime class'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeUserService.php b/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeUserService.php deleted file mode 100644 index 603d8335..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeUserService.php +++ /dev/null @@ -1,39 +0,0 @@ -privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')); - - $container->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(), ($container->privates['maker.security_config_updater'] ??= new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater()), ($container->privates['maker.entity_class_generator'] ?? $container->load('getMaker_EntityClassGeneratorService')), ($container->privates['maker.doctrine_helper'] ?? $container->load('getMaker_DoctrineHelperService'))), $a, ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:user'); - $instance->setDescription('Create a new security user class'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeValidatorService.php b/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeValidatorService.php deleted file mode 100644 index 5f4c2872..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeValidatorService.php +++ /dev/null @@ -1,35 +0,0 @@ -privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($container->privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')), ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:validator'); - $instance->setDescription('Create a new validator and constraint class'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeVoterService.php b/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeVoterService.php deleted file mode 100644 index ef477be4..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getMaker_AutoCommand_MakeVoterService.php +++ /dev/null @@ -1,35 +0,0 @@ -privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($container->privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')), ($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.template_linter'] ??= new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($container->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $container->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))); - - $instance->setName('make:voter'); - $instance->setDescription('Create a new security voter class'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getMaker_DoctrineHelperService.php b/var/cache/dev/ContainerEB2LqQ8/getMaker_DoctrineHelperService.php deleted file mode 100644 index abdbf71a..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getMaker_DoctrineHelperService.php +++ /dev/null @@ -1,30 +0,0 @@ -privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('DMD\\LaLigaApi\\Entity', ($container->services['doctrine'] ?? $container->load('getDoctrineService')), ['default' => [['DMD\\LaLigaApi\\Entity', ($container->privates['doctrine.orm.default_attribute_metadata_driver'] ??= new \Doctrine\ORM\Mapping\Driver\AttributeDriver([(\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Entity')], true))]]]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getMaker_EntityClassGeneratorService.php b/var/cache/dev/ContainerEB2LqQ8/getMaker_EntityClassGeneratorService.php deleted file mode 100644 index f4860704..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getMaker_EntityClassGeneratorService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['maker.entity_class_generator'] = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService')), ($container->privates['maker.doctrine_helper'] ?? $container->load('getMaker_DoctrineHelperService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getMaker_FileLinkFormatterService.php b/var/cache/dev/ContainerEB2LqQ8/getMaker_FileLinkFormatterService.php deleted file mode 100644 index ffffdf36..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getMaker_FileLinkFormatterService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['maker.file_link_formatter'] = new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($container->privates['debug.file_link_formatter'] ??= new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter($container->getEnv('default::SYMFONY_IDE')))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getMaker_FileManagerService.php b/var/cache/dev/ContainerEB2LqQ8/getMaker_FileManagerService.php deleted file mode 100644 index 30b39821..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getMaker_FileManagerService.php +++ /dev/null @@ -1,28 +0,0 @@ -privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($container->privates['filesystem'] ??= new \Symfony\Component\Filesystem\Filesystem()), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('DMD\\LaLigaApi')), ($container->privates['maker.file_link_formatter'] ?? $container->load('getMaker_FileLinkFormatterService')), \dirname(__DIR__, 4), (\dirname(__DIR__, 4).'/templates')); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getMaker_GeneratorService.php b/var/cache/dev/ContainerEB2LqQ8/getMaker_GeneratorService.php deleted file mode 100644 index fdf41115..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getMaker_GeneratorService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($container->privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService')), 'DMD\\LaLigaApi', NULL, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator()); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getMaker_PhpCompatUtilService.php b/var/cache/dev/ContainerEB2LqQ8/getMaker_PhpCompatUtilService.php deleted file mode 100644 index 664bd515..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getMaker_PhpCompatUtilService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($container->privates['maker.file_manager'] ?? $container->load('getMaker_FileManagerService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getMaker_Renderer_FormTypeRendererService.php b/var/cache/dev/ContainerEB2LqQ8/getMaker_Renderer_FormTypeRendererService.php deleted file mode 100644 index 0c83e7e2..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getMaker_Renderer_FormTypeRendererService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($container->privates['maker.generator'] ?? $container->load('getMaker_GeneratorService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getManagerRegistryAwareConnectionProviderService.php b/var/cache/dev/ContainerEB2LqQ8/getManagerRegistryAwareConnectionProviderService.php deleted file mode 100644 index 6e16e754..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getManagerRegistryAwareConnectionProviderService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($container, $container->parameters['doctrine.connections'], $container->parameters['doctrine.entity_managers'], 'default', 'default')); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getNelmioApiDoc_Command_DumpService.php b/var/cache/dev/ContainerEB2LqQ8/getNelmioApiDoc_Command_DumpService.php deleted file mode 100644 index 20ce7b57..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getNelmioApiDoc_Command_DumpService.php +++ /dev/null @@ -1,30 +0,0 @@ -services['nelmio_api_doc.command.dump'] = $instance = new \Nelmio\ApiDocBundle\Command\DumpCommand(($container->services['nelmio_api_doc.render_docs'] ?? $container->load('getNelmioApiDoc_RenderDocsService'))); - - $instance->setName('nelmio:apidoc:dump'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getNelmioApiDoc_Controller_SwaggerJsonService.php b/var/cache/dev/ContainerEB2LqQ8/getNelmioApiDoc_Controller_SwaggerJsonService.php deleted file mode 100644 index 3dc8417b..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getNelmioApiDoc_Controller_SwaggerJsonService.php +++ /dev/null @@ -1,25 +0,0 @@ -services['nelmio_api_doc.controller.swagger_json'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($container->services['nelmio_api_doc.render_docs'] ?? $container->load('getNelmioApiDoc_RenderDocsService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getNelmioApiDoc_Controller_SwaggerYamlService.php b/var/cache/dev/ContainerEB2LqQ8/getNelmioApiDoc_Controller_SwaggerYamlService.php deleted file mode 100644 index 32bc14b4..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getNelmioApiDoc_Controller_SwaggerYamlService.php +++ /dev/null @@ -1,25 +0,0 @@ -services['nelmio_api_doc.controller.swagger_yaml'] = new \Nelmio\ApiDocBundle\Controller\YamlDocumentationController(($container->services['nelmio_api_doc.render_docs'] ?? $container->load('getNelmioApiDoc_RenderDocsService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getNelmioApiDoc_Describers_ConfigService.php b/var/cache/dev/ContainerEB2LqQ8/getNelmioApiDoc_Describers_ConfigService.php deleted file mode 100644 index 70d657d8..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getNelmioApiDoc_Describers_ConfigService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber(['info' => ['title' => 'My App', 'description' => 'This is an awesome app!', 'version' => '1.0.0']]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getNelmioApiDoc_Describers_OpenapiPhp_DefaultService.php b/var/cache/dev/ContainerEB2LqQ8/getNelmioApiDoc_Describers_OpenapiPhp_DefaultService.php deleted file mode 100644 index 47c507ca..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getNelmioApiDoc_Describers_OpenapiPhp_DefaultService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['nelmio_api_doc.describers.openapi_php.default'] = new \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber(($container->privates['nelmio_api_doc.routes.default'] ?? $container->load('getNelmioApiDoc_Routes_DefaultService')), ($container->privates['nelmio_api_doc.controller_reflector'] ??= new \Nelmio\ApiDocBundle\Util\ControllerReflector($container)), NULL, ($container->privates['logger'] ?? self::getLoggerService($container))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getNelmioApiDoc_Describers_Route_DefaultService.php b/var/cache/dev/ContainerEB2LqQ8/getNelmioApiDoc_Describers_Route_DefaultService.php deleted file mode 100644 index cf0a6e46..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getNelmioApiDoc_Describers_Route_DefaultService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['nelmio_api_doc.describers.route.default'] = new \Nelmio\ApiDocBundle\Describer\RouteDescriber(($container->privates['nelmio_api_doc.routes.default'] ?? $container->load('getNelmioApiDoc_Routes_DefaultService')), ($container->privates['nelmio_api_doc.controller_reflector'] ??= new \Nelmio\ApiDocBundle\Util\ControllerReflector($container)), new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['nelmio_api_doc.route_describers.php_doc'] ??= new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()); - yield 1 => ($container->privates['nelmio_api_doc.route_describers.route_metadata'] ??= new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()); - }, 2)); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getNelmioApiDoc_Generator_DefaultService.php b/var/cache/dev/ContainerEB2LqQ8/getNelmioApiDoc_Generator_DefaultService.php deleted file mode 100644 index 9368116a..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getNelmioApiDoc_Generator_DefaultService.php +++ /dev/null @@ -1,49 +0,0 @@ -addProcessor(new \Nelmio\ApiDocBundle\Processor\NullablePropertyProcessor(), NULL); - - $container->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['nelmio_api_doc.describers.config'] ?? $container->load('getNelmioApiDoc_Describers_ConfigService')); - yield 1 => ($container->privates['nelmio_api_doc.describers.config.default'] ??= new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)); - yield 2 => ($container->privates['nelmio_api_doc.describers.openapi_php.default'] ?? $container->load('getNelmioApiDoc_Describers_OpenapiPhp_DefaultService')); - yield 3 => ($container->privates['nelmio_api_doc.describers.route.default'] ?? $container->load('getNelmioApiDoc_Describers_Route_DefaultService')); - yield 4 => ($container->privates['nelmio_api_doc.describers.default'] ??= new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()); - }, 5), new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['nelmio_api_doc.model_describers.self_describing'] ??= new \Nelmio\ApiDocBundle\ModelDescriber\SelfDescribingModelDescriber()); - yield 1 => ($container->privates['nelmio_api_doc.model_describers.enum'] ??= new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()); - yield 2 => ($container->privates['nelmio_api_doc.model_describers.object'] ?? $container->load('getNelmioApiDoc_ModelDescribers_ObjectService')); - }, 3), NULL, NULL, $a); - - $instance->setAlternativeNames([]); - $instance->setMediaTypes(['json']); - $instance->setLogger(($container->privates['logger'] ?? self::getLoggerService($container))); - $instance->setOpenApiVersion(NULL); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getNelmioApiDoc_ModelDescribers_ObjectService.php b/var/cache/dev/ContainerEB2LqQ8/getNelmioApiDoc_ModelDescribers_ObjectService.php deleted file mode 100644 index 885e53f7..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getNelmioApiDoc_ModelDescribers_ObjectService.php +++ /dev/null @@ -1,42 +0,0 @@ -privates['nelmio_api_doc.model_describers.object'] = new \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber(($container->privates['property_info'] ?? $container->load('getPropertyInfoService')), NULL, new \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber(new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['nelmio_api_doc.object_model.property_describers.nullable'] ??= new \Nelmio\ApiDocBundle\PropertyDescriber\NullablePropertyDescriber()); - yield 1 => ($container->privates['nelmio_api_doc.object_model.property_describers.required'] ??= new \Nelmio\ApiDocBundle\PropertyDescriber\RequiredPropertyDescriber()); - yield 2 => ($container->privates['nelmio_api_doc.object_model.property_describers.array'] ??= new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber()); - yield 3 => ($container->privates['nelmio_api_doc.object_model.property_describers.boolean'] ??= new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()); - yield 4 => ($container->privates['nelmio_api_doc.object_model.property_describers.float'] ??= new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()); - yield 5 => ($container->privates['nelmio_api_doc.object_model.property_describers.integer'] ??= new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()); - yield 6 => ($container->privates['nelmio_api_doc.object_model.property_describers.string'] ??= new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()); - yield 7 => ($container->privates['nelmio_api_doc.object_model.property_describers.date_time'] ??= new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()); - yield 8 => ($container->privates['nelmio_api_doc.object_model.property_describers.object'] ??= new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()); - yield 9 => ($container->privates['nelmio_api_doc.object_model.property_describers.compound'] ??= new \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber()); - }, 10)), ['json'], NULL, false, NULL); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getNelmioApiDoc_RenderDocsService.php b/var/cache/dev/ContainerEB2LqQ8/getNelmioApiDoc_RenderDocsService.php deleted file mode 100644 index 9294fba2..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getNelmioApiDoc_RenderDocsService.php +++ /dev/null @@ -1,32 +0,0 @@ -services['nelmio_api_doc.render_docs'] = new \Nelmio\ApiDocBundle\Render\RenderOpenApi(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'default' => ['services', 'nelmio_api_doc.generator.default', 'getNelmioApiDoc_Generator_DefaultService', true], - ], [ - 'default' => '?', - ]), new \Nelmio\ApiDocBundle\Render\Json\JsonOpenApiRenderer(), new \Nelmio\ApiDocBundle\Render\Yaml\YamlOpenApiRenderer(), NULL); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getNelmioApiDoc_Routes_DefaultService.php b/var/cache/dev/ContainerEB2LqQ8/getNelmioApiDoc_Routes_DefaultService.php deleted file mode 100644 index 3518d1a8..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getNelmioApiDoc_Routes_DefaultService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['nelmio_api_doc.routes.default'] = (new \Nelmio\ApiDocBundle\Routing\FilteredRouteCollectionBuilder(($container->services['annotation_reader'] ?? $container->get('annotation_reader', ContainerInterface::NULL_ON_INVALID_REFERENCE)), ($container->privates['nelmio_api_doc.controller_reflector'] ??= new \Nelmio\ApiDocBundle\Util\ControllerReflector($container)), 'default', ['path_patterns' => ['^/api(?!/doc$)'], 'host_patterns' => [], 'name_patterns' => [], 'with_annotation' => false, 'disable_default_routes' => false]))->filter(($container->services['router'] ?? self::getRouterService($container))->getRouteCollection()); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getNotificationControllerService.php b/var/cache/dev/ContainerEB2LqQ8/getNotificationControllerService.php deleted file mode 100644 index 3e6b449a..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getNotificationControllerService.php +++ /dev/null @@ -1,30 +0,0 @@ -services['DMD\\LaLigaApi\\Controller\\NotificationController'] = $instance = new \DMD\LaLigaApi\Controller\NotificationController(); - - $instance->setContainer(($container->privates['.service_locator.O2p6Lk7'] ?? $container->load('get_ServiceLocator_O2p6Lk7Service'))->withContext('DMD\\LaLigaApi\\Controller\\NotificationController', $container)); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getNotificationFactoryService.php b/var/cache/dev/ContainerEB2LqQ8/getNotificationFactoryService.php deleted file mode 100644 index 2feab966..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getNotificationFactoryService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\Common\\NotificationFactory'] = new \DMD\LaLigaApi\Service\Common\NotificationFactory(($container->privates['DMD\\LaLigaApi\\Repository\\CustomRoleRepository'] ?? $container->load('getCustomRoleRepositoryService')), ($container->privates['DMD\\LaLigaApi\\Repository\\TeamRepository'] ?? $container->load('getTeamRepositoryService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->load('getDoctrine_Orm_DefaultEntityManagerService')), ($container->privates['DMD\\LaLigaApi\\Service\\Common\\EmailSender'] ?? $container->load('getEmailSenderService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getNotificationRepositoryService.php b/var/cache/dev/ContainerEB2LqQ8/getNotificationRepositoryService.php deleted file mode 100644 index 28df7f30..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getNotificationRepositoryService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['DMD\\LaLigaApi\\Repository\\NotificationRepository'] = new \DMD\LaLigaApi\Repository\NotificationRepository(($container->services['doctrine'] ?? $container->load('getDoctrineService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getPlayerRepositoryService.php b/var/cache/dev/ContainerEB2LqQ8/getPlayerRepositoryService.php deleted file mode 100644 index d2b0bc2c..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getPlayerRepositoryService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['DMD\\LaLigaApi\\Repository\\PlayerRepository'] = new \DMD\LaLigaApi\Repository\PlayerRepository(($container->services['doctrine'] ?? $container->load('getDoctrineService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getPropertyInfoService.php b/var/cache/dev/ContainerEB2LqQ8/getPropertyInfoService.php deleted file mode 100644 index 74f71426..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getPropertyInfoService.php +++ /dev/null @@ -1,46 +0,0 @@ -privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['property_info.reflection_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()); - yield 1 => ($container->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $container->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService')); - }, 2), new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $container->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService')); - yield 1 => ($container->privates['property_info.phpstan_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()); - yield 2 => ($container->privates['property_info.php_doc_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()); - yield 3 => ($container->privates['property_info.reflection_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()); - }, 4), new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['property_info.php_doc_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()); - }, 1), new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $container->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService')); - yield 1 => ($container->privates['property_info.reflection_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()); - }, 2), new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['property_info.reflection_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()); - }, 1)); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getRedirectControllerService.php b/var/cache/dev/ContainerEB2LqQ8/getRedirectControllerService.php deleted file mode 100644 index b332c3aa..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getRedirectControllerService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['router.request_context'] ?? self::getRouter_RequestContextService($container)); - - return $container->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($container->services['router'] ?? self::getRouterService($container)), $a->getHttpPort(), $a->getHttpsPort()); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getRouter_CacheWarmerService.php b/var/cache/dev/ContainerEB2LqQ8/getRouter_CacheWarmerService.php deleted file mode 100644 index adf7a4b6..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getRouter_CacheWarmerService.php +++ /dev/null @@ -1,30 +0,0 @@ -privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'router' => ['services', 'router', 'getRouterService', false], - ], [ - 'router' => '?', - ]))->withContext('router.cache_warmer', $container)); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getRouting_LoaderService.php b/var/cache/dev/ContainerEB2LqQ8/getRouting_LoaderService.php deleted file mode 100644 index 633ac45f..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getRouting_LoaderService.php +++ /dev/null @@ -1,70 +0,0 @@ -services['kernel'] ?? $container->get('kernel', 1))); - $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(NULL, 'dev'); - - $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b, 'dev')); - $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b, 'dev')); - $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b, 'dev')); - $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b, 'dev')); - $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b, 'dev')); - $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'kernel' => ['services', 'kernel', 'getKernelService', true], - ], [ - 'kernel' => 'DMD\\LaLigaApi\\Kernel', - ]), 'dev')); - $a->addLoader($c); - $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b, $c)); - $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b, $c)); - $a->addLoader(new \Symfony\Component\Routing\Loader\Psr4DirectoryLoader($b)); - - return $container->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getRunSqlCommandService.php b/var/cache/dev/ContainerEB2LqQ8/getRunSqlCommandService.php deleted file mode 100644 index b9ac1d28..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getRunSqlCommandService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($container->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $container->load('getManagerRegistryAwareConnectionProviderService'))); - - $instance->setName('dbal:run-sql'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSeasonControllerService.php b/var/cache/dev/ContainerEB2LqQ8/getSeasonControllerService.php deleted file mode 100644 index 5694cfc9..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSeasonControllerService.php +++ /dev/null @@ -1,30 +0,0 @@ -services['DMD\\LaLigaApi\\Controller\\SeasonController'] = $instance = new \DMD\LaLigaApi\Controller\SeasonController(); - - $instance->setContainer(($container->privates['.service_locator.O2p6Lk7'] ?? $container->load('get_ServiceLocator_O2p6Lk7Service'))->withContext('DMD\\LaLigaApi\\Controller\\SeasonController', $container)); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSeasonDataRepositoryService.php b/var/cache/dev/ContainerEB2LqQ8/getSeasonDataRepositoryService.php deleted file mode 100644 index 30e0ea4e..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSeasonDataRepositoryService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['DMD\\LaLigaApi\\Repository\\SeasonDataRepository'] = new \DMD\LaLigaApi\Repository\SeasonDataRepository(($container->services['doctrine'] ?? $container->load('getDoctrineService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSeasonRepositoryService.php b/var/cache/dev/ContainerEB2LqQ8/getSeasonRepositoryService.php deleted file mode 100644 index edfa40d8..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSeasonRepositoryService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['DMD\\LaLigaApi\\Repository\\SeasonRepository'] = new \DMD\LaLigaApi\Repository\SeasonRepository(($container->services['doctrine'] ?? $container->load('getDoctrineService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSecrets_VaultService.php b/var/cache/dev/ContainerEB2LqQ8/getSecrets_VaultService.php deleted file mode 100644 index a4add07e..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSecrets_VaultService.php +++ /dev/null @@ -1,28 +0,0 @@ -privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__, 4).'/config/secrets/'.$container->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable($container->getEnv(...), 'base64:default::SYMFONY_DECRYPTION_SECRET')); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSecurity_AccessListenerService.php b/var/cache/dev/ContainerEB2LqQ8/getSecurity_AccessListenerService.php deleted file mode 100644 index ed312960..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSecurity_AccessListenerService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['debug.security.access.decision_manager'] ?? self::getDebug_Security_Access_DecisionManagerService($container)); - - if (isset($container->privates['security.access_listener'])) { - return $container->privates['security.access_listener']; - } - - return $container->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), $a, ($container->privates['security.access_map'] ?? $container->load('getSecurity_AccessMapService')), false); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSecurity_AccessMapService.php b/var/cache/dev/ContainerEB2LqQ8/getSecurity_AccessMapService.php deleted file mode 100644 index 8fe1d273..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSecurity_AccessMapService.php +++ /dev/null @@ -1,37 +0,0 @@ -privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap(); - - $instance->add(new \Symfony\Component\HttpFoundation\ChainRequestMatcher([($container->privates['.security.request_matcher.lyVOED.'] ??= new \Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher('^/api/login'))]), ['PUBLIC_ACCESS'], NULL); - $instance->add(new \Symfony\Component\HttpFoundation\ChainRequestMatcher([new \Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher('^/api/user/password')]), ['PUBLIC_ACCESS'], NULL); - $instance->add(new \Symfony\Component\HttpFoundation\ChainRequestMatcher([new \Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher('^/api/public')]), ['PUBLIC_ACCESS'], NULL); - $instance->add(new \Symfony\Component\HttpFoundation\ChainRequestMatcher([new \Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher('^/api/register')]), ['PUBLIC_ACCESS'], NULL); - $instance->add(new \Symfony\Component\HttpFoundation\ChainRequestMatcher([($container->privates['.security.request_matcher.AMZT15Y'] ??= new \Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher('^/api'))]), ['IS_AUTHENTICATED_FULLY'], NULL); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Authenticator_JsonLogin_LoginService.php b/var/cache/dev/ContainerEB2LqQ8/getSecurity_Authenticator_JsonLogin_LoginService.php deleted file mode 100644 index 4b960b8a..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Authenticator_JsonLogin_LoginService.php +++ /dev/null @@ -1,62 +0,0 @@ -services['lexik_jwt_authentication.jwt_manager'] ?? $container->load('getLexikJwtAuthentication_JwtManagerService')); - - if (isset($container->privates['security.authenticator.json_login.login'])) { - return $container->privates['security.authenticator.json_login.login']; - } - $b = ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)); - - if (isset($container->privates['security.authenticator.json_login.login'])) { - return $container->privates['security.authenticator.json_login.login']; - } - $c = ($container->privates['property_info.reflection_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()); - - return $container->privates['security.authenticator.json_login.login'] = new \Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator(($container->privates['security.http_utils'] ?? $container->load('getSecurity_HttpUtilsService')), ($container->privates['security.user.provider.concrete.app_user_provider'] ?? $container->load('getSecurity_User_Provider_Concrete_AppUserProviderService')), new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler($a, $b, [], true), [], 'login'), new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler(new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler($b, NULL), []), ['check_path' => '/api/login_check', 'use_forward' => false, 'require_previous_session' => false, 'login_path' => '/login', 'username_path' => 'username', 'password_path' => 'password'], new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $c, $c)); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Authenticator_Jwt_ApiService.php b/var/cache/dev/ContainerEB2LqQ8/getSecurity_Authenticator_Jwt_ApiService.php deleted file mode 100644 index fe6cc916..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Authenticator_Jwt_ApiService.php +++ /dev/null @@ -1,43 +0,0 @@ -services['lexik_jwt_authentication.jwt_manager'] ?? $container->load('getLexikJwtAuthentication_JwtManagerService')); - - if (isset($container->privates['security.authenticator.jwt.api'])) { - return $container->privates['security.authenticator.jwt.api']; - } - $b = ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)); - - if (isset($container->privates['security.authenticator.jwt.api'])) { - return $container->privates['security.authenticator.jwt.api']; - } - - return $container->privates['security.authenticator.jwt.api'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator($a, $b, new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor([new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor('Bearer', 'Authorization')]), ($container->privates['security.user.provider.concrete.app_user_provider'] ?? $container->load('getSecurity_User_Provider_Concrete_AppUserProviderService')), NULL); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Authenticator_Manager_ApiService.php b/var/cache/dev/ContainerEB2LqQ8/getSecurity_Authenticator_Manager_ApiService.php deleted file mode 100644 index 13791db5..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Authenticator_Manager_ApiService.php +++ /dev/null @@ -1,33 +0,0 @@ -privates['security.authenticator.jwt.api'] ?? $container->load('getSecurity_Authenticator_Jwt_ApiService')); - - if (isset($container->privates['security.authenticator.manager.api'])) { - return $container->privates['security.authenticator.manager.api']; - } - - return $container->privates['security.authenticator.manager.api'] = new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([$a], ($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), ($container->privates['debug.security.event_dispatcher.api'] ?? $container->load('getDebug_Security_EventDispatcher_ApiService')), 'api', ($container->privates['logger'] ?? self::getLoggerService($container)), true, true, []); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Authenticator_Manager_LoginService.php b/var/cache/dev/ContainerEB2LqQ8/getSecurity_Authenticator_Manager_LoginService.php deleted file mode 100644 index afcf53c2..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Authenticator_Manager_LoginService.php +++ /dev/null @@ -1,33 +0,0 @@ -privates['security.authenticator.json_login.login'] ?? $container->load('getSecurity_Authenticator_JsonLogin_LoginService')); - - if (isset($container->privates['security.authenticator.manager.login'])) { - return $container->privates['security.authenticator.manager.login']; - } - - return $container->privates['security.authenticator.manager.login'] = new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([$a], ($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), ($container->privates['debug.security.event_dispatcher.login'] ?? $container->load('getDebug_Security_EventDispatcher_LoginService')), 'login', ($container->privates['logger'] ?? self::getLoggerService($container)), true, true, []); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Authenticator_Manager_MainService.php b/var/cache/dev/ContainerEB2LqQ8/getSecurity_Authenticator_Manager_MainService.php deleted file mode 100644 index bc1a44ec..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Authenticator_Manager_MainService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['security.authenticator.manager.main'] = new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([], ($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), ($container->privates['debug.security.event_dispatcher.main'] ?? self::getDebug_Security_EventDispatcher_MainService($container)), 'main', ($container->privates['logger'] ?? self::getLoggerService($container)), true, true, []); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Authenticator_ManagersLocatorService.php b/var/cache/dev/ContainerEB2LqQ8/getSecurity_Authenticator_ManagersLocatorService.php deleted file mode 100644 index aa8f52b0..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Authenticator_ManagersLocatorService.php +++ /dev/null @@ -1,23 +0,0 @@ -privates['security.authenticator.managers_locator'] = new \Symfony\Component\DependencyInjection\ServiceLocator(['login' => #[\Closure(name: 'security.authenticator.manager.login', class: 'Symfony\\Component\\Security\\Http\\Authentication\\AuthenticatorManager')] fn () => ($container->privates['security.authenticator.manager.login'] ?? $container->load('getSecurity_Authenticator_Manager_LoginService')), 'api' => #[\Closure(name: 'security.authenticator.manager.api', class: 'Symfony\\Component\\Security\\Http\\Authentication\\AuthenticatorManager')] fn () => ($container->privates['security.authenticator.manager.api'] ?? $container->load('getSecurity_Authenticator_Manager_ApiService')), 'main' => #[\Closure(name: 'security.authenticator.manager.main', class: 'Symfony\\Component\\Security\\Http\\Authentication\\AuthenticatorManager')] fn () => ($container->privates['security.authenticator.manager.main'] ?? $container->load('getSecurity_Authenticator_Manager_MainService'))]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSecurity_ChannelListenerService.php b/var/cache/dev/ContainerEB2LqQ8/getSecurity_ChannelListenerService.php deleted file mode 100644 index f8544991..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSecurity_ChannelListenerService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['router.request_context'] ?? self::getRouter_RequestContextService($container)); - - return $container->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($container->privates['security.access_map'] ?? $container->load('getSecurity_AccessMapService')), ($container->privates['logger'] ?? self::getLoggerService($container)), $a->getHttpPort(), $a->getHttpsPort()); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Command_DebugFirewallService.php b/var/cache/dev/ContainerEB2LqQ8/getSecurity_Command_DebugFirewallService.php deleted file mode 100644 index e505aa5c..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Command_DebugFirewallService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($container->parameters['security.firewalls'], ($container->privates['.service_locator.dsdSIIc'] ?? self::get_ServiceLocator_DsdSIIcService($container)), ($container->privates['.service_locator.Oannbdp'] ?? $container->load('get_ServiceLocator_OannbdpService')), ['login' => [($container->privates['security.authenticator.json_login.login'] ?? $container->load('getSecurity_Authenticator_JsonLogin_LoginService'))], 'api' => [($container->privates['security.authenticator.jwt.api'] ?? $container->load('getSecurity_Authenticator_Jwt_ApiService'))], 'main' => []], false); - - $instance->setName('debug:firewall'); - $instance->setDescription('Display information about your security firewall(s)'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Command_UserPasswordHashService.php b/var/cache/dev/ContainerEB2LqQ8/getSecurity_Command_UserPasswordHashService.php deleted file mode 100644 index 65d0b8ad..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Command_UserPasswordHashService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($container->privates['security.password_hasher_factory'] ?? $container->load('getSecurity_PasswordHasherFactoryService')), ['Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface']); - - $instance->setName('security:hash-password'); - $instance->setDescription('Hash a user password'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Csrf_TokenManagerService.php b/var/cache/dev/ContainerEB2LqQ8/getSecurity_Csrf_TokenManagerService.php deleted file mode 100644 index fd627f50..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Csrf_TokenManagerService.php +++ /dev/null @@ -1,28 +0,0 @@ -privates['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($container->privates['security.csrf.token_storage'] ?? $container->load('getSecurity_Csrf_TokenStorageService')), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack())); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Csrf_TokenStorageService.php b/var/cache/dev/ContainerEB2LqQ8/getSecurity_Csrf_TokenStorageService.php deleted file mode 100644 index 92d7413c..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Csrf_TokenStorageService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack())); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Firewall_EventDispatcherLocatorService.php b/var/cache/dev/ContainerEB2LqQ8/getSecurity_Firewall_EventDispatcherLocatorService.php deleted file mode 100644 index fc7479df..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Firewall_EventDispatcherLocatorService.php +++ /dev/null @@ -1,23 +0,0 @@ -privates['security.firewall.event_dispatcher_locator'] = new \Symfony\Component\DependencyInjection\ServiceLocator(['login' => #[\Closure(name: 'debug.security.event_dispatcher.login', class: 'Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher')] fn () => ($container->privates['debug.security.event_dispatcher.login'] ?? $container->load('getDebug_Security_EventDispatcher_LoginService')), 'api' => #[\Closure(name: 'debug.security.event_dispatcher.api', class: 'Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher')] fn () => ($container->privates['debug.security.event_dispatcher.api'] ?? $container->load('getDebug_Security_EventDispatcher_ApiService')), 'main' => #[\Closure(name: 'debug.security.event_dispatcher.main', class: 'Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher')] fn () => ($container->privates['debug.security.event_dispatcher.main'] ?? self::getDebug_Security_EventDispatcher_MainService($container))]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Firewall_Map_Context_ApiService.php b/var/cache/dev/ContainerEB2LqQ8/getSecurity_Firewall_Map_Context_ApiService.php deleted file mode 100644 index 1709da39..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Firewall_Map_Context_ApiService.php +++ /dev/null @@ -1,38 +0,0 @@ -privates['security.authenticator.jwt.api'] ?? $container->load('getSecurity_Authenticator_Jwt_ApiService')); - - if (isset($container->privates['security.firewall.map.context.api'])) { - return $container->privates['security.firewall.map.context.api']; - } - - return $container->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['security.channel_listener'] ?? $container->load('getSecurity_ChannelListenerService')); - yield 1 => ($container->privates['debug.security.firewall.authenticator.api'] ?? $container->load('getDebug_Security_Firewall_Authenticator_ApiService')); - yield 2 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService')); - }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), ($container->privates['security.authentication.trust_resolver'] ??= new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()), ($container->privates['security.http_utils'] ?? $container->load('getSecurity_HttpUtilsService')), 'api', $a, NULL, NULL, ($container->privates['logger'] ?? self::getLoggerService($container)), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api', 'security.user_checker', '.security.request_matcher.vhy2oy3', true, true, 'security.user.provider.concrete.app_user_provider', NULL, 'security.authenticator.jwt.api', NULL, NULL, ['jwt'], NULL, NULL)); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Firewall_Map_Context_DevService.php b/var/cache/dev/ContainerEB2LqQ8/getSecurity_Firewall_Map_Context_DevService.php deleted file mode 100644 index 7152fc64..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Firewall_Map_Context_DevService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(fn () => new \EmptyIterator(), 0), NULL, NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev', 'security.user_checker', '.security.request_matcher.kLbKLHa', false, false, NULL, NULL, NULL, NULL, NULL, [], NULL, NULL)); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Firewall_Map_Context_LoginService.php b/var/cache/dev/ContainerEB2LqQ8/getSecurity_Firewall_Map_Context_LoginService.php deleted file mode 100644 index 1373c32b..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Firewall_Map_Context_LoginService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['security.firewall.map.context.login'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['security.channel_listener'] ?? $container->load('getSecurity_ChannelListenerService')); - yield 1 => ($container->privates['debug.security.firewall.authenticator.login'] ?? $container->load('getDebug_Security_Firewall_Authenticator_LoginService')); - yield 2 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService')); - }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), ($container->privates['security.authentication.trust_resolver'] ??= new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()), ($container->privates['security.http_utils'] ?? $container->load('getSecurity_HttpUtilsService')), 'login', NULL, NULL, NULL, ($container->privates['logger'] ?? self::getLoggerService($container)), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('login', 'security.user_checker', '.security.request_matcher.0QxrXJt', true, true, 'security.user.provider.concrete.app_user_provider', NULL, NULL, NULL, NULL, ['json_login'], NULL, NULL)); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Firewall_Map_Context_MainService.php b/var/cache/dev/ContainerEB2LqQ8/getSecurity_Firewall_Map_Context_MainService.php deleted file mode 100644 index 0da5277f..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Firewall_Map_Context_MainService.php +++ /dev/null @@ -1,34 +0,0 @@ -privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () use ($container) { - yield 0 => ($container->privates['security.channel_listener'] ?? $container->load('getSecurity_ChannelListenerService')); - yield 1 => ($container->privates['security.context_listener.0'] ?? self::getSecurity_ContextListener_0Service($container)); - yield 2 => ($container->privates['debug.security.firewall.authenticator.main'] ?? $container->load('getDebug_Security_Firewall_Authenticator_MainService')); - yield 3 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService')); - }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), ($container->privates['security.authentication.trust_resolver'] ??= new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()), ($container->privates['security.http_utils'] ?? $container->load('getSecurity_HttpUtilsService')), 'main', NULL, NULL, NULL, ($container->privates['logger'] ?? self::getLoggerService($container)), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', NULL, NULL, NULL, [], NULL, NULL), ($container->privates['security.untracked_token_storage'] ??= new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSecurity_HelperService.php b/var/cache/dev/ContainerEB2LqQ8/getSecurity_HelperService.php deleted file mode 100644 index 98720fc0..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSecurity_HelperService.php +++ /dev/null @@ -1,52 +0,0 @@ -privates['security.helper'] = new \Symfony\Bundle\SecurityBundle\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false], - 'security.authenticator.managers_locator' => ['privates', 'security.authenticator.managers_locator', 'getSecurity_Authenticator_ManagersLocatorService', true], - 'security.authorization_checker' => ['privates', 'security.authorization_checker', 'getSecurity_AuthorizationCheckerService', false], - 'security.csrf.token_manager' => ['privates', 'security.csrf.token_manager', 'getSecurity_Csrf_TokenManagerService', true], - 'security.firewall.event_dispatcher_locator' => ['privates', 'security.firewall.event_dispatcher_locator', 'getSecurity_Firewall_EventDispatcherLocatorService', true], - 'security.firewall.map' => ['privates', 'security.firewall.map', 'getSecurity_Firewall_MapService', false], - 'security.token_storage' => ['privates', 'security.token_storage', 'getSecurity_TokenStorageService', false], - 'security.user_checker' => ['privates', 'security.user_checker', 'getSecurity_UserCheckerService', true], - ], [ - 'request_stack' => '?', - 'security.authenticator.managers_locator' => '?', - 'security.authorization_checker' => '?', - 'security.csrf.token_manager' => '?', - 'security.firewall.event_dispatcher_locator' => '?', - 'security.firewall.map' => '?', - 'security.token_storage' => '?', - 'security.user_checker' => '?', - ]), ['login' => new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'security.authenticator.json_login.login' => ['privates', 'security.authenticator.json_login.login', 'getSecurity_Authenticator_JsonLogin_LoginService', true], - ], [ - 'security.authenticator.json_login.login' => '?', - ]), 'api' => new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'security.authenticator.jwt.api' => ['privates', 'security.authenticator.jwt.api', 'getSecurity_Authenticator_Jwt_ApiService', true], - ], [ - 'security.authenticator.jwt.api' => '?', - ]), 'dev' => NULL, 'main' => NULL]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSecurity_HttpUtilsService.php b/var/cache/dev/ContainerEB2LqQ8/getSecurity_HttpUtilsService.php deleted file mode 100644 index 6926bd58..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSecurity_HttpUtilsService.php +++ /dev/null @@ -1,27 +0,0 @@ -services['router'] ?? self::getRouterService($container)); - - return $container->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a, $a, '{^https?://%s$}i', '{^https://%s$}i'); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Listener_CheckAuthenticatorCredentialsService.php b/var/cache/dev/ContainerEB2LqQ8/getSecurity_Listener_CheckAuthenticatorCredentialsService.php deleted file mode 100644 index 354b48bd..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Listener_CheckAuthenticatorCredentialsService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['security.listener.check_authenticator_credentials'] = new \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener(($container->privates['security.password_hasher_factory'] ?? $container->load('getSecurity_PasswordHasherFactoryService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Listener_CsrfProtectionService.php b/var/cache/dev/ContainerEB2LqQ8/getSecurity_Listener_CsrfProtectionService.php deleted file mode 100644 index 302b920e..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Listener_CsrfProtectionService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['security.listener.csrf_protection'] = new \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener(($container->privates['security.csrf.token_manager'] ?? $container->load('getSecurity_Csrf_TokenManagerService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Listener_Main_UserProviderService.php b/var/cache/dev/ContainerEB2LqQ8/getSecurity_Listener_Main_UserProviderService.php deleted file mode 100644 index c045ca08..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Listener_Main_UserProviderService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['security.listener.main.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($container->privates['security.user.provider.concrete.app_user_provider'] ?? $container->load('getSecurity_User_Provider_Concrete_AppUserProviderService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Listener_PasswordMigratingService.php b/var/cache/dev/ContainerEB2LqQ8/getSecurity_Listener_PasswordMigratingService.php deleted file mode 100644 index 96b4ce8b..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Listener_PasswordMigratingService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['security.listener.password_migrating'] = new \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener(($container->privates['security.password_hasher_factory'] ?? $container->load('getSecurity_PasswordHasherFactoryService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Listener_Session_MainService.php b/var/cache/dev/ContainerEB2LqQ8/getSecurity_Listener_Session_MainService.php deleted file mode 100644 index 6f715340..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Listener_Session_MainService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['security.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($container->privates['security.csrf.token_storage'] ?? $container->load('getSecurity_Csrf_TokenStorageService')))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Listener_UserChecker_ApiService.php b/var/cache/dev/ContainerEB2LqQ8/getSecurity_Listener_UserChecker_ApiService.php deleted file mode 100644 index bb99b85a..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Listener_UserChecker_ApiService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['security.listener.user_checker.api'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($container->privates['security.user_checker'] ??= new \Symfony\Component\Security\Core\User\InMemoryUserChecker())); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Listener_UserChecker_LoginService.php b/var/cache/dev/ContainerEB2LqQ8/getSecurity_Listener_UserChecker_LoginService.php deleted file mode 100644 index 1c103f2c..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Listener_UserChecker_LoginService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['security.listener.user_checker.login'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($container->privates['security.user_checker'] ??= new \Symfony\Component\Security\Core\User\InMemoryUserChecker())); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Listener_UserChecker_MainService.php b/var/cache/dev/ContainerEB2LqQ8/getSecurity_Listener_UserChecker_MainService.php deleted file mode 100644 index d89d54f3..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Listener_UserChecker_MainService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['security.listener.user_checker.main'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($container->privates['security.user_checker'] ??= new \Symfony\Component\Security\Core\User\InMemoryUserChecker())); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Listener_UserProviderService.php b/var/cache/dev/ContainerEB2LqQ8/getSecurity_Listener_UserProviderService.php deleted file mode 100644 index be0737ec..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Listener_UserProviderService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['security.listener.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($container->privates['security.user.provider.concrete.app_user_provider'] ?? $container->load('getSecurity_User_Provider_Concrete_AppUserProviderService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Logout_Listener_CsrfTokenClearingService.php b/var/cache/dev/ContainerEB2LqQ8/getSecurity_Logout_Listener_CsrfTokenClearingService.php deleted file mode 100644 index a89ca7af..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Logout_Listener_CsrfTokenClearingService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['security.logout.listener.csrf_token_clearing'] = new \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener(($container->privates['security.csrf.token_storage'] ?? $container->load('getSecurity_Csrf_TokenStorageService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSecurity_PasswordHasherFactoryService.php b/var/cache/dev/ContainerEB2LqQ8/getSecurity_PasswordHasherFactoryService.php deleted file mode 100644 index 512ffd6e..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSecurity_PasswordHasherFactoryService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface' => ['algorithm' => 'auto', 'migrate_from' => [], 'hash_algorithm' => 'sha512', 'key_length' => 40, 'ignore_case' => false, 'encode_as_base64' => true, 'iterations' => 5000, 'cost' => NULL, 'memory_cost' => NULL, 'time_cost' => NULL]]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSecurity_UserCheckerService.php b/var/cache/dev/ContainerEB2LqQ8/getSecurity_UserCheckerService.php deleted file mode 100644 index 9c8f0ead..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSecurity_UserCheckerService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker(); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSecurity_UserPasswordHasherService.php b/var/cache/dev/ContainerEB2LqQ8/getSecurity_UserPasswordHasherService.php deleted file mode 100644 index 3a3be902..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSecurity_UserPasswordHasherService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($container->privates['security.password_hasher_factory'] ?? $container->load('getSecurity_PasswordHasherFactoryService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSecurity_User_Provider_Concrete_AppUserProviderService.php b/var/cache/dev/ContainerEB2LqQ8/getSecurity_User_Provider_Concrete_AppUserProviderService.php deleted file mode 100644 index 081193ee..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSecurity_User_Provider_Concrete_AppUserProviderService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($container->services['doctrine'] ?? $container->load('getDoctrineService')), 'DMD\\LaLigaApi\\Entity\\User', 'email', NULL); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Validator_UserPasswordService.php b/var/cache/dev/ContainerEB2LqQ8/getSecurity_Validator_UserPasswordService.php deleted file mode 100644 index 868910b1..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSecurity_Validator_UserPasswordService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), ($container->privates['security.password_hasher_factory'] ?? $container->load('getSecurity_PasswordHasherFactoryService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getServicesResetterService.php b/var/cache/dev/ContainerEB2LqQ8/getServicesResetterService.php deleted file mode 100644 index ed4162e9..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getServicesResetterService.php +++ /dev/null @@ -1,86 +0,0 @@ -services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () use ($container) { - if (isset($container->services['cache.app'])) { - yield 'cache.app' => ($container->services['cache.app'] ?? null); - } - if (isset($container->services['cache.system'])) { - yield 'cache.system' => ($container->services['cache.system'] ?? null); - } - if (false) { - yield 'cache.validator' => null; - } - if (false) { - yield 'cache.serializer' => null; - } - if (false) { - yield 'cache.annotations' => null; - } - if (false) { - yield 'cache.property_info' => null; - } - if (isset($container->privates['mailer.message_logger_listener'])) { - yield 'mailer.message_logger_listener' => ($container->privates['mailer.message_logger_listener'] ?? null); - } - if (isset($container->privates['debug.stopwatch'])) { - yield 'debug.stopwatch' => ($container->privates['debug.stopwatch'] ?? null); - } - if (isset($container->services['event_dispatcher'])) { - yield 'debug.event_dispatcher' => ($container->services['event_dispatcher'] ?? null); - } - if (isset($container->privates['session_listener'])) { - yield 'session_listener' => ($container->privates['session_listener'] ?? null); - } - if (isset($container->services['cache.validator_expression_language'])) { - yield 'cache.validator_expression_language' => ($container->services['cache.validator_expression_language'] ?? null); - } - if (isset($container->services['doctrine'])) { - yield 'doctrine' => ($container->services['doctrine'] ?? null); - } - if (isset($container->privates['doctrine.debug_data_holder'])) { - yield 'doctrine.debug_data_holder' => ($container->privates['doctrine.debug_data_holder'] ?? null); - } - if (isset($container->privates['security.token_storage'])) { - yield 'security.token_storage' => ($container->privates['security.token_storage'] ?? null); - } - if (false) { - yield 'cache.security_expression_language' => null; - } - if (isset($container->services['cache.security_is_granted_attribute_expression_language'])) { - yield 'cache.security_is_granted_attribute_expression_language' => ($container->services['cache.security_is_granted_attribute_expression_language'] ?? null); - } - if (isset($container->privates['debug.security.firewall'])) { - yield 'debug.security.firewall' => ($container->privates['debug.security.firewall'] ?? null); - } - if (isset($container->privates['debug.security.firewall.authenticator.login'])) { - yield 'debug.security.firewall.authenticator.login' => ($container->privates['debug.security.firewall.authenticator.login'] ?? null); - } - if (isset($container->privates['debug.security.firewall.authenticator.api'])) { - yield 'debug.security.firewall.authenticator.api' => ($container->privates['debug.security.firewall.authenticator.api'] ?? null); - } - if (isset($container->privates['debug.security.firewall.authenticator.main'])) { - yield 'debug.security.firewall.authenticator.main' => ($container->privates['debug.security.firewall.authenticator.main'] ?? null); - } - }, fn () => 0 + (int) (isset($container->services['cache.app'])) + (int) (isset($container->services['cache.system'])) + (int) (false) + (int) (false) + (int) (false) + (int) (false) + (int) (isset($container->privates['mailer.message_logger_listener'])) + (int) (isset($container->privates['debug.stopwatch'])) + (int) (isset($container->services['event_dispatcher'])) + (int) (isset($container->privates['session_listener'])) + (int) (isset($container->services['cache.validator_expression_language'])) + (int) (isset($container->services['doctrine'])) + (int) (isset($container->privates['doctrine.debug_data_holder'])) + (int) (isset($container->privates['security.token_storage'])) + (int) (false) + (int) (isset($container->services['cache.security_is_granted_attribute_expression_language'])) + (int) (isset($container->privates['debug.security.firewall'])) + (int) (isset($container->privates['debug.security.firewall.authenticator.login'])) + (int) (isset($container->privates['debug.security.firewall.authenticator.api'])) + (int) (isset($container->privates['debug.security.firewall.authenticator.main']))), ['cache.app' => ['reset'], 'cache.system' => ['reset'], 'cache.validator' => ['reset'], 'cache.serializer' => ['reset'], 'cache.annotations' => ['reset'], 'cache.property_info' => ['reset'], 'mailer.message_logger_listener' => ['reset'], 'debug.stopwatch' => ['reset'], 'debug.event_dispatcher' => ['reset'], 'session_listener' => ['reset'], 'cache.validator_expression_language' => ['reset'], 'doctrine' => ['reset'], 'doctrine.debug_data_holder' => ['reset'], 'security.token_storage' => ['disableUsageTracking', 'setToken'], 'cache.security_expression_language' => ['reset'], 'cache.security_is_granted_attribute_expression_language' => ['reset'], 'debug.security.firewall' => ['reset'], 'debug.security.firewall.authenticator.login' => ['reset'], 'debug.security.firewall.authenticator.api' => ['reset'], 'debug.security.firewall.authenticator.main' => ['reset']]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSession_FactoryService.php b/var/cache/dev/ContainerEB2LqQ8/getSession_FactoryService.php deleted file mode 100644 index b3207139..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSession_FactoryService.php +++ /dev/null @@ -1,36 +0,0 @@ -privates['session_listener'] ?? self::getSessionListenerService($container)); - - if (isset($container->privates['session.factory'])) { - return $container->privates['session.factory']; - } - - return $container->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory($container->parameters['session.storage.options'], ($container->privates['session.handler.native'] ?? $container->load('getSession_Handler_NativeService')), new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta', 0), true), [$a, 'onSessionUsage']); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getSession_Handler_NativeService.php b/var/cache/dev/ContainerEB2LqQ8/getSession_Handler_NativeService.php deleted file mode 100644 index 4b2a75a7..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getSession_Handler_NativeService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['session.handler.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getTeamRepositoryService.php b/var/cache/dev/ContainerEB2LqQ8/getTeamRepositoryService.php deleted file mode 100644 index 058b2a27..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getTeamRepositoryService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['DMD\\LaLigaApi\\Repository\\TeamRepository'] = new \DMD\LaLigaApi\Repository\TeamRepository(($container->services['doctrine'] ?? $container->load('getDoctrineService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getTemplateControllerService.php b/var/cache/dev/ContainerEB2LqQ8/getTemplateControllerService.php deleted file mode 100644 index 3bd19c49..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getTemplateControllerService.php +++ /dev/null @@ -1,25 +0,0 @@ -services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($container->privates['twig'] ?? $container->load('getTwigService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getTwigService.php b/var/cache/dev/ContainerEB2LqQ8/getTwigService.php deleted file mode 100644 index 672fa9a5..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getTwigService.php +++ /dev/null @@ -1,110 +0,0 @@ -addPath((\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-bundle/Resources/views'), 'Doctrine'); - $a->addPath((\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-bundle/Resources/views'), '!Doctrine'); - $a->addPath((\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations'); - $a->addPath((\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations'); - $a->addPath((\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-bundle/Resources/views'), 'Security'); - $a->addPath((\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-bundle/Resources/views'), '!Security'); - $a->addPath((\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'nelmio'.\DIRECTORY_SEPARATOR.'api-doc-bundle/Resources/views'), 'NelmioApiDoc'); - $a->addPath((\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'nelmio'.\DIRECTORY_SEPARATOR.'api-doc-bundle/Resources/views'), '!NelmioApiDoc'); - $a->addPath((\dirname(__DIR__, 4).'/templates')); - $a->addPath((\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'twig-bridge/Resources/views/Email'), 'email'); - $a->addPath((\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'twig-bridge/Resources/views/Email'), '!email'); - - $container->privates['twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name', 'cache' => ($container->targetDir.''.'/twig'), 'charset' => 'UTF-8', 'debug' => true, 'strict_variables' => true]); - - $b = ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()); - $c = ($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)); - $d = ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true)); - $e = ($container->services['router'] ?? self::getRouterService($container)); - $f = new \Symfony\Bridge\Twig\AppVariable(); - $f->setEnvironment('dev'); - $f->setDebug(true); - $f->setTokenStorage($c); - if ($container->has('request_stack')) { - $f->setRequestStack($b); - } - - $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension()); - $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($container->privates['security.logout_url_generator'] ?? self::getSecurity_LogoutUrlGeneratorService($container)))); - $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($container->privates['security.authorization_checker'] ?? self::getSecurity_AuthorizationCheckerService($container)), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($b, ($container->privates['security.firewall.map'] ?? self::getSecurity_Firewall_MapService($container)), $c))); - $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(new \Twig\Profiler\Profile(), $d)); - $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(NULL)); - $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension(($container->privates['debug.file_link_formatter'] ??= new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter($container->getEnv('default::SYMFONY_IDE'))), \dirname(__DIR__, 4), 'UTF-8')); - $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e)); - $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension()); - $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($d, true)); - $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension()); - $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, $e))); - $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension()); - $instance->addExtension(new \Twig\Extension\DebugExtension()); - $instance->addGlobal('app', $f); - $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true], - 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true], - ], [ - 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?', - 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?', - ]))); - (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getTwig_Command_DebugService.php b/var/cache/dev/ContainerEB2LqQ8/getTwig_Command_DebugService.php deleted file mode 100644 index eef5e5a4..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getTwig_Command_DebugService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($container->privates['twig'] ?? $container->load('getTwigService')), \dirname(__DIR__, 4), $container->parameters['kernel.bundles_metadata'], (\dirname(__DIR__, 4).'/templates'), ($container->privates['debug.file_link_formatter'] ??= new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter($container->getEnv('default::SYMFONY_IDE')))); - - $instance->setName('debug:twig'); - $instance->setDescription('Show a list of twig functions, filters, globals and tests'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getTwig_Command_LintService.php b/var/cache/dev/ContainerEB2LqQ8/getTwig_Command_LintService.php deleted file mode 100644 index 3d910221..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getTwig_Command_LintService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($container->privates['twig'] ?? $container->load('getTwigService')), ['*.twig']); - - $instance->setName('lint:twig'); - $instance->setDescription('Lint a Twig template and outputs encountered errors'); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getTwig_Mailer_MessageListenerService.php b/var/cache/dev/ContainerEB2LqQ8/getTwig_Mailer_MessageListenerService.php deleted file mode 100644 index 929e9186..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getTwig_Mailer_MessageListenerService.php +++ /dev/null @@ -1,33 +0,0 @@ -privates['twig'] ?? $container->load('getTwigService')); - - if (isset($container->privates['twig.mailer.message_listener'])) { - return $container->privates['twig.mailer.message_listener']; - } - - return $container->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a)); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getTwig_Runtime_HttpkernelService.php b/var/cache/dev/ContainerEB2LqQ8/getTwig_Runtime_HttpkernelService.php deleted file mode 100644 index 4f7c71f1..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getTwig_Runtime_HttpkernelService.php +++ /dev/null @@ -1,36 +0,0 @@ -services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()); - - return $container->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'inline' => ['privates', 'fragment.renderer.inline', 'getFragment_Renderer_InlineService', true], - ], [ - 'inline' => '?', - ]), $a, true), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($container->getEnv('APP_SECRET')), $a)); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getTwig_Runtime_SecurityCsrfService.php b/var/cache/dev/ContainerEB2LqQ8/getTwig_Runtime_SecurityCsrfService.php deleted file mode 100644 index 0dbecaf3..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getTwig_Runtime_SecurityCsrfService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($container->privates['security.csrf.token_manager'] ?? $container->load('getSecurity_Csrf_TokenManagerService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getTwig_TemplateCacheWarmerService.php b/var/cache/dev/ContainerEB2LqQ8/getTwig_TemplateCacheWarmerService.php deleted file mode 100644 index 5d49cb9b..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getTwig_TemplateCacheWarmerService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'twig' => ['privates', 'twig', 'getTwigService', true], - ], [ - 'twig' => 'Twig\\Environment', - ]))->withContext('twig.template_cache_warmer', $container), new \Symfony\Bundle\TwigBundle\TemplateIterator(($container->services['kernel'] ?? $container->get('kernel', 1)), [(\dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'twig-bridge/Resources/views/Email') => 'email'], (\dirname(__DIR__, 4).'/templates'), [])); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getUserControllerService.php b/var/cache/dev/ContainerEB2LqQ8/getUserControllerService.php deleted file mode 100644 index a3c975f4..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getUserControllerService.php +++ /dev/null @@ -1,30 +0,0 @@ -services['DMD\\LaLigaApi\\Controller\\UserController'] = $instance = new \DMD\LaLigaApi\Controller\UserController(); - - $instance->setContainer(($container->privates['.service_locator.O2p6Lk7'] ?? $container->load('get_ServiceLocator_O2p6Lk7Service'))->withContext('DMD\\LaLigaApi\\Controller\\UserController', $container)); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getUserRepositoryService.php b/var/cache/dev/ContainerEB2LqQ8/getUserRepositoryService.php deleted file mode 100644 index ed8bee42..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getUserRepositoryService.php +++ /dev/null @@ -1,32 +0,0 @@ -privates['DMD\\LaLigaApi\\Repository\\UserRepository'] = new \DMD\LaLigaApi\Repository\UserRepository(($container->services['doctrine'] ?? $container->load('getDoctrineService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getUserSaverService.php b/var/cache/dev/ContainerEB2LqQ8/getUserSaverService.php deleted file mode 100644 index c797d4db..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getUserSaverService.php +++ /dev/null @@ -1,25 +0,0 @@ -privates['DMD\\LaLigaApi\\Service\\User\\Handlers\\UserSaver'] = new \DMD\LaLigaApi\Service\User\Handlers\UserSaver(($container->services['doctrine.orm.default_entity_manager'] ?? $container->load('getDoctrine_Orm_DefaultEntityManagerService')), ($container->privates['security.user_password_hasher'] ?? $container->load('getSecurity_UserPasswordHasherService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getValidatorService.php b/var/cache/dev/ContainerEB2LqQ8/getValidatorService.php deleted file mode 100644 index c7740895..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getValidatorService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['validator'] = ($container->privates['validator.builder'] ?? $container->load('getValidator_BuilderService'))->getValidator(); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getValidator_BuilderService.php b/var/cache/dev/ContainerEB2LqQ8/getValidator_BuilderService.php deleted file mode 100644 index fee2e405..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getValidator_BuilderService.php +++ /dev/null @@ -1,68 +0,0 @@ -privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder(); - - $a = ($container->privates['property_info'] ?? $container->load('getPropertyInfoService')); - - $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true], - 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true], - 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true], - 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true], - 'Symfony\\Component\\Validator\\Constraints\\NoSuspiciousCharactersValidator' => ['privates', 'validator.no_suspicious_characters', 'getValidator_NoSuspiciousCharactersService', true], - 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true], - 'Symfony\\Component\\Validator\\Constraints\\WhenValidator' => ['privates', 'validator.when', 'getValidator_WhenService', true], - 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true], - 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true], - 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true], - ], [ - 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?', - 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?', - 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?', - 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?', - 'Symfony\\Component\\Validator\\Constraints\\NoSuspiciousCharactersValidator' => '?', - 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?', - 'Symfony\\Component\\Validator\\Constraints\\WhenValidator' => '?', - 'doctrine.orm.validator.unique' => '?', - 'security.validator.user_password' => '?', - 'validator.expression' => '?', - ]))); - $instance->setTranslationDomain('validators'); - $instance->enableAnnotationMapping(true); - $instance->addMethodMapping('loadValidatorMetadata'); - $instance->addObjectInitializers([new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($container->services['doctrine'] ?? $container->load('getDoctrineService')))]); - $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL)); - $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($container->services['doctrine.orm.default_entity_manager'] ?? $container->load('getDoctrine_Orm_DefaultEntityManagerService')), NULL)); - - return $instance; - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getValidator_EmailService.php b/var/cache/dev/ContainerEB2LqQ8/getValidator_EmailService.php deleted file mode 100644 index 5d5e95bf..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getValidator_EmailService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5'); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getValidator_ExpressionService.php b/var/cache/dev/ContainerEB2LqQ8/getValidator_ExpressionService.php deleted file mode 100644 index 1f1ad350..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getValidator_ExpressionService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(NULL); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getValidator_Mapping_CacheWarmerService.php b/var/cache/dev/ContainerEB2LqQ8/getValidator_Mapping_CacheWarmerService.php deleted file mode 100644 index 5c6f979e..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getValidator_Mapping_CacheWarmerService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($container->privates['validator.builder'] ?? $container->load('getValidator_BuilderService')), ($container->targetDir.''.'/validation.php')); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getValidator_NoSuspiciousCharactersService.php b/var/cache/dev/ContainerEB2LqQ8/getValidator_NoSuspiciousCharactersService.php deleted file mode 100644 index e48a6f76..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getValidator_NoSuspiciousCharactersService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['validator.no_suspicious_characters'] = new \Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator([]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getValidator_NotCompromisedPasswordService.php b/var/cache/dev/ContainerEB2LqQ8/getValidator_NotCompromisedPasswordService.php deleted file mode 100644 index 45771e86..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getValidator_NotCompromisedPasswordService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(NULL, 'UTF-8', true, NULL); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/getValidator_WhenService.php b/var/cache/dev/ContainerEB2LqQ8/getValidator_WhenService.php deleted file mode 100644 index db73a6e9..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/getValidator_WhenService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['validator.when'] = new \Symfony\Component\Validator\Constraints\WhenValidator(NULL); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_About_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_About_LazyService.php deleted file mode 100644 index f3bd0458..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_About_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project', false, #[\Closure(name: 'console.command.about', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand => ($container->privates['console.command.about'] ?? $container->load('getConsole_Command_AboutService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_AssetsInstall_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_AssetsInstall_LazyService.php deleted file mode 100644 index f834e65e..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_AssetsInstall_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.assets_install.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('assets:install', [], 'Install bundle\'s web assets under a public directory', false, #[\Closure(name: 'console.command.assets_install', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand => ($container->privates['console.command.assets_install'] ?? $container->load('getConsole_Command_AssetsInstallService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_CacheClear_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_CacheClear_LazyService.php deleted file mode 100644 index 8deb9ac7..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_CacheClear_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache', false, #[\Closure(name: 'console.command.cache_clear', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand => ($container->privates['console.command.cache_clear'] ?? $container->load('getConsole_Command_CacheClearService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_CachePoolClear_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_CachePoolClear_LazyService.php deleted file mode 100644 index 5a8bdc8e..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_CachePoolClear_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools', false, #[\Closure(name: 'console.command.cache_pool_clear', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand => ($container->privates['console.command.cache_pool_clear'] ?? $container->load('getConsole_Command_CachePoolClearService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_CachePoolDelete_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_CachePoolDelete_LazyService.php deleted file mode 100644 index 9f7fe851..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_CachePoolDelete_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.cache_pool_delete.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:delete', [], 'Delete an item from a cache pool', false, #[\Closure(name: 'console.command.cache_pool_delete', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand => ($container->privates['console.command.cache_pool_delete'] ?? $container->load('getConsole_Command_CachePoolDeleteService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_CachePoolInvalidateTags_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_CachePoolInvalidateTags_LazyService.php deleted file mode 100644 index 891ab6c9..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_CachePoolInvalidateTags_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.cache_pool_invalidate_tags.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:invalidate-tags', [], 'Invalidate cache tags for all or a specific pool', false, #[\Closure(name: 'console.command.cache_pool_invalidate_tags', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolInvalidateTagsCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolInvalidateTagsCommand => ($container->privates['console.command.cache_pool_invalidate_tags'] ?? $container->load('getConsole_Command_CachePoolInvalidateTagsService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_CachePoolList_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_CachePoolList_LazyService.php deleted file mode 100644 index 0af25b4a..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_CachePoolList_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools', false, #[\Closure(name: 'console.command.cache_pool_list', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand => ($container->privates['console.command.cache_pool_list'] ?? $container->load('getConsole_Command_CachePoolListService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_CachePoolPrune_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_CachePoolPrune_LazyService.php deleted file mode 100644 index bd01c65b..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_CachePoolPrune_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools', false, #[\Closure(name: 'console.command.cache_pool_prune', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand => ($container->privates['console.command.cache_pool_prune'] ?? $container->load('getConsole_Command_CachePoolPruneService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_CacheWarmup_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_CacheWarmup_LazyService.php deleted file mode 100644 index 4dd7d34e..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_CacheWarmup_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache', false, #[\Closure(name: 'console.command.cache_warmup', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand => ($container->privates['console.command.cache_warmup'] ?? $container->load('getConsole_Command_CacheWarmupService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_ConfigDebug_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_ConfigDebug_LazyService.php deleted file mode 100644 index 5d64bd6d..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_ConfigDebug_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.config_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:config', [], 'Dump the current configuration for an extension', false, #[\Closure(name: 'console.command.config_debug', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand => ($container->privates['console.command.config_debug'] ?? $container->load('getConsole_Command_ConfigDebugService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_ConfigDumpReference_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_ConfigDumpReference_LazyService.php deleted file mode 100644 index 2d794bba..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_ConfigDumpReference_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.config_dump_reference.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('config:dump-reference', [], 'Dump the default configuration for an extension', false, #[\Closure(name: 'console.command.config_dump_reference', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand => ($container->privates['console.command.config_dump_reference'] ?? $container->load('getConsole_Command_ConfigDumpReferenceService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_ContainerDebug_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_ContainerDebug_LazyService.php deleted file mode 100644 index d450b2f6..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_ContainerDebug_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application', false, #[\Closure(name: 'console.command.container_debug', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand => ($container->privates['console.command.container_debug'] ?? $container->load('getConsole_Command_ContainerDebugService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_ContainerLint_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_ContainerLint_LazyService.php deleted file mode 100644 index 2e90cd4e..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_ContainerLint_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.container_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:container', [], 'Ensure that arguments injected into services match type declarations', false, #[\Closure(name: 'console.command.container_lint', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand => ($container->privates['console.command.container_lint'] ?? $container->load('getConsole_Command_ContainerLintService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_DebugAutowiring_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_DebugAutowiring_LazyService.php deleted file mode 100644 index 5c4b6ea6..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_DebugAutowiring_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.debug_autowiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:autowiring', [], 'List classes/interfaces you can use for autowiring', false, #[\Closure(name: 'console.command.debug_autowiring', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand => ($container->privates['console.command.debug_autowiring'] ?? $container->load('getConsole_Command_DebugAutowiringService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_DotenvDebug_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_DotenvDebug_LazyService.php deleted file mode 100644 index 112ad05c..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_DotenvDebug_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.dotenv_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:dotenv', [], 'Lists all dotenv files with variables and values', false, #[\Closure(name: 'console.command.dotenv_debug', class: 'Symfony\\Component\\Dotenv\\Command\\DebugCommand')] fn (): \Symfony\Component\Dotenv\Command\DebugCommand => ($container->privates['console.command.dotenv_debug'] ?? $container->load('getConsole_Command_DotenvDebugService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_EventDispatcherDebug_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_EventDispatcherDebug_LazyService.php deleted file mode 100644 index 94be4997..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_EventDispatcherDebug_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.event_dispatcher_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:event-dispatcher', [], 'Display configured listeners for an application', false, #[\Closure(name: 'console.command.event_dispatcher_debug', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand => ($container->privates['console.command.event_dispatcher_debug'] ?? $container->load('getConsole_Command_EventDispatcherDebugService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_MailerTest_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_MailerTest_LazyService.php deleted file mode 100644 index a3e1bdaa..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_MailerTest_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.mailer_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('mailer:test', [], 'Test Mailer transports by sending an email', false, #[\Closure(name: 'console.command.mailer_test', class: 'Symfony\\Component\\Mailer\\Command\\MailerTestCommand')] fn (): \Symfony\Component\Mailer\Command\MailerTestCommand => ($container->privates['console.command.mailer_test'] ?? $container->load('getConsole_Command_MailerTestService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_RouterDebug_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_RouterDebug_LazyService.php deleted file mode 100644 index 0c2e706b..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_RouterDebug_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application', false, #[\Closure(name: 'console.command.router_debug', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand => ($container->privates['console.command.router_debug'] ?? $container->load('getConsole_Command_RouterDebugService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_RouterMatch_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_RouterMatch_LazyService.php deleted file mode 100644 index 9d3e6c26..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_RouterMatch_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match', false, #[\Closure(name: 'console.command.router_match', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand => ($container->privates['console.command.router_match'] ?? $container->load('getConsole_Command_RouterMatchService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_SecretsDecryptToLocal_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_SecretsDecryptToLocal_LazyService.php deleted file mode 100644 index 7767d099..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_SecretsDecryptToLocal_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.secrets_decrypt_to_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:decrypt-to-local', [], 'Decrypt all secrets and stores them in the local vault', false, #[\Closure(name: 'console.command.secrets_decrypt_to_local', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand => ($container->privates['console.command.secrets_decrypt_to_local'] ?? $container->load('getConsole_Command_SecretsDecryptToLocalService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_SecretsEncryptFromLocal_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_SecretsEncryptFromLocal_LazyService.php deleted file mode 100644 index edb06138..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_SecretsEncryptFromLocal_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.secrets_encrypt_from_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:encrypt-from-local', [], 'Encrypt all local secrets to the vault', false, #[\Closure(name: 'console.command.secrets_encrypt_from_local', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand => ($container->privates['console.command.secrets_encrypt_from_local'] ?? $container->load('getConsole_Command_SecretsEncryptFromLocalService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_SecretsGenerateKey_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_SecretsGenerateKey_LazyService.php deleted file mode 100644 index 76f5cde0..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_SecretsGenerateKey_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys', false, #[\Closure(name: 'console.command.secrets_generate_key', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand => ($container->privates['console.command.secrets_generate_key'] ?? $container->load('getConsole_Command_SecretsGenerateKeyService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_SecretsList_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_SecretsList_LazyService.php deleted file mode 100644 index 25d3a3f0..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_SecretsList_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets', false, #[\Closure(name: 'console.command.secrets_list', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand => ($container->privates['console.command.secrets_list'] ?? $container->load('getConsole_Command_SecretsListService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_SecretsRemove_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_SecretsRemove_LazyService.php deleted file mode 100644 index 9147e6b1..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_SecretsRemove_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault', false, #[\Closure(name: 'console.command.secrets_remove', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand => ($container->privates['console.command.secrets_remove'] ?? $container->load('getConsole_Command_SecretsRemoveService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_SecretsSet_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_SecretsSet_LazyService.php deleted file mode 100644 index 2a0a4f12..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_SecretsSet_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault', false, #[\Closure(name: 'console.command.secrets_set', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand => ($container->privates['console.command.secrets_set'] ?? $container->load('getConsole_Command_SecretsSetService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_ValidatorDebug_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_ValidatorDebug_LazyService.php deleted file mode 100644 index d647b318..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_ValidatorDebug_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes', false, #[\Closure(name: 'console.command.validator_debug', class: 'Symfony\\Component\\Validator\\Command\\DebugCommand')] fn (): \Symfony\Component\Validator\Command\DebugCommand => ($container->privates['console.command.validator_debug'] ?? $container->load('getConsole_Command_ValidatorDebugService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_YamlLint_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_YamlLint_LazyService.php deleted file mode 100644 index 64961c23..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Console_Command_YamlLint_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors', false, #[\Closure(name: 'console.command.yaml_lint', class: 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand')] fn (): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand => ($container->privates['console.command.yaml_lint'] ?? $container->load('getConsole_Command_YamlLintService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Debug_Security_Voter_Security_Access_AuthenticatedVoterService.php b/var/cache/dev/ContainerEB2LqQ8/get_Debug_Security_Voter_Security_Access_AuthenticatedVoterService.php deleted file mode 100644 index 4a8070c7..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Debug_Security_Voter_Security_Access_AuthenticatedVoterService.php +++ /dev/null @@ -1,34 +0,0 @@ -services['event_dispatcher'] ?? self::getEventDispatcherService($container)); - - if (isset($container->privates['.debug.security.voter.security.access.authenticated_voter'])) { - return $container->privates['.debug.security.voter.security.access.authenticated_voter']; - } - - return $container->privates['.debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($container->privates['security.authentication.trust_resolver'] ??= new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $a); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Debug_Security_Voter_Security_Access_SimpleRoleVoterService.php b/var/cache/dev/ContainerEB2LqQ8/get_Debug_Security_Voter_Security_Access_SimpleRoleVoterService.php deleted file mode 100644 index a254bae7..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Debug_Security_Voter_Security_Access_SimpleRoleVoterService.php +++ /dev/null @@ -1,34 +0,0 @@ -services['event_dispatcher'] ?? self::getEventDispatcherService($container)); - - if (isset($container->privates['.debug.security.voter.security.access.simple_role_voter'])) { - return $container->privates['.debug.security.voter.security.access.simple_role_voter']; - } - - return $container->privates['.debug.security.voter.security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter(), $a); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_BackedEnumResolverService.php b/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_BackedEnumResolverService.php deleted file mode 100644 index 969df295..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_BackedEnumResolverService.php +++ /dev/null @@ -1,28 +0,0 @@ -privates['.debug.value_resolver.argument_resolver.backed_enum_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\BackedEnumValueResolver(), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_DatetimeService.php b/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_DatetimeService.php deleted file mode 100644 index 126fd61e..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_DatetimeService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['.debug.value_resolver.argument_resolver.datetime'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DateTimeValueResolver(new \Symfony\Component\Clock\Clock()), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_DefaultService.php b/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_DefaultService.php deleted file mode 100644 index 93b98ebc..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_DefaultService.php +++ /dev/null @@ -1,28 +0,0 @@ -privates['.debug.value_resolver.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_NotTaggedControllerService.php b/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_NotTaggedControllerService.php deleted file mode 100644 index 18d2f8c9..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_NotTaggedControllerService.php +++ /dev/null @@ -1,28 +0,0 @@ -privates['.debug.value_resolver.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($container->privates['.service_locator.bNYvrCq'] ?? $container->load('get_ServiceLocator_BNYvrCqService'))), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_QueryParameterValueResolverService.php b/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_QueryParameterValueResolverService.php deleted file mode 100644 index 36f48208..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_QueryParameterValueResolverService.php +++ /dev/null @@ -1,28 +0,0 @@ -privates['.debug.value_resolver.argument_resolver.query_parameter_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\QueryParameterValueResolver(), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_RequestAttributeService.php b/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_RequestAttributeService.php deleted file mode 100644 index b36aa1d8..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_RequestAttributeService.php +++ /dev/null @@ -1,28 +0,0 @@ -privates['.debug.value_resolver.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_RequestPayloadService.php b/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_RequestPayloadService.php deleted file mode 100644 index daa16b4a..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_RequestPayloadService.php +++ /dev/null @@ -1,28 +0,0 @@ -privates['.debug.value_resolver.argument_resolver.request_payload'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(throw new RuntimeException('You can neither use "#[MapRequestPayload]" nor "#[MapQueryString]" since the Serializer component is not installed. Try running "composer require symfony/serializer-pack".'), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_RequestService.php b/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_RequestService.php deleted file mode 100644 index 04634259..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_RequestService.php +++ /dev/null @@ -1,28 +0,0 @@ -privates['.debug.value_resolver.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_ServiceService.php b/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_ServiceService.php deleted file mode 100644 index 5f85d36a..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_ServiceService.php +++ /dev/null @@ -1,28 +0,0 @@ -privates['.debug.value_resolver.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($container->privates['.service_locator.bNYvrCq'] ?? $container->load('get_ServiceLocator_BNYvrCqService'))), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_SessionService.php b/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_SessionService.php deleted file mode 100644 index 90699586..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_SessionService.php +++ /dev/null @@ -1,28 +0,0 @@ -privates['.debug.value_resolver.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_VariadicService.php b/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_VariadicService.php deleted file mode 100644 index 4fc11d7a..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_VariadicService.php +++ /dev/null @@ -1,28 +0,0 @@ -privates['.debug.value_resolver.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_Doctrine_Orm_EntityValueResolverService.php b/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_Doctrine_Orm_EntityValueResolverService.php deleted file mode 100644 index a82cecfd..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_Doctrine_Orm_EntityValueResolverService.php +++ /dev/null @@ -1,28 +0,0 @@ -privates['.debug.value_resolver.doctrine.orm.entity_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver(($container->services['doctrine'] ?? $container->load('getDoctrineService')), NULL), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_Security_SecurityTokenValueResolverService.php b/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_Security_SecurityTokenValueResolverService.php deleted file mode 100644 index c6ee6e1f..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_Security_SecurityTokenValueResolverService.php +++ /dev/null @@ -1,28 +0,0 @@ -privates['.debug.value_resolver.security.security_token_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\SecurityTokenValueResolver(($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container))), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_Security_UserValueResolverService.php b/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_Security_UserValueResolverService.php deleted file mode 100644 index 39cc880f..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Debug_ValueResolver_Security_UserValueResolverService.php +++ /dev/null @@ -1,28 +0,0 @@ -privates['.debug.value_resolver.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container))), ($container->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_CurrentCommand_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_CurrentCommand_LazyService.php deleted file mode 100644 index d202ee12..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_CurrentCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.doctrine_migrations.current_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:current', [], 'Outputs the current version', false, #[\Closure(name: 'doctrine_migrations.current_command', class: 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand')] fn (): \Doctrine\Migrations\Tools\Console\Command\CurrentCommand => ($container->privates['doctrine_migrations.current_command'] ?? $container->load('getDoctrineMigrations_CurrentCommandService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_DiffCommand_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_DiffCommand_LazyService.php deleted file mode 100644 index 8c9c84c6..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_DiffCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.doctrine_migrations.diff_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:diff', [], 'Generate a migration by comparing your current database to your mapping information.', false, #[\Closure(name: 'doctrine_migrations.diff_command', class: 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand')] fn (): \Doctrine\Migrations\Tools\Console\Command\DiffCommand => ($container->privates['doctrine_migrations.diff_command'] ?? $container->load('getDoctrineMigrations_DiffCommandService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_DumpSchemaCommand_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_DumpSchemaCommand_LazyService.php deleted file mode 100644 index ed26d588..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_DumpSchemaCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.doctrine_migrations.dump_schema_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:dump-schema', [], 'Dump the schema for your database to a migration.', false, #[\Closure(name: 'doctrine_migrations.dump_schema_command', class: 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand')] fn (): \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand => ($container->privates['doctrine_migrations.dump_schema_command'] ?? $container->load('getDoctrineMigrations_DumpSchemaCommandService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_ExecuteCommand_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_ExecuteCommand_LazyService.php deleted file mode 100644 index 07389080..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_ExecuteCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.doctrine_migrations.execute_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:execute', [], 'Execute one or more migration versions up or down manually.', false, #[\Closure(name: 'doctrine_migrations.execute_command', class: 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand')] fn (): \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand => ($container->privates['doctrine_migrations.execute_command'] ?? $container->load('getDoctrineMigrations_ExecuteCommandService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_GenerateCommand_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_GenerateCommand_LazyService.php deleted file mode 100644 index 6dc7c246..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_GenerateCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.doctrine_migrations.generate_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:generate', [], 'Generate a blank migration class.', false, #[\Closure(name: 'doctrine_migrations.generate_command', class: 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand')] fn (): \Doctrine\Migrations\Tools\Console\Command\GenerateCommand => ($container->privates['doctrine_migrations.generate_command'] ?? $container->load('getDoctrineMigrations_GenerateCommandService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_LatestCommand_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_LatestCommand_LazyService.php deleted file mode 100644 index 9857a0fc..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_LatestCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.doctrine_migrations.latest_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:latest', [], 'Outputs the latest version', false, #[\Closure(name: 'doctrine_migrations.latest_command', class: 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand')] fn (): \Doctrine\Migrations\Tools\Console\Command\LatestCommand => ($container->privates['doctrine_migrations.latest_command'] ?? $container->load('getDoctrineMigrations_LatestCommandService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_MigrateCommand_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_MigrateCommand_LazyService.php deleted file mode 100644 index a963a3a0..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_MigrateCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.doctrine_migrations.migrate_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:migrate', [], 'Execute a migration to a specified version or the latest available version.', false, #[\Closure(name: 'doctrine_migrations.migrate_command', class: 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand')] fn (): \Doctrine\Migrations\Tools\Console\Command\MigrateCommand => ($container->privates['doctrine_migrations.migrate_command'] ?? $container->load('getDoctrineMigrations_MigrateCommandService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_RollupCommand_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_RollupCommand_LazyService.php deleted file mode 100644 index 685ceb04..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_RollupCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.doctrine_migrations.rollup_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:rollup', [], 'Rollup migrations by deleting all tracked versions and insert the one version that exists.', false, #[\Closure(name: 'doctrine_migrations.rollup_command', class: 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand')] fn (): \Doctrine\Migrations\Tools\Console\Command\RollupCommand => ($container->privates['doctrine_migrations.rollup_command'] ?? $container->load('getDoctrineMigrations_RollupCommandService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_StatusCommand_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_StatusCommand_LazyService.php deleted file mode 100644 index d74bb8b4..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_StatusCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.doctrine_migrations.status_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:status', [], 'View the status of a set of migrations.', false, #[\Closure(name: 'doctrine_migrations.status_command', class: 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand')] fn (): \Doctrine\Migrations\Tools\Console\Command\StatusCommand => ($container->privates['doctrine_migrations.status_command'] ?? $container->load('getDoctrineMigrations_StatusCommandService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_SyncMetadataCommand_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_SyncMetadataCommand_LazyService.php deleted file mode 100644 index e110629b..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_SyncMetadataCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.doctrine_migrations.sync_metadata_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:sync-metadata-storage', [], 'Ensures that the metadata storage is at the latest version.', false, #[\Closure(name: 'doctrine_migrations.sync_metadata_command', class: 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand')] fn (): \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand => ($container->privates['doctrine_migrations.sync_metadata_command'] ?? $container->load('getDoctrineMigrations_SyncMetadataCommandService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_UpToDateCommand_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_UpToDateCommand_LazyService.php deleted file mode 100644 index 1275afb3..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_UpToDateCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.doctrine_migrations.up_to_date_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:up-to-date', [], 'Tells you if your schema is up-to-date.', false, #[\Closure(name: 'doctrine_migrations.up_to_date_command', class: 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand')] fn (): \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand => ($container->privates['doctrine_migrations.up_to_date_command'] ?? $container->load('getDoctrineMigrations_UpToDateCommandService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_VersionCommand_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_VersionCommand_LazyService.php deleted file mode 100644 index 80210f80..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_VersionCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.doctrine_migrations.version_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:version', [], 'Manually add and delete migration versions from the version table.', false, #[\Closure(name: 'doctrine_migrations.version_command', class: 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand')] fn (): \Doctrine\Migrations\Tools\Console\Command\VersionCommand => ($container->privates['doctrine_migrations.version_command'] ?? $container->load('getDoctrineMigrations_VersionCommandService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_VersionsCommand_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_VersionsCommand_LazyService.php deleted file mode 100644 index 17f857bd..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_DoctrineMigrations_VersionsCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.doctrine_migrations.versions_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:list', [], 'Display a list of all available migrations and their status.', false, #[\Closure(name: 'doctrine_migrations.versions_command', class: 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand')] fn (): \Doctrine\Migrations\Tools\Console\Command\ListCommand => ($container->privates['doctrine_migrations.versions_command'] ?? $container->load('getDoctrineMigrations_VersionsCommandService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_LexikJwtAuthentication_CheckConfigCommand_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_LexikJwtAuthentication_CheckConfigCommand_LazyService.php deleted file mode 100644 index be44e745..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_LexikJwtAuthentication_CheckConfigCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.lexik_jwt_authentication.check_config_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:check-config', [], 'Checks that the bundle is properly configured.', false, #[\Closure(name: 'lexik_jwt_authentication.check_config_command', class: 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\CheckConfigCommand')] fn (): \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand => ($container->privates['lexik_jwt_authentication.check_config_command'] ?? $container->load('getLexikJwtAuthentication_CheckConfigCommandService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_LexikJwtAuthentication_EnableEncryptionConfigCommand_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_LexikJwtAuthentication_EnableEncryptionConfigCommand_LazyService.php deleted file mode 100644 index a738e806..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_LexikJwtAuthentication_EnableEncryptionConfigCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.lexik_jwt_authentication.enable_encryption_config_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:enable-encryption', [], 'Enable Web-Token encryption support.', false, #[\Closure(name: 'lexik_jwt_authentication.enable_encryption_config_command', class: 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\EnableEncryptionConfigCommand')] fn (): \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand => ($container->privates['lexik_jwt_authentication.enable_encryption_config_command'] ?? $container->load('getLexikJwtAuthentication_EnableEncryptionConfigCommandService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_LexikJwtAuthentication_GenerateKeypairCommand_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_LexikJwtAuthentication_GenerateKeypairCommand_LazyService.php deleted file mode 100644 index 5fb732ad..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_LexikJwtAuthentication_GenerateKeypairCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.lexik_jwt_authentication.generate_keypair_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:generate-keypair', [], 'Generate public/private keys for use in your application.', false, #[\Closure(name: 'lexik_jwt_authentication.generate_keypair_command', class: 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateKeyPairCommand')] fn (): \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand => ($container->privates['lexik_jwt_authentication.generate_keypair_command'] ?? $container->load('getLexikJwtAuthentication_GenerateKeypairCommandService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_LexikJwtAuthentication_GenerateTokenCommand_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_LexikJwtAuthentication_GenerateTokenCommand_LazyService.php deleted file mode 100644 index 52fa3d30..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_LexikJwtAuthentication_GenerateTokenCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.lexik_jwt_authentication.generate_token_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:generate-token', [], 'Generates a JWT token for a given user.', false, #[\Closure(name: 'lexik_jwt_authentication.generate_token_command', class: 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateTokenCommand')] fn (): \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand => ($container->services['lexik_jwt_authentication.generate_token_command'] ?? $container->load('getLexikJwtAuthentication_GenerateTokenCommandService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_LexikJwtAuthentication_MigrateConfigCommand_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_LexikJwtAuthentication_MigrateConfigCommand_LazyService.php deleted file mode 100644 index 0f8c4ff8..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_LexikJwtAuthentication_MigrateConfigCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.lexik_jwt_authentication.migrate_config_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:migrate-config', [], 'Migrate LexikJWTAuthenticationBundle configuration to the Web-Token one.', false, #[\Closure(name: 'lexik_jwt_authentication.migrate_config_command', class: 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\MigrateConfigCommand')] fn (): \Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand => ($container->privates['lexik_jwt_authentication.migrate_config_command'] ?? $container->load('getLexikJwtAuthentication_MigrateConfigCommandService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeAuth_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeAuth_LazyService.php deleted file mode 100644 index 6416e3a9..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeAuth_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_auth.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:auth', [], 'Create a Guard authenticator of different flavors', false, #[\Closure(name: 'maker.auto_command.make_auth', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_auth'] ?? $container->load('getMaker_AutoCommand_MakeAuthService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeCommand_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeCommand_LazyService.php deleted file mode 100644 index 2625971b..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeCommand_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:command', [], 'Create a new console command class', false, #[\Closure(name: 'maker.auto_command.make_command', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_command'] ?? $container->load('getMaker_AutoCommand_MakeCommandService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeController_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeController_LazyService.php deleted file mode 100644 index dba4f70a..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeController_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:controller', [], 'Create a new controller class', false, #[\Closure(name: 'maker.auto_command.make_controller', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_controller'] ?? $container->load('getMaker_AutoCommand_MakeControllerService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeCrud_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeCrud_LazyService.php deleted file mode 100644 index b82765c1..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeCrud_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_crud.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:crud', [], 'Create CRUD for Doctrine entity class', false, #[\Closure(name: 'maker.auto_command.make_crud', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_crud'] ?? $container->load('getMaker_AutoCommand_MakeCrudService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeDockerDatabase_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeDockerDatabase_LazyService.php deleted file mode 100644 index 7933f9dc..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeDockerDatabase_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_docker_database.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:docker:database', [], 'Add a database container to your compose.yaml file', false, #[\Closure(name: 'maker.auto_command.make_docker_database', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_docker_database'] ?? $container->load('getMaker_AutoCommand_MakeDockerDatabaseService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeEntity_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeEntity_LazyService.php deleted file mode 100644 index 5a1da94e..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeEntity_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_entity.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:entity', [], 'Create or update a Doctrine entity class, and optionally an API Platform resource', false, #[\Closure(name: 'maker.auto_command.make_entity', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_entity'] ?? $container->load('getMaker_AutoCommand_MakeEntityService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeFixtures_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeFixtures_LazyService.php deleted file mode 100644 index 348607df..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeFixtures_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_fixtures.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:fixtures', [], 'Create a new class to load Doctrine fixtures', false, #[\Closure(name: 'maker.auto_command.make_fixtures', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_fixtures'] ?? $container->load('getMaker_AutoCommand_MakeFixturesService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeForm_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeForm_LazyService.php deleted file mode 100644 index a83947ef..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeForm_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:form', [], 'Create a new form class', false, #[\Closure(name: 'maker.auto_command.make_form', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_form'] ?? $container->load('getMaker_AutoCommand_MakeFormService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeListener_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeListener_LazyService.php deleted file mode 100644 index d300b26a..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeListener_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_listener.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:listener', ['make:subscriber'], 'Creates a new event subscriber class or a new event listener class', false, #[\Closure(name: 'maker.auto_command.make_listener', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_listener'] ?? $container->load('getMaker_AutoCommand_MakeListenerService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeMessage_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeMessage_LazyService.php deleted file mode 100644 index 65c993e0..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeMessage_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_message.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:message', [], 'Create a new message and handler', false, #[\Closure(name: 'maker.auto_command.make_message', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_message'] ?? $container->load('getMaker_AutoCommand_MakeMessageService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService.php deleted file mode 100644 index deb88924..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_messenger_middleware.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:messenger-middleware', [], 'Create a new messenger middleware', false, #[\Closure(name: 'maker.auto_command.make_messenger_middleware', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_messenger_middleware'] ?? $container->load('getMaker_AutoCommand_MakeMessengerMiddlewareService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeMigration_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeMigration_LazyService.php deleted file mode 100644 index 7f6911c5..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeMigration_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_migration.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:migration', [], 'Create a new migration based on database changes', false, #[\Closure(name: 'maker.auto_command.make_migration', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_migration'] ?? $container->load('getMaker_AutoCommand_MakeMigrationService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeRegistrationForm_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeRegistrationForm_LazyService.php deleted file mode 100644 index 38de689d..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeRegistrationForm_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_registration_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:registration-form', [], 'Create a new registration form system', false, #[\Closure(name: 'maker.auto_command.make_registration_form', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_registration_form'] ?? $container->load('getMaker_AutoCommand_MakeRegistrationFormService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeResetPassword_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeResetPassword_LazyService.php deleted file mode 100644 index b00ac4c0..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeResetPassword_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_reset_password.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:reset-password', [], 'Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle', false, #[\Closure(name: 'maker.auto_command.make_reset_password', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_reset_password'] ?? $container->load('getMaker_AutoCommand_MakeResetPasswordService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService.php deleted file mode 100644 index 311b96c0..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_security_form_login.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:security:form-login', [], 'Generate the code needed for the form_login authenticator', false, #[\Closure(name: 'maker.auto_command.make_security_form_login', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_security_form_login'] ?? $container->load('getMaker_AutoCommand_MakeSecurityFormLoginService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeSerializerEncoder_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeSerializerEncoder_LazyService.php deleted file mode 100644 index 53fc903b..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeSerializerEncoder_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_serializer_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:encoder', [], 'Create a new serializer encoder class', false, #[\Closure(name: 'maker.auto_command.make_serializer_encoder', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_serializer_encoder'] ?? $container->load('getMaker_AutoCommand_MakeSerializerEncoderService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService.php deleted file mode 100644 index f1c256a6..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_serializer_normalizer.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:normalizer', [], 'Create a new serializer normalizer class', false, #[\Closure(name: 'maker.auto_command.make_serializer_normalizer', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_serializer_normalizer'] ?? $container->load('getMaker_AutoCommand_MakeSerializerNormalizerService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeStimulusController_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeStimulusController_LazyService.php deleted file mode 100644 index 6edb4c41..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeStimulusController_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_stimulus_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:stimulus-controller', [], 'Create a new Stimulus controller', false, #[\Closure(name: 'maker.auto_command.make_stimulus_controller', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_stimulus_controller'] ?? $container->load('getMaker_AutoCommand_MakeStimulusControllerService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeTest_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeTest_LazyService.php deleted file mode 100644 index 511641ad..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeTest_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:test', ['make:unit-test', 'make:functional-test'], 'Create a new test class', false, #[\Closure(name: 'maker.auto_command.make_test', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_test'] ?? $container->load('getMaker_AutoCommand_MakeTestService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeTwigComponent_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeTwigComponent_LazyService.php deleted file mode 100644 index 3d95097b..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeTwigComponent_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_twig_component.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-component', [], 'Create a twig (or live) component', false, #[\Closure(name: 'maker.auto_command.make_twig_component', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_twig_component'] ?? $container->load('getMaker_AutoCommand_MakeTwigComponentService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeTwigExtension_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeTwigExtension_LazyService.php deleted file mode 100644 index 46e22c25..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeTwigExtension_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Create a new Twig extension with its runtime class', false, #[\Closure(name: 'maker.auto_command.make_twig_extension', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_twig_extension'] ?? $container->load('getMaker_AutoCommand_MakeTwigExtensionService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeUser_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeUser_LazyService.php deleted file mode 100644 index 7e38108f..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeUser_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:user', [], 'Create a new security user class', false, #[\Closure(name: 'maker.auto_command.make_user', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_user'] ?? $container->load('getMaker_AutoCommand_MakeUserService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeValidator_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeValidator_LazyService.php deleted file mode 100644 index e482d9df..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeValidator_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_validator.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:validator', [], 'Create a new validator and constraint class', false, #[\Closure(name: 'maker.auto_command.make_validator', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_validator'] ?? $container->load('getMaker_AutoCommand_MakeValidatorService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeVoter_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeVoter_LazyService.php deleted file mode 100644 index 338e2887..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Maker_AutoCommand_MakeVoter_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.maker.auto_command.make_voter.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:voter', [], 'Create a new security voter class', false, #[\Closure(name: 'maker.auto_command.make_voter', class: 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand')] fn (): \Symfony\Bundle\MakerBundle\Command\MakerCommand => ($container->privates['maker.auto_command.make_voter'] ?? $container->load('getMaker_AutoCommand_MakeVoterService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Security_Command_DebugFirewall_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Security_Command_DebugFirewall_LazyService.php deleted file mode 100644 index ee01c6b5..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Security_Command_DebugFirewall_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.security.command.debug_firewall.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:firewall', [], 'Display information about your security firewall(s)', false, #[\Closure(name: 'security.command.debug_firewall', class: 'Symfony\\Bundle\\SecurityBundle\\Command\\DebugFirewallCommand')] fn (): \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand => ($container->privates['security.command.debug_firewall'] ?? $container->load('getSecurity_Command_DebugFirewallService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Security_Command_UserPasswordHash_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Security_Command_UserPasswordHash_LazyService.php deleted file mode 100644 index cf32d36d..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Security_Command_UserPasswordHash_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.security.command.user_password_hash.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:hash-password', [], 'Hash a user password', false, #[\Closure(name: 'security.command.user_password_hash', class: 'Symfony\\Component\\PasswordHasher\\Command\\UserPasswordHashCommand')] fn (): \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand => ($container->privates['security.command.user_password_hash'] ?? $container->load('getSecurity_Command_UserPasswordHashService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Security_RequestMatcher_0QxrXJtService.php b/var/cache/dev/ContainerEB2LqQ8/get_Security_RequestMatcher_0QxrXJtService.php deleted file mode 100644 index bae909b1..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Security_RequestMatcher_0QxrXJtService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.security.request_matcher.0QxrXJt'] = new \Symfony\Component\HttpFoundation\ChainRequestMatcher([($container->privates['.security.request_matcher.lyVOED.'] ??= new \Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher('^/api/login'))]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Security_RequestMatcher_KLbKLHaService.php b/var/cache/dev/ContainerEB2LqQ8/get_Security_RequestMatcher_KLbKLHaService.php deleted file mode 100644 index e9e6fdbd..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Security_RequestMatcher_KLbKLHaService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.security.request_matcher.kLbKLHa'] = new \Symfony\Component\HttpFoundation\ChainRequestMatcher([new \Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher('^/(_(profiler|wdt)|css|images|js)/')]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Security_RequestMatcher_Vhy2oy3Service.php b/var/cache/dev/ContainerEB2LqQ8/get_Security_RequestMatcher_Vhy2oy3Service.php deleted file mode 100644 index bf51e723..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Security_RequestMatcher_Vhy2oy3Service.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.security.request_matcher.vhy2oy3'] = new \Symfony\Component\HttpFoundation\ChainRequestMatcher([($container->privates['.security.request_matcher.AMZT15Y'] ??= new \Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher('^/api'))]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_8eLXVuLService.php b/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_8eLXVuLService.php deleted file mode 100644 index 1d5761a2..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_8eLXVuLService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.service_locator.8eLXVuL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'handleJoinLeague' => ['privates', 'DMD\\LaLigaApi\\Service\\League\\newJoinLeagueRequest\\HandleNewJoinLeagueRequest', 'getHandleNewJoinLeagueRequestService', true], - ], [ - 'handleJoinLeague' => 'DMD\\LaLigaApi\\Service\\League\\newJoinLeagueRequest\\HandleNewJoinLeagueRequest', - ]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_BNYvrCqService.php b/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_BNYvrCqService.php deleted file mode 100644 index c203f85f..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_BNYvrCqService.php +++ /dev/null @@ -1,109 +0,0 @@ -privates['.service_locator.bNYvrCq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'DMD\\LaLigaApi\\Controller\\LeagueController::acceptJoinRequest' => ['privates', '.service_locator.GqgSDny', 'get_ServiceLocator_GqgSDnyService', true], - 'DMD\\LaLigaApi\\Controller\\LeagueController::createLeague' => ['privates', '.service_locator.RQy.OTO', 'get_ServiceLocator_RQy_OTOService', true], - 'DMD\\LaLigaApi\\Controller\\LeagueController::declineJoinRequest' => ['privates', '.service_locator.G1XuiGs', 'get_ServiceLocator_G1XuiGsService', true], - 'DMD\\LaLigaApi\\Controller\\LeagueController::getAllLeagues' => ['privates', '.service_locator.YUfsgoA', 'get_ServiceLocator_YUfsgoAService', true], - 'DMD\\LaLigaApi\\Controller\\LeagueController::getLeagueById' => ['privates', '.service_locator.idpQYdI', 'get_ServiceLocator_IdpQYdIService', true], - 'DMD\\LaLigaApi\\Controller\\LeagueController::joinLeague' => ['privates', '.service_locator.8eLXVuL', 'get_ServiceLocator_8eLXVuLService', true], - 'DMD\\LaLigaApi\\Controller\\LeagueController::joinTeam' => ['privates', '.service_locator.Jf7ZX1M', 'get_ServiceLocator_Jf7ZX1MService', true], - 'DMD\\LaLigaApi\\Controller\\LeagueController::updateLeague' => ['privates', '.service_locator.BpNZAIP', 'get_ServiceLocator_BpNZAIPService', true], - 'DMD\\LaLigaApi\\Controller\\NotificationController::getAllNotifications' => ['privates', '.service_locator.UgMf8.i', 'get_ServiceLocator_UgMf8_IService', true], - 'DMD\\LaLigaApi\\Controller\\SeasonController::addSeason' => ['privates', '.service_locator.PJHysgX', 'get_ServiceLocator_PJHysgXService', true], - 'DMD\\LaLigaApi\\Controller\\SeasonController::addTeam' => ['privates', '.service_locator.hAmcZCC', 'get_ServiceLocator_HAmcZCCService', true], - 'DMD\\LaLigaApi\\Controller\\SeasonController::createCalendar' => ['privates', '.service_locator.EAMCOjq', 'get_ServiceLocator_EAMCOjqService', true], - 'DMD\\LaLigaApi\\Controller\\SeasonController::createFacilities' => ['privates', '.service_locator.Kun9UOk', 'get_ServiceLocator_Kun9UOkService', true], - 'DMD\\LaLigaApi\\Controller\\SeasonController::getAllFacilities' => ['privates', '.service_locator.g3NSLSC', 'get_ServiceLocator_G3NSLSCService', true], - 'DMD\\LaLigaApi\\Controller\\UserController::changePassword' => ['privates', '.service_locator.jzhWNcb', 'get_ServiceLocator_JzhWNcbService', true], - 'DMD\\LaLigaApi\\Controller\\UserController::createUser' => ['privates', '.service_locator.FoktWoU', 'get_ServiceLocator_FoktWoUService', true], - 'DMD\\LaLigaApi\\Controller\\UserController::deleteUser' => ['privates', '.service_locator.k8rLaoj', 'get_ServiceLocator_K8rLaojService', true], - 'DMD\\LaLigaApi\\Controller\\UserController::updateUser' => ['privates', '.service_locator.X.xUSKj', 'get_ServiceLocator_X_XUSKjService', true], - 'DMD\\LaLigaApi\\Kernel::loadRoutes' => ['privates', '.service_locator.y4_Zrx.', 'get_ServiceLocator_Y4Zrx_Service', true], - 'DMD\\LaLigaApi\\Kernel::registerContainerConfiguration' => ['privates', '.service_locator.y4_Zrx.', 'get_ServiceLocator_Y4Zrx_Service', true], - 'kernel::loadRoutes' => ['privates', '.service_locator.y4_Zrx.', 'get_ServiceLocator_Y4Zrx_Service', true], - 'kernel::registerContainerConfiguration' => ['privates', '.service_locator.y4_Zrx.', 'get_ServiceLocator_Y4Zrx_Service', true], - 'DMD\\LaLigaApi\\Controller\\LeagueController:acceptJoinRequest' => ['privates', '.service_locator.GqgSDny', 'get_ServiceLocator_GqgSDnyService', true], - 'DMD\\LaLigaApi\\Controller\\LeagueController:createLeague' => ['privates', '.service_locator.RQy.OTO', 'get_ServiceLocator_RQy_OTOService', true], - 'DMD\\LaLigaApi\\Controller\\LeagueController:declineJoinRequest' => ['privates', '.service_locator.G1XuiGs', 'get_ServiceLocator_G1XuiGsService', true], - 'DMD\\LaLigaApi\\Controller\\LeagueController:getAllLeagues' => ['privates', '.service_locator.YUfsgoA', 'get_ServiceLocator_YUfsgoAService', true], - 'DMD\\LaLigaApi\\Controller\\LeagueController:getLeagueById' => ['privates', '.service_locator.idpQYdI', 'get_ServiceLocator_IdpQYdIService', true], - 'DMD\\LaLigaApi\\Controller\\LeagueController:joinLeague' => ['privates', '.service_locator.8eLXVuL', 'get_ServiceLocator_8eLXVuLService', true], - 'DMD\\LaLigaApi\\Controller\\LeagueController:joinTeam' => ['privates', '.service_locator.Jf7ZX1M', 'get_ServiceLocator_Jf7ZX1MService', true], - 'DMD\\LaLigaApi\\Controller\\LeagueController:updateLeague' => ['privates', '.service_locator.BpNZAIP', 'get_ServiceLocator_BpNZAIPService', true], - 'DMD\\LaLigaApi\\Controller\\NotificationController:getAllNotifications' => ['privates', '.service_locator.UgMf8.i', 'get_ServiceLocator_UgMf8_IService', true], - 'DMD\\LaLigaApi\\Controller\\SeasonController:addSeason' => ['privates', '.service_locator.PJHysgX', 'get_ServiceLocator_PJHysgXService', true], - 'DMD\\LaLigaApi\\Controller\\SeasonController:addTeam' => ['privates', '.service_locator.hAmcZCC', 'get_ServiceLocator_HAmcZCCService', true], - 'DMD\\LaLigaApi\\Controller\\SeasonController:createCalendar' => ['privates', '.service_locator.EAMCOjq', 'get_ServiceLocator_EAMCOjqService', true], - 'DMD\\LaLigaApi\\Controller\\SeasonController:createFacilities' => ['privates', '.service_locator.Kun9UOk', 'get_ServiceLocator_Kun9UOkService', true], - 'DMD\\LaLigaApi\\Controller\\SeasonController:getAllFacilities' => ['privates', '.service_locator.g3NSLSC', 'get_ServiceLocator_G3NSLSCService', true], - 'DMD\\LaLigaApi\\Controller\\UserController:changePassword' => ['privates', '.service_locator.jzhWNcb', 'get_ServiceLocator_JzhWNcbService', true], - 'DMD\\LaLigaApi\\Controller\\UserController:createUser' => ['privates', '.service_locator.FoktWoU', 'get_ServiceLocator_FoktWoUService', true], - 'DMD\\LaLigaApi\\Controller\\UserController:deleteUser' => ['privates', '.service_locator.k8rLaoj', 'get_ServiceLocator_K8rLaojService', true], - 'DMD\\LaLigaApi\\Controller\\UserController:updateUser' => ['privates', '.service_locator.X.xUSKj', 'get_ServiceLocator_X_XUSKjService', true], - 'kernel:loadRoutes' => ['privates', '.service_locator.y4_Zrx.', 'get_ServiceLocator_Y4Zrx_Service', true], - 'kernel:registerContainerConfiguration' => ['privates', '.service_locator.y4_Zrx.', 'get_ServiceLocator_Y4Zrx_Service', true], - ], [ - 'DMD\\LaLigaApi\\Controller\\LeagueController::acceptJoinRequest' => '?', - 'DMD\\LaLigaApi\\Controller\\LeagueController::createLeague' => '?', - 'DMD\\LaLigaApi\\Controller\\LeagueController::declineJoinRequest' => '?', - 'DMD\\LaLigaApi\\Controller\\LeagueController::getAllLeagues' => '?', - 'DMD\\LaLigaApi\\Controller\\LeagueController::getLeagueById' => '?', - 'DMD\\LaLigaApi\\Controller\\LeagueController::joinLeague' => '?', - 'DMD\\LaLigaApi\\Controller\\LeagueController::joinTeam' => '?', - 'DMD\\LaLigaApi\\Controller\\LeagueController::updateLeague' => '?', - 'DMD\\LaLigaApi\\Controller\\NotificationController::getAllNotifications' => '?', - 'DMD\\LaLigaApi\\Controller\\SeasonController::addSeason' => '?', - 'DMD\\LaLigaApi\\Controller\\SeasonController::addTeam' => '?', - 'DMD\\LaLigaApi\\Controller\\SeasonController::createCalendar' => '?', - 'DMD\\LaLigaApi\\Controller\\SeasonController::createFacilities' => '?', - 'DMD\\LaLigaApi\\Controller\\SeasonController::getAllFacilities' => '?', - 'DMD\\LaLigaApi\\Controller\\UserController::changePassword' => '?', - 'DMD\\LaLigaApi\\Controller\\UserController::createUser' => '?', - 'DMD\\LaLigaApi\\Controller\\UserController::deleteUser' => '?', - 'DMD\\LaLigaApi\\Controller\\UserController::updateUser' => '?', - 'DMD\\LaLigaApi\\Kernel::loadRoutes' => '?', - 'DMD\\LaLigaApi\\Kernel::registerContainerConfiguration' => '?', - 'kernel::loadRoutes' => '?', - 'kernel::registerContainerConfiguration' => '?', - 'DMD\\LaLigaApi\\Controller\\LeagueController:acceptJoinRequest' => '?', - 'DMD\\LaLigaApi\\Controller\\LeagueController:createLeague' => '?', - 'DMD\\LaLigaApi\\Controller\\LeagueController:declineJoinRequest' => '?', - 'DMD\\LaLigaApi\\Controller\\LeagueController:getAllLeagues' => '?', - 'DMD\\LaLigaApi\\Controller\\LeagueController:getLeagueById' => '?', - 'DMD\\LaLigaApi\\Controller\\LeagueController:joinLeague' => '?', - 'DMD\\LaLigaApi\\Controller\\LeagueController:joinTeam' => '?', - 'DMD\\LaLigaApi\\Controller\\LeagueController:updateLeague' => '?', - 'DMD\\LaLigaApi\\Controller\\NotificationController:getAllNotifications' => '?', - 'DMD\\LaLigaApi\\Controller\\SeasonController:addSeason' => '?', - 'DMD\\LaLigaApi\\Controller\\SeasonController:addTeam' => '?', - 'DMD\\LaLigaApi\\Controller\\SeasonController:createCalendar' => '?', - 'DMD\\LaLigaApi\\Controller\\SeasonController:createFacilities' => '?', - 'DMD\\LaLigaApi\\Controller\\SeasonController:getAllFacilities' => '?', - 'DMD\\LaLigaApi\\Controller\\UserController:changePassword' => '?', - 'DMD\\LaLigaApi\\Controller\\UserController:createUser' => '?', - 'DMD\\LaLigaApi\\Controller\\UserController:deleteUser' => '?', - 'DMD\\LaLigaApi\\Controller\\UserController:updateUser' => '?', - 'kernel:loadRoutes' => '?', - 'kernel:registerContainerConfiguration' => '?', - ]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_BpNZAIPService.php b/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_BpNZAIPService.php deleted file mode 100644 index b05f446b..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_BpNZAIPService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.service_locator.BpNZAIP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'handleUpdateLeague' => ['privates', 'DMD\\LaLigaApi\\Service\\League\\updateLeague\\HandleUpdateLeague', 'getHandleUpdateLeagueService', true], - ], [ - 'handleUpdateLeague' => 'DMD\\LaLigaApi\\Service\\League\\updateLeague\\HandleUpdateLeague', - ]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_EAMCOjqService.php b/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_EAMCOjqService.php deleted file mode 100644 index 64a817ca..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_EAMCOjqService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.service_locator.EAMCOjq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'handleCreateGameCalendarRequest' => ['privates', 'DMD\\LaLigaApi\\Service\\Season\\createGameCalendar\\HandleCreateGameCalendarRequest', 'getHandleCreateGameCalendarRequestService', true], - ], [ - 'handleCreateGameCalendarRequest' => 'DMD\\LaLigaApi\\Service\\Season\\createGameCalendar\\HandleCreateGameCalendarRequest', - ]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_FoktWoUService.php b/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_FoktWoUService.php deleted file mode 100644 index 158456fe..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_FoktWoUService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.service_locator.FoktWoU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'handleRegistration' => ['privates', 'DMD\\LaLigaApi\\Service\\User\\Handlers\\register\\HandleRegistration', 'getHandleRegistrationService', true], - ], [ - 'handleRegistration' => 'DMD\\LaLigaApi\\Service\\User\\Handlers\\register\\HandleRegistration', - ]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_G1XuiGsService.php b/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_G1XuiGsService.php deleted file mode 100644 index 18fb34ff..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_G1XuiGsService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.service_locator.G1XuiGs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'handleDeclineJoinRequest' => ['privates', 'DMD\\LaLigaApi\\Service\\League\\declineJoinLeagueRequest\\HandleDeclineJoinLeagueRequest', 'getHandleDeclineJoinLeagueRequestService', true], - ], [ - 'handleDeclineJoinRequest' => 'DMD\\LaLigaApi\\Service\\League\\declineJoinLeagueRequest\\HandleDeclineJoinLeagueRequest', - ]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_G3NSLSCService.php b/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_G3NSLSCService.php deleted file mode 100644 index 1e28fb1e..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_G3NSLSCService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.service_locator.g3NSLSC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'handleGetAllFacilities' => ['privates', 'DMD\\LaLigaApi\\Service\\Season\\getAllFacilities\\HandleGetAllFacilities', 'getHandleGetAllFacilitiesService', true], - ], [ - 'handleGetAllFacilities' => 'DMD\\LaLigaApi\\Service\\Season\\getAllFacilities\\HandleGetAllFacilities', - ]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_GqgSDnyService.php b/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_GqgSDnyService.php deleted file mode 100644 index 793c8ccd..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_GqgSDnyService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.service_locator.GqgSDny'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'handleAcceptJoinLeagueRequest' => ['privates', 'DMD\\LaLigaApi\\Service\\League\\acceptJoinLeagueRequest\\HandleAcceptJoinLeagueRequest', 'getHandleAcceptJoinLeagueRequestService', true], - ], [ - 'handleAcceptJoinLeagueRequest' => 'DMD\\LaLigaApi\\Service\\League\\acceptJoinLeagueRequest\\HandleAcceptJoinLeagueRequest', - ]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_HAmcZCCService.php b/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_HAmcZCCService.php deleted file mode 100644 index 1821b847..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_HAmcZCCService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.service_locator.hAmcZCC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'handleAddTeam' => ['privates', 'DMD\\LaLigaApi\\Service\\Season\\addTeam\\HandleAddTeam', 'getHandleAddTeamService', true], - ], [ - 'handleAddTeam' => 'DMD\\LaLigaApi\\Service\\Season\\addTeam\\HandleAddTeam', - ]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_IdpQYdIService.php b/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_IdpQYdIService.php deleted file mode 100644 index f770693f..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_IdpQYdIService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.service_locator.idpQYdI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'handleGetLeagueById' => ['privates', 'DMD\\LaLigaApi\\Service\\League\\getLeagueById\\HandleGetLeagueById', 'getHandleGetLeagueByIdService', true], - ], [ - 'handleGetLeagueById' => 'DMD\\LaLigaApi\\Service\\League\\getLeagueById\\HandleGetLeagueById', - ]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_Jf7ZX1MService.php b/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_Jf7ZX1MService.php deleted file mode 100644 index dd81ff32..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_Jf7ZX1MService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.service_locator.Jf7ZX1M'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'handleCaptainRequest' => ['privates', 'DMD\\LaLigaApi\\Service\\League\\joinTeam\\HandleCaptainRequest', 'getHandleCaptainRequestService', true], - ], [ - 'handleCaptainRequest' => 'DMD\\LaLigaApi\\Service\\League\\joinTeam\\HandleCaptainRequest', - ]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_JzhWNcbService.php b/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_JzhWNcbService.php deleted file mode 100644 index 8bc54e28..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_JzhWNcbService.php +++ /dev/null @@ -1,31 +0,0 @@ -privates['.service_locator.jzhWNcb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', true], - 'passwordHasher' => ['privates', 'security.user_password_hasher', 'getSecurity_UserPasswordHasherService', true], - 'userRepository' => ['privates', 'DMD\\LaLigaApi\\Repository\\UserRepository', 'getUserRepositoryService', true], - ], [ - 'entityManager' => '?', - 'passwordHasher' => '?', - 'userRepository' => 'DMD\\LaLigaApi\\Repository\\UserRepository', - ]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_K8rLaojService.php b/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_K8rLaojService.php deleted file mode 100644 index 88f0025c..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_K8rLaojService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.service_locator.k8rLaoj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'handleDeleteUser' => ['privates', 'DMD\\LaLigaApi\\Service\\User\\Handlers\\delete\\HandleDeleteUser', 'getHandleDeleteUserService', true], - ], [ - 'handleDeleteUser' => 'DMD\\LaLigaApi\\Service\\User\\Handlers\\delete\\HandleDeleteUser', - ]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_Kun9UOkService.php b/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_Kun9UOkService.php deleted file mode 100644 index d95a231b..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_Kun9UOkService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.service_locator.Kun9UOk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'handleCreateFacilities' => ['privates', 'DMD\\LaLigaApi\\Service\\Season\\createFacilities\\HandleCreateFacilities', 'getHandleCreateFacilitiesService', true], - ], [ - 'handleCreateFacilities' => 'DMD\\LaLigaApi\\Service\\Season\\createFacilities\\HandleCreateFacilities', - ]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_O2p6Lk7Service.php b/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_O2p6Lk7Service.php deleted file mode 100644 index f22749fc..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_O2p6Lk7Service.php +++ /dev/null @@ -1,41 +0,0 @@ -privates['.service_locator.O2p6Lk7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false], - 'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false], - 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false], - 'router' => ['services', 'router', 'getRouterService', false], - 'security.authorization_checker' => ['privates', 'security.authorization_checker', 'getSecurity_AuthorizationCheckerService', false], - 'security.csrf.token_manager' => ['privates', 'security.csrf.token_manager', 'getSecurity_Csrf_TokenManagerService', true], - 'security.token_storage' => ['privates', 'security.token_storage', 'getSecurity_TokenStorageService', false], - 'twig' => ['privates', 'twig', 'getTwigService', true], - ], [ - 'http_kernel' => '?', - 'parameter_bag' => '?', - 'request_stack' => '?', - 'router' => '?', - 'security.authorization_checker' => '?', - 'security.csrf.token_manager' => '?', - 'security.token_storage' => '?', - 'twig' => '?', - ]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_OannbdpService.php b/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_OannbdpService.php deleted file mode 100644 index edc656d3..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_OannbdpService.php +++ /dev/null @@ -1,33 +0,0 @@ -privates['.service_locator.Oannbdp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'event_dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false], - 'security.event_dispatcher.api' => ['privates', 'debug.security.event_dispatcher.api', 'getDebug_Security_EventDispatcher_ApiService', true], - 'security.event_dispatcher.login' => ['privates', 'debug.security.event_dispatcher.login', 'getDebug_Security_EventDispatcher_LoginService', true], - 'security.event_dispatcher.main' => ['privates', 'debug.security.event_dispatcher.main', 'getDebug_Security_EventDispatcher_MainService', false], - ], [ - 'event_dispatcher' => '?', - 'security.event_dispatcher.api' => '?', - 'security.event_dispatcher.login' => '?', - 'security.event_dispatcher.main' => '?', - ]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_PJHysgXService.php b/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_PJHysgXService.php deleted file mode 100644 index 89ec369c..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_PJHysgXService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.service_locator.PJHysgX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'handleCreateSeason' => ['privates', 'DMD\\LaLigaApi\\Service\\Season\\createSeason\\HandleCreateSeason', 'getHandleCreateSeasonService', true], - ], [ - 'handleCreateSeason' => 'DMD\\LaLigaApi\\Service\\Season\\createSeason\\HandleCreateSeason', - ]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_RQy_OTOService.php b/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_RQy_OTOService.php deleted file mode 100644 index 184271d6..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_RQy_OTOService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.service_locator.RQy.OTO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'handleCreateLeague' => ['privates', 'DMD\\LaLigaApi\\Service\\League\\createLeague\\HandleCreateLeague', 'getHandleCreateLeagueService', true], - ], [ - 'handleCreateLeague' => 'DMD\\LaLigaApi\\Service\\League\\createLeague\\HandleCreateLeague', - ]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_UgMf8_IService.php b/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_UgMf8_IService.php deleted file mode 100644 index 6b7edfac..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_UgMf8_IService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.service_locator.UgMf8.i'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'handleGetNotifications' => ['privates', 'DMD\\LaLigaApi\\Service\\User\\Handlers\\getNotifications\\HandleGetNotifications', 'getHandleGetNotificationsService', true], - ], [ - 'handleGetNotifications' => 'DMD\\LaLigaApi\\Service\\User\\Handlers\\getNotifications\\HandleGetNotifications', - ]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_X_XUSKjService.php b/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_X_XUSKjService.php deleted file mode 100644 index 99c6dc2e..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_X_XUSKjService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.service_locator.X.xUSKj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'handleUpdateUser' => ['privates', 'DMD\\LaLigaApi\\Service\\User\\Handlers\\update\\HandleUpdateUser', 'getHandleUpdateUserService', true], - ], [ - 'handleUpdateUser' => 'DMD\\LaLigaApi\\Service\\User\\Handlers\\update\\HandleUpdateUser', - ]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_Y4Zrx_Service.php b/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_Y4Zrx_Service.php deleted file mode 100644 index 74a1c478..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_Y4Zrx_Service.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.service_locator.y4_Zrx.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'loader' => ['privates', '.errored..service_locator.y4_Zrx..Symfony\\Component\\Config\\Loader\\LoaderInterface', NULL, 'Cannot autowire service ".service_locator.y4_Zrx.": it needs an instance of "Symfony\\Component\\Config\\Loader\\LoaderInterface" but this type has been excluded from autowiring.'], - ], [ - 'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface', - ]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_YUfsgoAService.php b/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_YUfsgoAService.php deleted file mode 100644 index 701a5652..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_ServiceLocator_YUfsgoAService.php +++ /dev/null @@ -1,27 +0,0 @@ -privates['.service_locator.YUfsgoA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [ - 'handleGetAllLeagues' => ['privates', 'DMD\\LaLigaApi\\Service\\League\\getAllLeagues\\HandleGetAllLeagues', 'getHandleGetAllLeaguesService', true], - ], [ - 'handleGetAllLeagues' => 'DMD\\LaLigaApi\\Service\\League\\getAllLeagues\\HandleGetAllLeagues', - ]); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Twig_Command_Debug_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Twig_Command_Debug_LazyService.php deleted file mode 100644 index 4c652897..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Twig_Command_Debug_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.twig.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig', [], 'Show a list of twig functions, filters, globals and tests', false, #[\Closure(name: 'twig.command.debug', class: 'Symfony\\Bridge\\Twig\\Command\\DebugCommand')] fn (): \Symfony\Bridge\Twig\Command\DebugCommand => ($container->privates['twig.command.debug'] ?? $container->load('getTwig_Command_DebugService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/get_Twig_Command_Lint_LazyService.php b/var/cache/dev/ContainerEB2LqQ8/get_Twig_Command_Lint_LazyService.php deleted file mode 100644 index 4f4e79d2..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/get_Twig_Command_Lint_LazyService.php +++ /dev/null @@ -1,26 +0,0 @@ -privates['.twig.command.lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:twig', [], 'Lint a Twig template and outputs encountered errors', false, #[\Closure(name: 'twig.command.lint', class: 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand')] fn (): \Symfony\Bundle\TwigBundle\Command\LintCommand => ($container->privates['twig.command.lint'] ?? $container->load('getTwig_Command_LintService'))); - } -} diff --git a/var/cache/dev/ContainerEB2LqQ8/removed-ids.php b/var/cache/dev/ContainerEB2LqQ8/removed-ids.php deleted file mode 100644 index 8e643fc0..00000000 --- a/var/cache/dev/ContainerEB2LqQ8/removed-ids.php +++ /dev/null @@ -1,1023 +0,0 @@ - true, - '.1_TokenStorage~fHUnE8b' => true, - '.abstract.instanceof.DMD\\LaLigaApi\\Controller\\LeagueController' => true, - '.abstract.instanceof.DMD\\LaLigaApi\\Controller\\NotificationController' => true, - '.abstract.instanceof.DMD\\LaLigaApi\\Controller\\SeasonController' => true, - '.abstract.instanceof.DMD\\LaLigaApi\\Controller\\UserController' => true, - '.abstract.instanceof.DMD\\LaLigaApi\\Repository\\CustomRoleRepository' => true, - '.abstract.instanceof.DMD\\LaLigaApi\\Repository\\FacilityRepository' => true, - '.abstract.instanceof.DMD\\LaLigaApi\\Repository\\FileRepository' => true, - '.abstract.instanceof.DMD\\LaLigaApi\\Repository\\GameRepository' => true, - '.abstract.instanceof.DMD\\LaLigaApi\\Repository\\LeagueRepository' => true, - '.abstract.instanceof.DMD\\LaLigaApi\\Repository\\LogRepository' => true, - '.abstract.instanceof.DMD\\LaLigaApi\\Repository\\NotificationRepository' => true, - '.abstract.instanceof.DMD\\LaLigaApi\\Repository\\PlayerRepository' => true, - '.abstract.instanceof.DMD\\LaLigaApi\\Repository\\SeasonDataRepository' => true, - '.abstract.instanceof.DMD\\LaLigaApi\\Repository\\SeasonRepository' => true, - '.abstract.instanceof.DMD\\LaLigaApi\\Repository\\TeamRepository' => true, - '.abstract.instanceof.DMD\\LaLigaApi\\Repository\\UserRepository' => true, - '.cache_connection.GD_MSZC' => true, - '.cache_connection.JKE6keX' => true, - '.console.command.about.lazy' => true, - '.console.command.assets_install.lazy' => true, - '.console.command.cache_clear.lazy' => true, - '.console.command.cache_pool_clear.lazy' => true, - '.console.command.cache_pool_delete.lazy' => true, - '.console.command.cache_pool_invalidate_tags.lazy' => true, - '.console.command.cache_pool_list.lazy' => true, - '.console.command.cache_pool_prune.lazy' => true, - '.console.command.cache_warmup.lazy' => true, - '.console.command.config_debug.lazy' => true, - '.console.command.config_dump_reference.lazy' => true, - '.console.command.container_debug.lazy' => true, - '.console.command.container_lint.lazy' => true, - '.console.command.debug_autowiring.lazy' => true, - '.console.command.dotenv_debug.lazy' => true, - '.console.command.event_dispatcher_debug.lazy' => true, - '.console.command.mailer_test.lazy' => true, - '.console.command.router_debug.lazy' => true, - '.console.command.router_match.lazy' => true, - '.console.command.secrets_decrypt_to_local.lazy' => true, - '.console.command.secrets_encrypt_from_local.lazy' => true, - '.console.command.secrets_generate_key.lazy' => true, - '.console.command.secrets_list.lazy' => true, - '.console.command.secrets_remove.lazy' => true, - '.console.command.secrets_set.lazy' => true, - '.console.command.validator_debug.lazy' => true, - '.console.command.yaml_lint.lazy' => true, - '.debug.security.voter.security.access.authenticated_voter' => true, - '.debug.security.voter.security.access.simple_role_voter' => true, - '.debug.value_resolver.argument_resolver.backed_enum_resolver' => true, - '.debug.value_resolver.argument_resolver.datetime' => true, - '.debug.value_resolver.argument_resolver.default' => true, - '.debug.value_resolver.argument_resolver.not_tagged_controller' => true, - '.debug.value_resolver.argument_resolver.query_parameter_value_resolver' => true, - '.debug.value_resolver.argument_resolver.request' => true, - '.debug.value_resolver.argument_resolver.request_attribute' => true, - '.debug.value_resolver.argument_resolver.request_payload' => true, - '.debug.value_resolver.argument_resolver.service' => true, - '.debug.value_resolver.argument_resolver.session' => true, - '.debug.value_resolver.argument_resolver.variadic' => true, - '.debug.value_resolver.doctrine.orm.entity_value_resolver' => true, - '.debug.value_resolver.security.security_token_value_resolver' => true, - '.debug.value_resolver.security.user_value_resolver' => true, - '.doctrine.orm.default_metadata_driver' => true, - '.doctrine.orm.default_metadata_driver.inner' => true, - '.doctrine_migrations.current_command.lazy' => true, - '.doctrine_migrations.diff_command.lazy' => true, - '.doctrine_migrations.dump_schema_command.lazy' => true, - '.doctrine_migrations.execute_command.lazy' => true, - '.doctrine_migrations.generate_command.lazy' => true, - '.doctrine_migrations.latest_command.lazy' => true, - '.doctrine_migrations.migrate_command.lazy' => true, - '.doctrine_migrations.rollup_command.lazy' => true, - '.doctrine_migrations.status_command.lazy' => true, - '.doctrine_migrations.sync_metadata_command.lazy' => true, - '.doctrine_migrations.up_to_date_command.lazy' => true, - '.doctrine_migrations.version_command.lazy' => true, - '.doctrine_migrations.versions_command.lazy' => true, - '.errored..service_locator.y4_Zrx..Symfony\\Component\\Config\\Loader\\LoaderInterface' => true, - '.instanceof.Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface.0.DMD\\LaLigaApi\\Repository\\CustomRoleRepository' => true, - '.instanceof.Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface.0.DMD\\LaLigaApi\\Repository\\FacilityRepository' => true, - '.instanceof.Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface.0.DMD\\LaLigaApi\\Repository\\FileRepository' => true, - '.instanceof.Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface.0.DMD\\LaLigaApi\\Repository\\GameRepository' => true, - '.instanceof.Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface.0.DMD\\LaLigaApi\\Repository\\LeagueRepository' => true, - '.instanceof.Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface.0.DMD\\LaLigaApi\\Repository\\LogRepository' => true, - '.instanceof.Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface.0.DMD\\LaLigaApi\\Repository\\NotificationRepository' => true, - '.instanceof.Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface.0.DMD\\LaLigaApi\\Repository\\PlayerRepository' => true, - '.instanceof.Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface.0.DMD\\LaLigaApi\\Repository\\SeasonDataRepository' => true, - '.instanceof.Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface.0.DMD\\LaLigaApi\\Repository\\SeasonRepository' => true, - '.instanceof.Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface.0.DMD\\LaLigaApi\\Repository\\TeamRepository' => true, - '.instanceof.Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface.0.DMD\\LaLigaApi\\Repository\\UserRepository' => true, - '.instanceof.Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController.0.DMD\\LaLigaApi\\Controller\\LeagueController' => true, - '.instanceof.Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController.0.DMD\\LaLigaApi\\Controller\\NotificationController' => true, - '.instanceof.Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController.0.DMD\\LaLigaApi\\Controller\\SeasonController' => true, - '.instanceof.Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController.0.DMD\\LaLigaApi\\Controller\\UserController' => true, - '.instanceof.Symfony\\Contracts\\Service\\ServiceSubscriberInterface.0.DMD\\LaLigaApi\\Controller\\LeagueController' => true, - '.instanceof.Symfony\\Contracts\\Service\\ServiceSubscriberInterface.0.DMD\\LaLigaApi\\Controller\\NotificationController' => true, - '.instanceof.Symfony\\Contracts\\Service\\ServiceSubscriberInterface.0.DMD\\LaLigaApi\\Controller\\SeasonController' => true, - '.instanceof.Symfony\\Contracts\\Service\\ServiceSubscriberInterface.0.DMD\\LaLigaApi\\Controller\\UserController' => true, - '.lexik_jwt_authentication.check_config_command.lazy' => true, - '.lexik_jwt_authentication.enable_encryption_config_command.lazy' => true, - '.lexik_jwt_authentication.generate_keypair_command.lazy' => true, - '.lexik_jwt_authentication.generate_token_command.lazy' => true, - '.lexik_jwt_authentication.migrate_config_command.lazy' => true, - '.maker.auto_command.make_auth.lazy' => true, - '.maker.auto_command.make_command.lazy' => true, - '.maker.auto_command.make_controller.lazy' => true, - '.maker.auto_command.make_crud.lazy' => true, - '.maker.auto_command.make_docker_database.lazy' => true, - '.maker.auto_command.make_entity.lazy' => true, - '.maker.auto_command.make_fixtures.lazy' => true, - '.maker.auto_command.make_form.lazy' => true, - '.maker.auto_command.make_listener.lazy' => true, - '.maker.auto_command.make_message.lazy' => true, - '.maker.auto_command.make_messenger_middleware.lazy' => true, - '.maker.auto_command.make_migration.lazy' => true, - '.maker.auto_command.make_registration_form.lazy' => true, - '.maker.auto_command.make_reset_password.lazy' => true, - '.maker.auto_command.make_security_form_login.lazy' => true, - '.maker.auto_command.make_serializer_encoder.lazy' => true, - '.maker.auto_command.make_serializer_normalizer.lazy' => true, - '.maker.auto_command.make_stimulus_controller.lazy' => true, - '.maker.auto_command.make_test.lazy' => true, - '.maker.auto_command.make_twig_component.lazy' => true, - '.maker.auto_command.make_twig_extension.lazy' => true, - '.maker.auto_command.make_user.lazy' => true, - '.maker.auto_command.make_validator.lazy' => true, - '.maker.auto_command.make_voter.lazy' => true, - '.security.command.debug_firewall.lazy' => true, - '.security.command.user_password_hash.lazy' => true, - '.security.request_matcher.0QxrXJt' => true, - '.security.request_matcher.0jATPXn' => true, - '.security.request_matcher.0lp5I4w' => true, - '.security.request_matcher.6M.XeUm' => true, - '.security.request_matcher.AMZT15Y' => true, - '.security.request_matcher.Bs7fT.P' => true, - '.security.request_matcher.EHwIQxq' => true, - '.security.request_matcher.EZK.CGz' => true, - '.security.request_matcher.gFOWd_9' => true, - '.security.request_matcher.gjnNpJn' => true, - '.security.request_matcher.kLbKLHa' => true, - '.security.request_matcher.lyVOED.' => true, - '.security.request_matcher.q1UFWmc' => true, - '.security.request_matcher.vhy2oy3' => true, - '.service_locator.0HZFGLA' => true, - '.service_locator.0LkE2AA' => true, - '.service_locator.0jwdN2L' => true, - '.service_locator.3XXT.iB' => true, - '.service_locator.5y4U6aa' => true, - '.service_locator.7nzbL4K' => true, - '.service_locator.7sCphGU' => true, - '.service_locator.8eLXVuL' => true, - '.service_locator.9L433w3' => true, - '.service_locator.BFrsqsn' => true, - '.service_locator.BlxN3Cw' => true, - '.service_locator.BpNZAIP' => true, - '.service_locator.C6ESU5k' => true, - '.service_locator.EAMCOjq' => true, - '.service_locator.EudIiQD' => true, - '.service_locator.F9PKc.7' => true, - '.service_locator.FoktWoU' => true, - '.service_locator.G1XuiGs' => true, - '.service_locator.GXvs259' => true, - '.service_locator.GqgSDny' => true, - '.service_locator.H6m0t47' => true, - '.service_locator.HYwFH6j' => true, - '.service_locator.IKoa88B' => true, - '.service_locator.Jf7ZX1M' => true, - '.service_locator.Jg.pCCn' => true, - '.service_locator.KLVvNIq' => true, - '.service_locator.KmogcOS' => true, - '.service_locator.Kun9UOk' => true, - '.service_locator.LMuqDDe' => true, - '.service_locator.LcVn9Hr' => true, - '.service_locator.LrCXAmX' => true, - '.service_locator.NBUFN6A' => true, - '.service_locator.O0h2hdG' => true, - '.service_locator.O2p6Lk7' => true, - '.service_locator.O2p6Lk7.DMD\\LaLigaApi\\Controller\\LeagueController' => true, - '.service_locator.O2p6Lk7.DMD\\LaLigaApi\\Controller\\NotificationController' => true, - '.service_locator.O2p6Lk7.DMD\\LaLigaApi\\Controller\\SeasonController' => true, - '.service_locator.O2p6Lk7.DMD\\LaLigaApi\\Controller\\UserController' => true, - '.service_locator.Oannbdp' => true, - '.service_locator.PJHysgX' => true, - '.service_locator.PvoQzFT' => true, - '.service_locator.PvoQzFT.router.default' => true, - '.service_locator.QVovN8M' => true, - '.service_locator.RQy.OTO' => true, - '.service_locator.TcLmKeC' => true, - '.service_locator.UG3DVQt' => true, - '.service_locator.UgMf8.i' => true, - '.service_locator.VHsrTPK' => true, - '.service_locator.X.xUSKj' => true, - '.service_locator.XXv1IfR' => true, - '.service_locator.Xbsa8iG' => true, - '.service_locator.YUfsgoA' => true, - '.service_locator.Yh6vd4o' => true, - '.service_locator._fzSvpg' => true, - '.service_locator.bNYvrCq' => true, - '.service_locator.cUcW89y' => true, - '.service_locator.cUcW89y.router.cache_warmer' => true, - '.service_locator.cXsfP3P' => true, - '.service_locator.dGUCsbe' => true, - '.service_locator.df1HHDL' => true, - '.service_locator.dsdSIIc' => true, - '.service_locator.etVElvN' => true, - '.service_locator.etVElvN.twig.template_cache_warmer' => true, - '.service_locator.g3NSLSC' => true, - '.service_locator.gFlme_s' => true, - '.service_locator.hAmcZCC' => true, - '.service_locator.idpQYdI' => true, - '.service_locator.jUv.zyj' => true, - '.service_locator.jzhWNcb' => true, - '.service_locator.k3s3K.2' => true, - '.service_locator.k8rLaoj' => true, - '.service_locator.lLv4pWF' => true, - '.service_locator.msNBuNb' => true, - '.service_locator.n3S8NlR' => true, - '.service_locator.nf9a30I' => true, - '.service_locator.o.uf2zi' => true, - '.service_locator.oR77BOj' => true, - '.service_locator.odlcL3K' => true, - '.service_locator.pR4c.1j' => true, - '.service_locator.ra.E1iz' => true, - '.service_locator.ro9MXaF' => true, - '.service_locator.u6DWx23' => true, - '.service_locator.y4_Zrx.' => true, - '.twig.command.debug.lazy' => true, - '.twig.command.lint.lazy' => true, - 'DMD\\LaLigaApi\\Dto\\CustomRoleDto' => true, - 'DMD\\LaLigaApi\\Dto\\FacilityDto' => true, - 'DMD\\LaLigaApi\\Dto\\FileDto' => true, - 'DMD\\LaLigaApi\\Dto\\GameDto' => true, - 'DMD\\LaLigaApi\\Dto\\LeagueDto' => true, - 'DMD\\LaLigaApi\\Dto\\NotificationDto' => true, - 'DMD\\LaLigaApi\\Dto\\PlayerDto' => true, - 'DMD\\LaLigaApi\\Dto\\SeasonDataDto' => true, - 'DMD\\LaLigaApi\\Dto\\SeasonDto' => true, - 'DMD\\LaLigaApi\\Dto\\TeamDto' => true, - 'DMD\\LaLigaApi\\Dto\\UserDto' => true, - 'DMD\\LaLigaApi\\Entity' => true, - 'DMD\\LaLigaApi\\Enum\\NotificationType' => true, - 'DMD\\LaLigaApi\\Enum\\Role' => true, - 'DMD\\LaLigaApi\\Exception\\ExceptionListener' => true, - 'DMD\\LaLigaApi\\Exception\\ValidationException' => true, - 'DMD\\LaLigaApi\\Repository\\CustomRoleRepository' => true, - 'DMD\\LaLigaApi\\Repository\\FacilityRepository' => true, - 'DMD\\LaLigaApi\\Repository\\FileRepository' => true, - 'DMD\\LaLigaApi\\Repository\\GameRepository' => true, - 'DMD\\LaLigaApi\\Repository\\LeagueRepository' => true, - 'DMD\\LaLigaApi\\Repository\\LogRepository' => true, - 'DMD\\LaLigaApi\\Repository\\NotificationRepository' => true, - 'DMD\\LaLigaApi\\Repository\\PlayerRepository' => true, - 'DMD\\LaLigaApi\\Repository\\SeasonDataRepository' => true, - 'DMD\\LaLigaApi\\Repository\\SeasonRepository' => true, - 'DMD\\LaLigaApi\\Repository\\TeamRepository' => true, - 'DMD\\LaLigaApi\\Repository\\UserRepository' => true, - 'DMD\\LaLigaApi\\Service\\Common\\AuthorizeRequest' => true, - 'DMD\\LaLigaApi\\Service\\Common\\EmailSender' => true, - 'DMD\\LaLigaApi\\Service\\Common\\FacilityFactory' => true, - 'DMD\\LaLigaApi\\Service\\Common\\NotificationFactory' => true, - 'DMD\\LaLigaApi\\Service\\Common\\TeamFactory' => true, - 'DMD\\LaLigaApi\\Service\\League\\LeagueFactory' => true, - 'DMD\\LaLigaApi\\Service\\League\\acceptJoinLeagueRequest\\HandleAcceptJoinLeagueRequest' => true, - 'DMD\\LaLigaApi\\Service\\League\\createLeague\\HandleCreateLeague' => true, - 'DMD\\LaLigaApi\\Service\\League\\declineJoinLeagueRequest\\HandleDeclineJoinLeagueRequest' => true, - 'DMD\\LaLigaApi\\Service\\League\\getAllLeagues\\HandleGetAllLeagues' => true, - 'DMD\\LaLigaApi\\Service\\League\\getLeagueById\\HandleGetLeagueById' => true, - 'DMD\\LaLigaApi\\Service\\League\\joinTeam\\HandleCaptainRequest' => true, - 'DMD\\LaLigaApi\\Service\\League\\newJoinLeagueRequest\\HandleNewJoinLeagueRequest' => true, - 'DMD\\LaLigaApi\\Service\\League\\updateLeague\\HandleUpdateLeague' => true, - 'DMD\\LaLigaApi\\Service\\Season\\SeasonFactory' => true, - 'DMD\\LaLigaApi\\Service\\Season\\addTeam\\HandleAddTeam' => true, - 'DMD\\LaLigaApi\\Service\\Season\\createFacilities\\HandleCreateFacilities' => true, - 'DMD\\LaLigaApi\\Service\\Season\\createGameCalendar\\HandleCreateGameCalendarRequest' => true, - 'DMD\\LaLigaApi\\Service\\Season\\createSeason\\HandleCreateSeason' => true, - 'DMD\\LaLigaApi\\Service\\Season\\getAllFacilities\\HandleGetAllFacilities' => true, - 'DMD\\LaLigaApi\\Service\\Season\\getAllSeasons\\HandleGetAllSeason' => true, - 'DMD\\LaLigaApi\\Service\\Season\\getSeasonById\\HandleGetSeasonById' => true, - 'DMD\\LaLigaApi\\Service\\Season\\updateSeason\\HandleUpdateSeason' => true, - 'DMD\\LaLigaApi\\Service\\User\\Handlers\\UserSaver' => true, - 'DMD\\LaLigaApi\\Service\\User\\Handlers\\delete\\HandleDeleteUser' => true, - 'DMD\\LaLigaApi\\Service\\User\\Handlers\\getNotifications\\HandleGetNotifications' => true, - 'DMD\\LaLigaApi\\Service\\User\\Handlers\\login\\AuthenticationSuccessListener' => true, - 'DMD\\LaLigaApi\\Service\\User\\Handlers\\register\\HandleRegistration' => true, - 'DMD\\LaLigaApi\\Service\\User\\Handlers\\update\\HandleUpdateUser' => true, - 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => true, - 'Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider' => true, - 'Doctrine\\Common\\Persistence\\ManagerRegistry' => true, - 'Doctrine\\DBAL\\Connection' => true, - 'Doctrine\\DBAL\\Connection $defaultConnection' => true, - 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => true, - 'Doctrine\\ORM\\EntityManagerInterface' => true, - 'Doctrine\\ORM\\EntityManagerInterface $defaultEntityManager' => true, - 'Doctrine\\Persistence\\ManagerRegistry' => true, - 'Lexik\\Bundle\\JWTAuthenticationBundle\\Encoder\\JWTEncoderInterface' => true, - 'Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Http\\Authentication\\AuthenticationFailureHandler' => true, - 'Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Http\\Authentication\\AuthenticationSuccessHandler' => true, - 'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWSProvider\\JWSProviderInterface' => true, - 'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenInterface' => true, - 'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenManagerInterface' => true, - 'Lexik\\Bundle\\JWTAuthenticationBundle\\TokenExtractor\\TokenExtractorInterface' => true, - 'Psr\\Cache\\CacheItemPoolInterface' => true, - 'Psr\\Clock\\ClockInterface' => true, - 'Psr\\Container\\ContainerInterface $parameterBag' => true, - 'Psr\\EventDispatcher\\EventDispatcherInterface' => true, - 'Psr\\Log\\LoggerInterface' => true, - 'SessionHandlerInterface' => true, - 'Symfony\\Bundle\\SecurityBundle\\Security' => true, - 'Symfony\\Component\\Clock\\ClockInterface' => true, - 'Symfony\\Component\\Config\\Loader\\LoaderInterface' => true, - 'Symfony\\Component\\DependencyInjection\\ParameterBag\\ContainerBagInterface' => true, - 'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => true, - 'Symfony\\Component\\DependencyInjection\\ReverseContainer' => true, - 'Symfony\\Component\\EventDispatcher\\EventDispatcherInterface' => true, - 'Symfony\\Component\\Filesystem\\Filesystem' => true, - 'Symfony\\Component\\HttpFoundation\\Request' => true, - 'Symfony\\Component\\HttpFoundation\\RequestStack' => true, - 'Symfony\\Component\\HttpFoundation\\Response' => true, - 'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => true, - 'Symfony\\Component\\HttpFoundation\\UrlHelper' => true, - 'Symfony\\Component\\HttpKernel\\Config\\FileLocator' => true, - 'Symfony\\Component\\HttpKernel\\Debug\\FileLinkFormatter' => true, - 'Symfony\\Component\\HttpKernel\\Fragment\\FragmentUriGeneratorInterface' => true, - 'Symfony\\Component\\HttpKernel\\HttpCache\\StoreInterface' => true, - 'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => true, - 'Symfony\\Component\\HttpKernel\\KernelInterface' => true, - 'Symfony\\Component\\HttpKernel\\UriSigner' => true, - 'Symfony\\Component\\Mailer\\MailerInterface' => true, - 'Symfony\\Component\\Mailer\\Transport\\TransportInterface' => true, - 'Symfony\\Component\\Mime\\BodyRendererInterface' => true, - 'Symfony\\Component\\Mime\\MimeTypeGuesserInterface' => true, - 'Symfony\\Component\\Mime\\MimeTypesInterface' => true, - 'Symfony\\Component\\PasswordHasher\\Hasher\\PasswordHasherFactoryInterface' => true, - 'Symfony\\Component\\PasswordHasher\\Hasher\\UserPasswordHasherInterface' => true, - 'Symfony\\Component\\PropertyAccess\\PropertyAccessorInterface' => true, - 'Symfony\\Component\\PropertyInfo\\PropertyAccessExtractorInterface' => true, - 'Symfony\\Component\\PropertyInfo\\PropertyDescriptionExtractorInterface' => true, - 'Symfony\\Component\\PropertyInfo\\PropertyInfoExtractorInterface' => true, - 'Symfony\\Component\\PropertyInfo\\PropertyInitializableExtractorInterface' => true, - 'Symfony\\Component\\PropertyInfo\\PropertyListExtractorInterface' => true, - 'Symfony\\Component\\PropertyInfo\\PropertyReadInfoExtractorInterface' => true, - 'Symfony\\Component\\PropertyInfo\\PropertyTypeExtractorInterface' => true, - 'Symfony\\Component\\PropertyInfo\\PropertyWriteInfoExtractorInterface' => true, - 'Symfony\\Component\\Routing\\Generator\\UrlGeneratorInterface' => true, - 'Symfony\\Component\\Routing\\Matcher\\UrlMatcherInterface' => true, - 'Symfony\\Component\\Routing\\RequestContext' => true, - 'Symfony\\Component\\Routing\\RequestContextAwareInterface' => true, - 'Symfony\\Component\\Routing\\RouterInterface' => true, - 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => true, - 'Symfony\\Component\\Security\\Core\\Authorization\\AccessDecisionManagerInterface' => true, - 'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => true, - 'Symfony\\Component\\Security\\Core\\Role\\RoleHierarchyInterface' => true, - 'Symfony\\Component\\Security\\Core\\Security' => true, - 'Symfony\\Component\\Security\\Core\\User\\UserCheckerInterface' => true, - 'Symfony\\Component\\Security\\Core\\User\\UserProviderInterface' => true, - 'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => true, - 'Symfony\\Component\\Security\\Csrf\\TokenGenerator\\TokenGeneratorInterface' => true, - 'Symfony\\Component\\Security\\Csrf\\TokenStorage\\TokenStorageInterface' => true, - 'Symfony\\Component\\Security\\Http\\Authentication\\AuthenticationUtils' => true, - 'Symfony\\Component\\Security\\Http\\Authentication\\UserAuthenticatorInterface' => true, - 'Symfony\\Component\\Security\\Http\\Firewall' => true, - 'Symfony\\Component\\Security\\Http\\FirewallMapInterface' => true, - 'Symfony\\Component\\Security\\Http\\HttpUtils' => true, - 'Symfony\\Component\\Security\\Http\\Session\\SessionAuthenticationStrategyInterface' => true, - 'Symfony\\Component\\Stopwatch\\Stopwatch' => true, - 'Symfony\\Component\\String\\Slugger\\SluggerInterface' => true, - 'Symfony\\Component\\Validator\\Constraints\\AllValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\AtLeastOneOfValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\BicValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\BlankValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\CallbackValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\CardSchemeValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\ChoiceValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\CidrValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\CollectionValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\CompoundValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\CountValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\CountryValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\CssColorValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\CurrencyValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\DateTimeValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\DateValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\DivisibleByValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\EqualToValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\ExpressionLanguageSyntaxValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\ExpressionSyntaxValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\FileValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\GreaterThanOrEqualValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\GreaterThanValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\HostnameValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\IbanValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\IdenticalToValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\ImageValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\IpValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\IsFalseValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\IsNullValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\IsTrueValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\IsbnValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\IsinValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\IssnValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\JsonValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\LanguageValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\LengthValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\LessThanOrEqualValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\LessThanValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\LocaleValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\LuhnValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\NoSuspiciousCharactersValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\NotBlankValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\NotEqualToValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\NotIdenticalToValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\NotNullValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\PasswordStrengthValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\RangeValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\RegexValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\SequentiallyValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\TimeValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\TimezoneValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\TypeValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\UlidValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\UniqueValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\UrlValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\UuidValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\ValidValidator' => true, - 'Symfony\\Component\\Validator\\Constraints\\WhenValidator' => true, - 'Symfony\\Component\\Validator\\Validator\\ValidatorInterface' => true, - 'Symfony\\Contracts\\Cache\\CacheInterface' => true, - 'Symfony\\Contracts\\Cache\\TagAwareCacheInterface' => true, - 'Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface' => true, - 'Twig\\Environment' => true, - 'Twig_Environment' => true, - 'argument_metadata_factory' => true, - 'argument_resolver' => true, - 'argument_resolver.backed_enum_resolver' => true, - 'argument_resolver.controller_locator' => true, - 'argument_resolver.datetime' => true, - 'argument_resolver.default' => true, - 'argument_resolver.not_tagged_controller' => true, - 'argument_resolver.query_parameter_value_resolver' => true, - 'argument_resolver.request' => true, - 'argument_resolver.request_attribute' => true, - 'argument_resolver.request_payload' => true, - 'argument_resolver.service' => true, - 'argument_resolver.session' => true, - 'argument_resolver.variadic' => true, - 'cache.adapter.apcu' => true, - 'cache.adapter.array' => true, - 'cache.adapter.doctrine_dbal' => true, - 'cache.adapter.filesystem' => true, - 'cache.adapter.memcached' => true, - 'cache.adapter.pdo' => true, - 'cache.adapter.psr6' => true, - 'cache.adapter.redis' => true, - 'cache.adapter.redis_tag_aware' => true, - 'cache.adapter.system' => true, - 'cache.annotations' => true, - 'cache.app.taggable' => true, - 'cache.default_clearer' => true, - 'cache.default_doctrine_dbal_provider' => true, - 'cache.default_marshaller' => true, - 'cache.default_memcached_provider' => true, - 'cache.default_redis_provider' => true, - 'cache.doctrine.orm.default.metadata' => true, - 'cache.doctrine.orm.default.query' => true, - 'cache.doctrine.orm.default.result' => true, - 'cache.early_expiration_handler' => true, - 'cache.property_access' => true, - 'cache.property_info' => true, - 'cache.security_expression_language' => true, - 'cache.serializer' => true, - 'cache.validator' => true, - 'cache_clearer' => true, - 'clock' => true, - 'config.resource.self_checking_resource_checker' => true, - 'config_builder.warmer' => true, - 'config_cache_factory' => true, - 'console.command.about' => true, - 'console.command.assets_install' => true, - 'console.command.cache_clear' => true, - 'console.command.cache_pool_clear' => true, - 'console.command.cache_pool_delete' => true, - 'console.command.cache_pool_invalidate_tags' => true, - 'console.command.cache_pool_list' => true, - 'console.command.cache_pool_prune' => true, - 'console.command.cache_warmup' => true, - 'console.command.config_debug' => true, - 'console.command.config_dump_reference' => true, - 'console.command.container_debug' => true, - 'console.command.container_lint' => true, - 'console.command.debug_autowiring' => true, - 'console.command.dotenv_debug' => true, - 'console.command.event_dispatcher_debug' => true, - 'console.command.mailer_test' => true, - 'console.command.router_debug' => true, - 'console.command.router_match' => true, - 'console.command.secrets_decrypt_to_local' => true, - 'console.command.secrets_encrypt_from_local' => true, - 'console.command.secrets_generate_key' => true, - 'console.command.secrets_list' => true, - 'console.command.secrets_remove' => true, - 'console.command.secrets_set' => true, - 'console.command.validator_debug' => true, - 'console.command.yaml_lint' => true, - 'console.error_listener' => true, - 'console.suggest_missing_package_subscriber' => true, - 'container.env' => true, - 'container.env_var_processor' => true, - 'container.getenv' => true, - 'controller.cache_attribute_listener' => true, - 'controller.is_granted_attribute_listener' => true, - 'controller.template_attribute_listener' => true, - 'controller_resolver' => true, - 'data_collector.doctrine' => true, - 'data_collector.security' => true, - 'data_collector.twig' => true, - 'debug.argument_resolver' => true, - 'debug.argument_resolver.inner' => true, - 'debug.controller_resolver' => true, - 'debug.controller_resolver.inner' => true, - 'debug.debug_handlers_listener' => true, - 'debug.event_dispatcher' => true, - 'debug.event_dispatcher.inner' => true, - 'debug.file_link_formatter' => true, - 'debug.security.access.decision_manager' => true, - 'debug.security.access.decision_manager.inner' => true, - 'debug.security.event_dispatcher.api' => true, - 'debug.security.event_dispatcher.api.inner' => true, - 'debug.security.event_dispatcher.login' => true, - 'debug.security.event_dispatcher.login.inner' => true, - 'debug.security.event_dispatcher.main' => true, - 'debug.security.event_dispatcher.main.inner' => true, - 'debug.security.firewall' => true, - 'debug.security.firewall.authenticator.api' => true, - 'debug.security.firewall.authenticator.api.inner' => true, - 'debug.security.firewall.authenticator.login' => true, - 'debug.security.firewall.authenticator.login.inner' => true, - 'debug.security.firewall.authenticator.main' => true, - 'debug.security.firewall.authenticator.main.inner' => true, - 'debug.security.voter.vote_listener' => true, - 'debug.stopwatch' => true, - 'dependency_injection.config.container_parameters_resource_checker' => true, - 'disallow_search_engine_index_response_listener' => true, - 'doctrine.cache_clear_metadata_command' => true, - 'doctrine.cache_clear_query_cache_command' => true, - 'doctrine.cache_clear_result_command' => true, - 'doctrine.cache_collection_region_command' => true, - 'doctrine.clear_entity_region_command' => true, - 'doctrine.clear_query_region_command' => true, - 'doctrine.database_create_command' => true, - 'doctrine.database_drop_command' => true, - 'doctrine.dbal.connection' => true, - 'doctrine.dbal.connection.configuration' => true, - 'doctrine.dbal.connection.event_manager' => true, - 'doctrine.dbal.connection_factory' => true, - 'doctrine.dbal.connection_factory.dsn_parser' => true, - 'doctrine.dbal.debug_middleware' => true, - 'doctrine.dbal.debug_middleware.default' => true, - 'doctrine.dbal.default_connection.configuration' => true, - 'doctrine.dbal.default_connection.event_manager' => true, - 'doctrine.dbal.default_schema_manager_factory' => true, - 'doctrine.dbal.event_manager' => true, - 'doctrine.dbal.legacy_schema_manager_factory' => true, - 'doctrine.dbal.logging_middleware' => true, - 'doctrine.dbal.schema_asset_filter_manager' => true, - 'doctrine.dbal.well_known_schema_asset_filter' => true, - 'doctrine.debug_data_holder' => true, - 'doctrine.ensure_production_settings_command' => true, - 'doctrine.id_generator_locator' => true, - 'doctrine.mapping_convert_command' => true, - 'doctrine.mapping_import_command' => true, - 'doctrine.mapping_info_command' => true, - 'doctrine.migrations.configuration' => true, - 'doctrine.migrations.configuration_loader' => true, - 'doctrine.migrations.connection_loader' => true, - 'doctrine.migrations.connection_registry_loader' => true, - 'doctrine.migrations.container_aware_migrations_factory' => true, - 'doctrine.migrations.container_aware_migrations_factory.inner' => true, - 'doctrine.migrations.dependency_factory' => true, - 'doctrine.migrations.em_loader' => true, - 'doctrine.migrations.entity_manager_registry_loader' => true, - 'doctrine.migrations.metadata_storage' => true, - 'doctrine.migrations.migrations_factory' => true, - 'doctrine.migrations.storage.table_storage' => true, - 'doctrine.orm.command.entity_manager_provider' => true, - 'doctrine.orm.configuration' => true, - 'doctrine.orm.container_repository_factory' => true, - 'doctrine.orm.default_attribute_metadata_driver' => true, - 'doctrine.orm.default_configuration' => true, - 'doctrine.orm.default_entity_listener_resolver' => true, - 'doctrine.orm.default_entity_manager.event_manager' => true, - 'doctrine.orm.default_entity_manager.property_info_extractor' => true, - 'doctrine.orm.default_entity_manager.validator_loader' => true, - 'doctrine.orm.default_listeners.attach_entity_listeners' => true, - 'doctrine.orm.default_manager_configurator' => true, - 'doctrine.orm.default_metadata_cache' => true, - 'doctrine.orm.default_metadata_driver' => true, - 'doctrine.orm.default_query_cache' => true, - 'doctrine.orm.default_result_cache' => true, - 'doctrine.orm.entity_manager.abstract' => true, - 'doctrine.orm.entity_value_resolver' => true, - 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_listener' => true, - 'doctrine.orm.listeners.doctrine_token_provider_schema_listener' => true, - 'doctrine.orm.listeners.lock_store_schema_listener' => true, - 'doctrine.orm.listeners.pdo_session_handler_schema_listener' => true, - 'doctrine.orm.listeners.resolve_target_entity' => true, - 'doctrine.orm.manager_configurator.abstract' => true, - 'doctrine.orm.naming_strategy.default' => true, - 'doctrine.orm.naming_strategy.underscore' => true, - 'doctrine.orm.naming_strategy.underscore_number_aware' => true, - 'doctrine.orm.proxy_cache_warmer' => true, - 'doctrine.orm.quote_strategy.ansi' => true, - 'doctrine.orm.quote_strategy.default' => true, - 'doctrine.orm.security.user.provider' => true, - 'doctrine.orm.validator.unique' => true, - 'doctrine.orm.validator_initializer' => true, - 'doctrine.query_dql_command' => true, - 'doctrine.query_sql_command' => true, - 'doctrine.schema_create_command' => true, - 'doctrine.schema_drop_command' => true, - 'doctrine.schema_update_command' => true, - 'doctrine.schema_validate_command' => true, - 'doctrine.twig.doctrine_extension' => true, - 'doctrine.ulid_generator' => true, - 'doctrine.uuid_generator' => true, - 'doctrine_migrations.current_command' => true, - 'doctrine_migrations.diff_command' => true, - 'doctrine_migrations.dump_schema_command' => true, - 'doctrine_migrations.execute_command' => true, - 'doctrine_migrations.generate_command' => true, - 'doctrine_migrations.latest_command' => true, - 'doctrine_migrations.migrate_command' => true, - 'doctrine_migrations.rollup_command' => true, - 'doctrine_migrations.status_command' => true, - 'doctrine_migrations.sync_metadata_command' => true, - 'doctrine_migrations.up_to_date_command' => true, - 'doctrine_migrations.version_command' => true, - 'doctrine_migrations.versions_command' => true, - 'error_handler.error_renderer.html' => true, - 'error_renderer' => true, - 'error_renderer.html' => true, - 'exception_listener' => true, - 'file_locator' => true, - 'filesystem' => true, - 'form.type.entity' => true, - 'form.type_guesser.doctrine' => true, - 'fragment.handler' => true, - 'fragment.renderer.inline' => true, - 'fragment.uri_generator' => true, - 'http_cache' => true, - 'http_cache.store' => true, - 'lexik_jwt_authentication.check_config_command' => true, - 'lexik_jwt_authentication.enable_encryption_config_command' => true, - 'lexik_jwt_authentication.encoder.default' => true, - 'lexik_jwt_authentication.encoder.lcobucci' => true, - 'lexik_jwt_authentication.extractor.authorization_header_extractor' => true, - 'lexik_jwt_authentication.extractor.chain_extractor' => true, - 'lexik_jwt_authentication.extractor.cookie_extractor' => true, - 'lexik_jwt_authentication.extractor.query_parameter_extractor' => true, - 'lexik_jwt_authentication.extractor.split_cookie_extractor' => true, - 'lexik_jwt_authentication.generate_keypair_command' => true, - 'lexik_jwt_authentication.handler.authentication_failure' => true, - 'lexik_jwt_authentication.handler.authentication_success' => true, - 'lexik_jwt_authentication.jws_provider.default' => true, - 'lexik_jwt_authentication.jws_provider.lcobucci' => true, - 'lexik_jwt_authentication.jwt_token_authenticator' => true, - 'lexik_jwt_authentication.key_loader.abstract' => true, - 'lexik_jwt_authentication.key_loader.openssl' => true, - 'lexik_jwt_authentication.key_loader.raw' => true, - 'lexik_jwt_authentication.migrate_config_command' => true, - 'lexik_jwt_authentication.security.authentication.entry_point' => true, - 'lexik_jwt_authentication.security.authentication.listener' => true, - 'lexik_jwt_authentication.security.authentication.provider' => true, - 'lexik_jwt_authentication.security.guard.jwt_token_authenticator' => true, - 'lexik_jwt_authentication.security.jwt_authenticator' => true, - 'lexik_jwt_authentication.security.jwt_user_provider' => true, - 'locale_aware_listener' => true, - 'locale_listener' => true, - 'logger' => true, - 'mailer' => true, - 'mailer.default_transport' => true, - 'mailer.envelope_listener' => true, - 'mailer.mailer' => true, - 'mailer.message_logger_listener' => true, - 'mailer.messenger.message_handler' => true, - 'mailer.messenger_transport_listener' => true, - 'mailer.transport_factory' => true, - 'mailer.transport_factory.abstract' => true, - 'mailer.transport_factory.native' => true, - 'mailer.transport_factory.null' => true, - 'mailer.transport_factory.sendmail' => true, - 'mailer.transport_factory.smtp' => true, - 'mailer.transports' => true, - 'maker.auto_command.abstract' => true, - 'maker.auto_command.make_auth' => true, - 'maker.auto_command.make_command' => true, - 'maker.auto_command.make_controller' => true, - 'maker.auto_command.make_crud' => true, - 'maker.auto_command.make_docker_database' => true, - 'maker.auto_command.make_entity' => true, - 'maker.auto_command.make_fixtures' => true, - 'maker.auto_command.make_form' => true, - 'maker.auto_command.make_listener' => true, - 'maker.auto_command.make_message' => true, - 'maker.auto_command.make_messenger_middleware' => true, - 'maker.auto_command.make_migration' => true, - 'maker.auto_command.make_registration_form' => true, - 'maker.auto_command.make_reset_password' => true, - 'maker.auto_command.make_security_form_login' => true, - 'maker.auto_command.make_serializer_encoder' => true, - 'maker.auto_command.make_serializer_normalizer' => true, - 'maker.auto_command.make_stimulus_controller' => true, - 'maker.auto_command.make_test' => true, - 'maker.auto_command.make_twig_component' => true, - 'maker.auto_command.make_twig_extension' => true, - 'maker.auto_command.make_user' => true, - 'maker.auto_command.make_validator' => true, - 'maker.auto_command.make_voter' => true, - 'maker.autoloader_finder' => true, - 'maker.autoloader_util' => true, - 'maker.console_error_listener' => true, - 'maker.doctrine_helper' => true, - 'maker.entity_class_generator' => true, - 'maker.event_registry' => true, - 'maker.file_link_formatter' => true, - 'maker.file_manager' => true, - 'maker.generator' => true, - 'maker.maker.make_authenticator' => true, - 'maker.maker.make_command' => true, - 'maker.maker.make_controller' => true, - 'maker.maker.make_crud' => true, - 'maker.maker.make_docker_database' => true, - 'maker.maker.make_entity' => true, - 'maker.maker.make_fixtures' => true, - 'maker.maker.make_form' => true, - 'maker.maker.make_form_login' => true, - 'maker.maker.make_functional_test' => true, - 'maker.maker.make_listener' => true, - 'maker.maker.make_message' => true, - 'maker.maker.make_messenger_middleware' => true, - 'maker.maker.make_migration' => true, - 'maker.maker.make_registration_form' => true, - 'maker.maker.make_reset_password' => true, - 'maker.maker.make_serializer_encoder' => true, - 'maker.maker.make_serializer_normalizer' => true, - 'maker.maker.make_stimulus_controller' => true, - 'maker.maker.make_subscriber' => true, - 'maker.maker.make_test' => true, - 'maker.maker.make_twig_component' => true, - 'maker.maker.make_twig_extension' => true, - 'maker.maker.make_unit_test' => true, - 'maker.maker.make_user' => true, - 'maker.maker.make_validator' => true, - 'maker.maker.make_voter' => true, - 'maker.php_compat_util' => true, - 'maker.renderer.form_type_renderer' => true, - 'maker.security_config_updater' => true, - 'maker.security_controller_builder' => true, - 'maker.template_component_generator' => true, - 'maker.template_linter' => true, - 'maker.user_class_builder' => true, - 'mime_types' => true, - 'nelmio_api_doc.controller_reflector' => true, - 'nelmio_api_doc.describers.config' => true, - 'nelmio_api_doc.describers.config.default' => true, - 'nelmio_api_doc.describers.default' => true, - 'nelmio_api_doc.describers.openapi_php.default' => true, - 'nelmio_api_doc.describers.route.default' => true, - 'nelmio_api_doc.form.documentation_extension' => true, - 'nelmio_api_doc.generator_locator' => true, - 'nelmio_api_doc.model_describers.enum' => true, - 'nelmio_api_doc.model_describers.object' => true, - 'nelmio_api_doc.model_describers.self_describing' => true, - 'nelmio_api_doc.object_model.property_describer' => true, - 'nelmio_api_doc.object_model.property_describers.array' => true, - 'nelmio_api_doc.object_model.property_describers.boolean' => true, - 'nelmio_api_doc.object_model.property_describers.compound' => true, - 'nelmio_api_doc.object_model.property_describers.date_time' => true, - 'nelmio_api_doc.object_model.property_describers.float' => true, - 'nelmio_api_doc.object_model.property_describers.integer' => true, - 'nelmio_api_doc.object_model.property_describers.nullable' => true, - 'nelmio_api_doc.object_model.property_describers.object' => true, - 'nelmio_api_doc.object_model.property_describers.required' => true, - 'nelmio_api_doc.object_model.property_describers.string' => true, - 'nelmio_api_doc.open_api.generator' => true, - 'nelmio_api_doc.render_docs.json' => true, - 'nelmio_api_doc.render_docs.yaml' => true, - 'nelmio_api_doc.route_describers.php_doc' => true, - 'nelmio_api_doc.route_describers.route_metadata' => true, - 'nelmio_api_doc.routes.default' => true, - 'nelmio_api_doc.swagger.processor.nullable_property' => true, - 'nelmio_cors.cacheable_response_vary_listener' => true, - 'nelmio_cors.cors_listener' => true, - 'nelmio_cors.options_provider.config' => true, - 'nelmio_cors.options_resolver' => true, - 'parameter_bag' => true, - 'property_accessor' => true, - 'property_info' => true, - 'property_info.php_doc_extractor' => true, - 'property_info.phpstan_extractor' => true, - 'property_info.reflection_extractor' => true, - 'response_listener' => true, - 'reverse_container' => true, - 'router.cache_warmer' => true, - 'router.default' => true, - 'router.request_context' => true, - 'router_listener' => true, - 'routing.loader.annotation' => true, - 'routing.loader.annotation.directory' => true, - 'routing.loader.annotation.file' => true, - 'routing.loader.container' => true, - 'routing.loader.directory' => true, - 'routing.loader.glob' => true, - 'routing.loader.php' => true, - 'routing.loader.psr4' => true, - 'routing.loader.xml' => true, - 'routing.loader.yml' => true, - 'routing.resolver' => true, - 'secrets.decryption_key' => true, - 'secrets.local_vault' => true, - 'secrets.vault' => true, - 'security.access.authenticated_voter' => true, - 'security.access.decision_manager' => true, - 'security.access.simple_role_voter' => true, - 'security.access_listener' => true, - 'security.access_map' => true, - 'security.access_token_extractor.header' => true, - 'security.access_token_extractor.query_string' => true, - 'security.access_token_extractor.request_body' => true, - 'security.access_token_handler.oidc' => true, - 'security.access_token_handler.oidc.jwk' => true, - 'security.access_token_handler.oidc.signature' => true, - 'security.access_token_handler.oidc.signature.ES256' => true, - 'security.access_token_handler.oidc.signature.ES384' => true, - 'security.access_token_handler.oidc.signature.ES512' => true, - 'security.access_token_handler.oidc_user_info' => true, - 'security.access_token_handler.oidc_user_info.http_client' => true, - 'security.authentication.custom_failure_handler' => true, - 'security.authentication.custom_success_handler' => true, - 'security.authentication.failure_handler' => true, - 'security.authentication.failure_handler.login.json_login' => true, - 'security.authentication.listener.abstract' => true, - 'security.authentication.session_strategy' => true, - 'security.authentication.session_strategy.api' => true, - 'security.authentication.session_strategy.login' => true, - 'security.authentication.session_strategy.main' => true, - 'security.authentication.session_strategy_noop' => true, - 'security.authentication.success_handler' => true, - 'security.authentication.success_handler.login.json_login' => true, - 'security.authentication.switchuser_listener' => true, - 'security.authentication.trust_resolver' => true, - 'security.authentication_utils' => true, - 'security.authenticator.access_token' => true, - 'security.authenticator.access_token.chain_extractor' => true, - 'security.authenticator.form_login' => true, - 'security.authenticator.http_basic' => true, - 'security.authenticator.json_login' => true, - 'security.authenticator.json_login.login' => true, - 'security.authenticator.jwt.api' => true, - 'security.authenticator.manager' => true, - 'security.authenticator.manager.api' => true, - 'security.authenticator.manager.login' => true, - 'security.authenticator.manager.main' => true, - 'security.authenticator.managers_locator' => true, - 'security.authenticator.remote_user' => true, - 'security.authenticator.x509' => true, - 'security.authorization_checker' => true, - 'security.channel_listener' => true, - 'security.command.debug_firewall' => true, - 'security.command.user_password_hash' => true, - 'security.context_listener' => true, - 'security.context_listener.0' => true, - 'security.csrf.token_generator' => true, - 'security.csrf.token_manager' => true, - 'security.csrf.token_storage' => true, - 'security.event_dispatcher.api' => true, - 'security.event_dispatcher.login' => true, - 'security.event_dispatcher.main' => true, - 'security.exception_listener' => true, - 'security.exception_listener.api' => true, - 'security.exception_listener.login' => true, - 'security.exception_listener.main' => true, - 'security.firewall' => true, - 'security.firewall.authenticator' => true, - 'security.firewall.authenticator.api' => true, - 'security.firewall.authenticator.login' => true, - 'security.firewall.authenticator.main' => true, - 'security.firewall.config' => true, - 'security.firewall.context' => true, - 'security.firewall.context_locator' => true, - 'security.firewall.event_dispatcher_locator' => true, - 'security.firewall.lazy_context' => true, - 'security.firewall.map' => true, - 'security.firewall.map.config.api' => true, - 'security.firewall.map.config.dev' => true, - 'security.firewall.map.config.login' => true, - 'security.firewall.map.config.main' => true, - 'security.firewall.map.context.api' => true, - 'security.firewall.map.context.dev' => true, - 'security.firewall.map.context.login' => true, - 'security.firewall.map.context.main' => true, - 'security.helper' => true, - 'security.http_utils' => true, - 'security.impersonate_url_generator' => true, - 'security.ldap_locator' => true, - 'security.listener.check_authenticator_credentials' => true, - 'security.listener.csrf_protection' => true, - 'security.listener.login_throttling' => true, - 'security.listener.main.user_provider' => true, - 'security.listener.password_migrating' => true, - 'security.listener.session' => true, - 'security.listener.session.main' => true, - 'security.listener.user_checker' => true, - 'security.listener.user_checker.api' => true, - 'security.listener.user_checker.login' => true, - 'security.listener.user_checker.main' => true, - 'security.listener.user_provider' => true, - 'security.listener.user_provider.abstract' => true, - 'security.logout.listener.clear_site_data' => true, - 'security.logout.listener.cookie_clearing' => true, - 'security.logout.listener.csrf_token_clearing' => true, - 'security.logout.listener.default' => true, - 'security.logout.listener.session' => true, - 'security.logout_listener' => true, - 'security.logout_url_generator' => true, - 'security.password_hasher' => true, - 'security.password_hasher_factory' => true, - 'security.role_hierarchy' => true, - 'security.security_token_value_resolver' => true, - 'security.token_storage' => true, - 'security.untracked_token_storage' => true, - 'security.user.provider.chain' => true, - 'security.user.provider.concrete.app_user_provider' => true, - 'security.user.provider.in_memory' => true, - 'security.user.provider.ldap' => true, - 'security.user.provider.missing' => true, - 'security.user_authenticator' => true, - 'security.user_checker' => true, - 'security.user_checker.api' => true, - 'security.user_checker.chain.api' => true, - 'security.user_checker.chain.login' => true, - 'security.user_checker.chain.main' => true, - 'security.user_checker.login' => true, - 'security.user_checker.main' => true, - 'security.user_password_hasher' => true, - 'security.user_providers' => true, - 'security.user_value_resolver' => true, - 'security.validator.user_password' => true, - 'session.abstract_handler' => true, - 'session.factory' => true, - 'session.handler' => true, - 'session.handler.native' => true, - 'session.handler.native_file' => true, - 'session.marshaller' => true, - 'session.marshalling_handler' => true, - 'session.storage.factory' => true, - 'session.storage.factory.mock_file' => true, - 'session.storage.factory.native' => true, - 'session.storage.factory.php_bridge' => true, - 'session_listener' => true, - 'slugger' => true, - 'twig' => true, - 'twig.app_variable' => true, - 'twig.command.debug' => true, - 'twig.command.lint' => true, - 'twig.configurator.environment' => true, - 'twig.error_renderer.html' => true, - 'twig.error_renderer.html.inner' => true, - 'twig.extension.assets' => true, - 'twig.extension.code' => true, - 'twig.extension.debug' => true, - 'twig.extension.debug.stopwatch' => true, - 'twig.extension.expression' => true, - 'twig.extension.htmlsanitizer' => true, - 'twig.extension.httpfoundation' => true, - 'twig.extension.httpkernel' => true, - 'twig.extension.logout_url' => true, - 'twig.extension.profiler' => true, - 'twig.extension.routing' => true, - 'twig.extension.security' => true, - 'twig.extension.security_csrf' => true, - 'twig.extension.serializer' => true, - 'twig.extension.trans' => true, - 'twig.extension.weblink' => true, - 'twig.extension.yaml' => true, - 'twig.loader' => true, - 'twig.loader.chain' => true, - 'twig.loader.filesystem' => true, - 'twig.loader.native_filesystem' => true, - 'twig.mailer.message_listener' => true, - 'twig.mime_body_renderer' => true, - 'twig.profile' => true, - 'twig.runtime.httpkernel' => true, - 'twig.runtime.security_csrf' => true, - 'twig.runtime.serializer' => true, - 'twig.runtime_loader' => true, - 'twig.template_cache_warmer' => true, - 'twig.template_iterator' => true, - 'uri_signer' => true, - 'url_helper' => true, - 'validate_request_listener' => true, - 'validator' => true, - 'validator.builder' => true, - 'validator.email' => true, - 'validator.expression' => true, - 'validator.mapping.cache.adapter' => true, - 'validator.mapping.cache_warmer' => true, - 'validator.mapping.class_metadata_factory' => true, - 'validator.no_suspicious_characters' => true, - 'validator.not_compromised_password' => true, - 'validator.property_info_loader' => true, - 'validator.validator_factory' => true, - 'validator.when' => true, - 'workflow.twig_extension' => true, -]; diff --git a/var/cache/dev/DMD_LaLigaApi_KernelDevDebugContainer.php b/var/cache/dev/DMD_LaLigaApi_KernelDevDebugContainer.php deleted file mode 100644 index 7a44d3e9..00000000 --- a/var/cache/dev/DMD_LaLigaApi_KernelDevDebugContainer.php +++ /dev/null @@ -1,21 +0,0 @@ - 'EB2LqQ8', - 'container.build_id' => '0d6f5d03', - 'container.build_time' => 1717887227, -], __DIR__.\DIRECTORY_SEPARATOR.'ContainerEB2LqQ8'); diff --git a/var/cache/dev/DMD_LaLigaApi_KernelDevDebugContainer.php.lock b/var/cache/dev/DMD_LaLigaApi_KernelDevDebugContainer.php.lock deleted file mode 100644 index e69de29b..00000000 diff --git a/var/cache/dev/DMD_LaLigaApi_KernelDevDebugContainer.php.meta b/var/cache/dev/DMD_LaLigaApi_KernelDevDebugContainer.php.meta deleted file mode 100644 index 033ee796..00000000 Binary files a/var/cache/dev/DMD_LaLigaApi_KernelDevDebugContainer.php.meta and /dev/null differ diff --git a/var/cache/dev/DMD_LaLigaApi_KernelDevDebugContainer.preload.php b/var/cache/dev/DMD_LaLigaApi_KernelDevDebugContainer.preload.php deleted file mode 100644 index 4d559abd..00000000 --- a/var/cache/dev/DMD_LaLigaApi_KernelDevDebugContainer.preload.php +++ /dev/null @@ -1,523 +0,0 @@ -= 7.4 when preloading is desired - -use Symfony\Component\DependencyInjection\Dumper\Preloader; - -if (in_array(PHP_SAPI, ['cli', 'phpdbg'], true)) { - return; -} - -require dirname(__DIR__, 3).''.\DIRECTORY_SEPARATOR.'vendor/autoload.php'; -(require __DIR__.'/DMD_LaLigaApi_KernelDevDebugContainer.php')->set(\ContainerEB2LqQ8\DMD_LaLigaApi_KernelDevDebugContainer::class, null); -require __DIR__.'/ContainerEB2LqQ8/EntityManagerGhostAd02211.php'; -require __DIR__.'/ContainerEB2LqQ8/RequestPayloadValueResolverGhostE4c6c7a.php'; -require __DIR__.'/ContainerEB2LqQ8/getValidator_WhenService.php'; -require __DIR__.'/ContainerEB2LqQ8/getValidator_NotCompromisedPasswordService.php'; -require __DIR__.'/ContainerEB2LqQ8/getValidator_NoSuspiciousCharactersService.php'; -require __DIR__.'/ContainerEB2LqQ8/getValidator_ExpressionService.php'; -require __DIR__.'/ContainerEB2LqQ8/getValidator_EmailService.php'; -require __DIR__.'/ContainerEB2LqQ8/getValidator_BuilderService.php'; -require __DIR__.'/ContainerEB2LqQ8/getValidatorService.php'; -require __DIR__.'/ContainerEB2LqQ8/getTwig_Runtime_SecurityCsrfService.php'; -require __DIR__.'/ContainerEB2LqQ8/getTwig_Runtime_HttpkernelService.php'; -require __DIR__.'/ContainerEB2LqQ8/getTwig_Mailer_MessageListenerService.php'; -require __DIR__.'/ContainerEB2LqQ8/getTwigService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSession_Handler_NativeService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSession_FactoryService.php'; -require __DIR__.'/ContainerEB2LqQ8/getServicesResetterService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSecurity_Validator_UserPasswordService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSecurity_UserPasswordHasherService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSecurity_UserCheckerService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSecurity_User_Provider_Concrete_AppUserProviderService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSecurity_PasswordHasherFactoryService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSecurity_Logout_Listener_CsrfTokenClearingService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSecurity_Listener_UserProviderService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSecurity_Listener_UserChecker_MainService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSecurity_Listener_UserChecker_LoginService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSecurity_Listener_UserChecker_ApiService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSecurity_Listener_Session_MainService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSecurity_Listener_PasswordMigratingService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSecurity_Listener_Main_UserProviderService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSecurity_Listener_CsrfProtectionService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSecurity_Listener_CheckAuthenticatorCredentialsService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSecurity_HttpUtilsService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSecurity_HelperService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSecurity_Firewall_Map_Context_MainService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSecurity_Firewall_Map_Context_LoginService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSecurity_Firewall_Map_Context_DevService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSecurity_Firewall_Map_Context_ApiService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSecurity_Firewall_EventDispatcherLocatorService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSecurity_Csrf_TokenStorageService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSecurity_Csrf_TokenManagerService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSecurity_ChannelListenerService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSecurity_Authenticator_ManagersLocatorService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSecurity_Authenticator_Manager_MainService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSecurity_Authenticator_Manager_LoginService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSecurity_Authenticator_Manager_ApiService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSecurity_Authenticator_Jwt_ApiService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSecurity_Authenticator_JsonLogin_LoginService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSecurity_AccessMapService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSecurity_AccessListenerService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSecrets_VaultService.php'; -require __DIR__.'/ContainerEB2LqQ8/getRouting_LoaderService.php'; -require __DIR__.'/ContainerEB2LqQ8/getPropertyInfoService.php'; -require __DIR__.'/ContainerEB2LqQ8/getNelmioApiDoc_Routes_DefaultService.php'; -require __DIR__.'/ContainerEB2LqQ8/getNelmioApiDoc_RenderDocsService.php'; -require __DIR__.'/ContainerEB2LqQ8/getNelmioApiDoc_ModelDescribers_ObjectService.php'; -require __DIR__.'/ContainerEB2LqQ8/getNelmioApiDoc_Generator_DefaultService.php'; -require __DIR__.'/ContainerEB2LqQ8/getNelmioApiDoc_Describers_Route_DefaultService.php'; -require __DIR__.'/ContainerEB2LqQ8/getNelmioApiDoc_Describers_OpenapiPhp_DefaultService.php'; -require __DIR__.'/ContainerEB2LqQ8/getNelmioApiDoc_Describers_ConfigService.php'; -require __DIR__.'/ContainerEB2LqQ8/getNelmioApiDoc_Controller_SwaggerYamlService.php'; -require __DIR__.'/ContainerEB2LqQ8/getNelmioApiDoc_Controller_SwaggerJsonService.php'; -require __DIR__.'/ContainerEB2LqQ8/getMailer_TransportsService.php'; -require __DIR__.'/ContainerEB2LqQ8/getMailer_TransportFactory_SmtpService.php'; -require __DIR__.'/ContainerEB2LqQ8/getMailer_TransportFactory_SendmailService.php'; -require __DIR__.'/ContainerEB2LqQ8/getMailer_TransportFactory_NullService.php'; -require __DIR__.'/ContainerEB2LqQ8/getMailer_TransportFactory_NativeService.php'; -require __DIR__.'/ContainerEB2LqQ8/getMailer_MailerService.php'; -require __DIR__.'/ContainerEB2LqQ8/getLexikJwtAuthentication_KeyLoaderService.php'; -require __DIR__.'/ContainerEB2LqQ8/getLexikJwtAuthentication_JwtManagerService.php'; -require __DIR__.'/ContainerEB2LqQ8/getLexikJwtAuthentication_EncoderService.php'; -require __DIR__.'/ContainerEB2LqQ8/getFragment_Renderer_InlineService.php'; -require __DIR__.'/ContainerEB2LqQ8/getErrorControllerService.php'; -require __DIR__.'/ContainerEB2LqQ8/getDoctrine_UuidGeneratorService.php'; -require __DIR__.'/ContainerEB2LqQ8/getDoctrine_UlidGeneratorService.php'; -require __DIR__.'/ContainerEB2LqQ8/getDoctrine_Orm_Validator_UniqueService.php'; -require __DIR__.'/ContainerEB2LqQ8/getDoctrine_Orm_Listeners_PdoSessionHandlerSchemaListenerService.php'; -require __DIR__.'/ContainerEB2LqQ8/getDoctrine_Orm_Listeners_LockStoreSchemaListenerService.php'; -require __DIR__.'/ContainerEB2LqQ8/getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaListenerService.php'; -require __DIR__.'/ContainerEB2LqQ8/getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaListenerService.php'; -require __DIR__.'/ContainerEB2LqQ8/getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php'; -require __DIR__.'/ContainerEB2LqQ8/getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'; -require __DIR__.'/ContainerEB2LqQ8/getDoctrine_Orm_DefaultEntityManagerService.php'; -require __DIR__.'/ContainerEB2LqQ8/getDoctrine_Dbal_DefaultConnection_EventManagerService.php'; -require __DIR__.'/ContainerEB2LqQ8/getDoctrine_Dbal_DefaultConnectionService.php'; -require __DIR__.'/ContainerEB2LqQ8/getDoctrineService.php'; -require __DIR__.'/ContainerEB2LqQ8/getDebug_Security_Voter_VoteListenerService.php'; -require __DIR__.'/ContainerEB2LqQ8/getDebug_Security_Firewall_Authenticator_MainService.php'; -require __DIR__.'/ContainerEB2LqQ8/getDebug_Security_Firewall_Authenticator_LoginService.php'; -require __DIR__.'/ContainerEB2LqQ8/getDebug_Security_Firewall_Authenticator_ApiService.php'; -require __DIR__.'/ContainerEB2LqQ8/getDebug_Security_EventDispatcher_LoginService.php'; -require __DIR__.'/ContainerEB2LqQ8/getDebug_Security_EventDispatcher_ApiService.php'; -require __DIR__.'/ContainerEB2LqQ8/getDebug_ErrorHandlerConfiguratorService.php'; -require __DIR__.'/ContainerEB2LqQ8/getController_TemplateAttributeListenerService.php'; -require __DIR__.'/ContainerEB2LqQ8/getContainer_GetRoutingConditionServiceService.php'; -require __DIR__.'/ContainerEB2LqQ8/getContainer_EnvVarProcessorsLocatorService.php'; -require __DIR__.'/ContainerEB2LqQ8/getContainer_EnvVarProcessorService.php'; -require __DIR__.'/ContainerEB2LqQ8/getCache_ValidatorExpressionLanguageService.php'; -require __DIR__.'/ContainerEB2LqQ8/getCache_SystemClearerService.php'; -require __DIR__.'/ContainerEB2LqQ8/getCache_SystemService.php'; -require __DIR__.'/ContainerEB2LqQ8/getCache_SecurityIsGrantedAttributeExpressionLanguageService.php'; -require __DIR__.'/ContainerEB2LqQ8/getCache_GlobalClearerService.php'; -require __DIR__.'/ContainerEB2LqQ8/getCache_AppClearerService.php'; -require __DIR__.'/ContainerEB2LqQ8/getCache_AppService.php'; -require __DIR__.'/ContainerEB2LqQ8/getTemplateControllerService.php'; -require __DIR__.'/ContainerEB2LqQ8/getRedirectControllerService.php'; -require __DIR__.'/ContainerEB2LqQ8/getHandleUpdateUserService.php'; -require __DIR__.'/ContainerEB2LqQ8/getHandleRegistrationService.php'; -require __DIR__.'/ContainerEB2LqQ8/getHandleGetNotificationsService.php'; -require __DIR__.'/ContainerEB2LqQ8/getHandleDeleteUserService.php'; -require __DIR__.'/ContainerEB2LqQ8/getUserSaverService.php'; -require __DIR__.'/ContainerEB2LqQ8/getHandleGetAllFacilitiesService.php'; -require __DIR__.'/ContainerEB2LqQ8/getHandleCreateSeasonService.php'; -require __DIR__.'/ContainerEB2LqQ8/getHandleCreateGameCalendarRequestService.php'; -require __DIR__.'/ContainerEB2LqQ8/getHandleCreateFacilitiesService.php'; -require __DIR__.'/ContainerEB2LqQ8/getHandleAddTeamService.php'; -require __DIR__.'/ContainerEB2LqQ8/getHandleUpdateLeagueService.php'; -require __DIR__.'/ContainerEB2LqQ8/getHandleNewJoinLeagueRequestService.php'; -require __DIR__.'/ContainerEB2LqQ8/getHandleCaptainRequestService.php'; -require __DIR__.'/ContainerEB2LqQ8/getHandleGetLeagueByIdService.php'; -require __DIR__.'/ContainerEB2LqQ8/getHandleGetAllLeaguesService.php'; -require __DIR__.'/ContainerEB2LqQ8/getHandleDeclineJoinLeagueRequestService.php'; -require __DIR__.'/ContainerEB2LqQ8/getHandleCreateLeagueService.php'; -require __DIR__.'/ContainerEB2LqQ8/getHandleAcceptJoinLeagueRequestService.php'; -require __DIR__.'/ContainerEB2LqQ8/getNotificationFactoryService.php'; -require __DIR__.'/ContainerEB2LqQ8/getEmailSenderService.php'; -require __DIR__.'/ContainerEB2LqQ8/getAuthorizeRequestService.php'; -require __DIR__.'/ContainerEB2LqQ8/getUserRepositoryService.php'; -require __DIR__.'/ContainerEB2LqQ8/getTeamRepositoryService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSeasonRepositoryService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSeasonDataRepositoryService.php'; -require __DIR__.'/ContainerEB2LqQ8/getPlayerRepositoryService.php'; -require __DIR__.'/ContainerEB2LqQ8/getNotificationRepositoryService.php'; -require __DIR__.'/ContainerEB2LqQ8/getLogRepositoryService.php'; -require __DIR__.'/ContainerEB2LqQ8/getLeagueRepositoryService.php'; -require __DIR__.'/ContainerEB2LqQ8/getGameRepositoryService.php'; -require __DIR__.'/ContainerEB2LqQ8/getFileRepositoryService.php'; -require __DIR__.'/ContainerEB2LqQ8/getFacilityRepositoryService.php'; -require __DIR__.'/ContainerEB2LqQ8/getCustomRoleRepositoryService.php'; -require __DIR__.'/ContainerEB2LqQ8/getExceptionListenerService.php'; -require __DIR__.'/ContainerEB2LqQ8/getUserControllerService.php'; -require __DIR__.'/ContainerEB2LqQ8/getSeasonControllerService.php'; -require __DIR__.'/ContainerEB2LqQ8/getNotificationControllerService.php'; -require __DIR__.'/ContainerEB2LqQ8/getLeagueControllerService.php'; -require __DIR__.'/ContainerEB2LqQ8/get_ServiceLocator_Y4Zrx_Service.php'; -require __DIR__.'/ContainerEB2LqQ8/get_ServiceLocator_K8rLaojService.php'; -require __DIR__.'/ContainerEB2LqQ8/get_ServiceLocator_JzhWNcbService.php'; -require __DIR__.'/ContainerEB2LqQ8/get_ServiceLocator_IdpQYdIService.php'; -require __DIR__.'/ContainerEB2LqQ8/get_ServiceLocator_HAmcZCCService.php'; -require __DIR__.'/ContainerEB2LqQ8/get_ServiceLocator_G3NSLSCService.php'; -require __DIR__.'/ContainerEB2LqQ8/get_ServiceLocator_BNYvrCqService.php'; -require __DIR__.'/ContainerEB2LqQ8/get_ServiceLocator_YUfsgoAService.php'; -require __DIR__.'/ContainerEB2LqQ8/get_ServiceLocator_X_XUSKjService.php'; -require __DIR__.'/ContainerEB2LqQ8/get_ServiceLocator_UgMf8_IService.php'; -require __DIR__.'/ContainerEB2LqQ8/get_ServiceLocator_RQy_OTOService.php'; -require __DIR__.'/ContainerEB2LqQ8/get_ServiceLocator_PJHysgXService.php'; -require __DIR__.'/ContainerEB2LqQ8/get_ServiceLocator_O2p6Lk7Service.php'; -require __DIR__.'/ContainerEB2LqQ8/get_ServiceLocator_Kun9UOkService.php'; -require __DIR__.'/ContainerEB2LqQ8/get_ServiceLocator_Jf7ZX1MService.php'; -require __DIR__.'/ContainerEB2LqQ8/get_ServiceLocator_GqgSDnyService.php'; -require __DIR__.'/ContainerEB2LqQ8/get_ServiceLocator_G1XuiGsService.php'; -require __DIR__.'/ContainerEB2LqQ8/get_ServiceLocator_FoktWoUService.php'; -require __DIR__.'/ContainerEB2LqQ8/get_ServiceLocator_EAMCOjqService.php'; -require __DIR__.'/ContainerEB2LqQ8/get_ServiceLocator_BpNZAIPService.php'; -require __DIR__.'/ContainerEB2LqQ8/get_ServiceLocator_8eLXVuLService.php'; -require __DIR__.'/ContainerEB2LqQ8/get_Security_RequestMatcher_Vhy2oy3Service.php'; -require __DIR__.'/ContainerEB2LqQ8/get_Security_RequestMatcher_KLbKLHaService.php'; -require __DIR__.'/ContainerEB2LqQ8/get_Security_RequestMatcher_0QxrXJtService.php'; -require __DIR__.'/ContainerEB2LqQ8/get_Debug_ValueResolver_Security_UserValueResolverService.php'; -require __DIR__.'/ContainerEB2LqQ8/get_Debug_ValueResolver_Security_SecurityTokenValueResolverService.php'; -require __DIR__.'/ContainerEB2LqQ8/get_Debug_ValueResolver_Doctrine_Orm_EntityValueResolverService.php'; -require __DIR__.'/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_VariadicService.php'; -require __DIR__.'/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_SessionService.php'; -require __DIR__.'/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_ServiceService.php'; -require __DIR__.'/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_RequestPayloadService.php'; -require __DIR__.'/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_RequestAttributeService.php'; -require __DIR__.'/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_RequestService.php'; -require __DIR__.'/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_QueryParameterValueResolverService.php'; -require __DIR__.'/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_NotTaggedControllerService.php'; -require __DIR__.'/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_DefaultService.php'; -require __DIR__.'/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_DatetimeService.php'; -require __DIR__.'/ContainerEB2LqQ8/get_Debug_ValueResolver_ArgumentResolver_BackedEnumResolverService.php'; -require __DIR__.'/ContainerEB2LqQ8/get_Debug_Security_Voter_Security_Access_SimpleRoleVoterService.php'; -require __DIR__.'/ContainerEB2LqQ8/get_Debug_Security_Voter_Security_Access_AuthenticatedVoterService.php'; - -$classes = []; -$classes[] = 'Symfony\Bundle\FrameworkBundle\FrameworkBundle'; -$classes[] = 'Doctrine\Bundle\DoctrineBundle\DoctrineBundle'; -$classes[] = 'Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle'; -$classes[] = 'Symfony\Bundle\MakerBundle\MakerBundle'; -$classes[] = 'Symfony\Bundle\SecurityBundle\SecurityBundle'; -$classes[] = 'Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle'; -$classes[] = 'Nelmio\CorsBundle\NelmioCorsBundle'; -$classes[] = 'Symfony\Bundle\TwigBundle\TwigBundle'; -$classes[] = 'Nelmio\ApiDocBundle\NelmioApiDocBundle'; -$classes[] = 'Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter'; -$classes[] = 'Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter'; -$classes[] = 'Symfony\Component\Security\Core\Authorization\Voter\RoleVoter'; -$classes[] = 'Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver'; -$classes[] = 'Symfony\Component\HttpKernel\Controller\ArgumentResolver\BackedEnumValueResolver'; -$classes[] = 'Symfony\Component\HttpKernel\Controller\ArgumentResolver\DateTimeValueResolver'; -$classes[] = 'Symfony\Component\Clock\Clock'; -$classes[] = 'Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver'; -$classes[] = 'Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver'; -$classes[] = 'Symfony\Component\HttpKernel\Controller\ArgumentResolver\QueryParameterValueResolver'; -$classes[] = 'Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver'; -$classes[] = 'Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver'; -$classes[] = 'Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver'; -$classes[] = 'Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver'; -$classes[] = 'Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver'; -$classes[] = 'Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver'; -$classes[] = 'Symfony\Component\Security\Http\Controller\SecurityTokenValueResolver'; -$classes[] = 'Symfony\Component\Security\Http\Controller\UserValueResolver'; -$classes[] = 'Symfony\Component\HttpFoundation\ChainRequestMatcher'; -$classes[] = 'Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher'; -$classes[] = 'Symfony\Component\DependencyInjection\ServiceLocator'; -$classes[] = 'DMD\LaLigaApi\Controller\LeagueController'; -$classes[] = 'DMD\LaLigaApi\Controller\NotificationController'; -$classes[] = 'DMD\LaLigaApi\Controller\SeasonController'; -$classes[] = 'DMD\LaLigaApi\Controller\UserController'; -$classes[] = 'DMD\LaLigaApi\Exception\ExceptionListener'; -$classes[] = 'DMD\LaLigaApi\Repository\CustomRoleRepository'; -$classes[] = 'DMD\LaLigaApi\Repository\FacilityRepository'; -$classes[] = 'DMD\LaLigaApi\Repository\FileRepository'; -$classes[] = 'DMD\LaLigaApi\Repository\GameRepository'; -$classes[] = 'DMD\LaLigaApi\Repository\LeagueRepository'; -$classes[] = 'DMD\LaLigaApi\Repository\LogRepository'; -$classes[] = 'DMD\LaLigaApi\Repository\NotificationRepository'; -$classes[] = 'DMD\LaLigaApi\Repository\PlayerRepository'; -$classes[] = 'DMD\LaLigaApi\Repository\SeasonDataRepository'; -$classes[] = 'DMD\LaLigaApi\Repository\SeasonRepository'; -$classes[] = 'DMD\LaLigaApi\Repository\TeamRepository'; -$classes[] = 'DMD\LaLigaApi\Repository\UserRepository'; -$classes[] = 'DMD\LaLigaApi\Service\Common\AuthorizeRequest'; -$classes[] = 'DMD\LaLigaApi\Service\Common\EmailSender'; -$classes[] = 'DMD\LaLigaApi\Service\Common\NotificationFactory'; -$classes[] = 'DMD\LaLigaApi\Service\Common\TeamFactory'; -$classes[] = 'DMD\LaLigaApi\Service\League\LeagueFactory'; -$classes[] = 'DMD\LaLigaApi\Service\League\acceptJoinLeagueRequest\HandleAcceptJoinLeagueRequest'; -$classes[] = 'DMD\LaLigaApi\Service\League\createLeague\HandleCreateLeague'; -$classes[] = 'DMD\LaLigaApi\Service\League\declineJoinLeagueRequest\HandleDeclineJoinLeagueRequest'; -$classes[] = 'DMD\LaLigaApi\Service\League\getAllLeagues\HandleGetAllLeagues'; -$classes[] = 'DMD\LaLigaApi\Service\League\getLeagueById\HandleGetLeagueById'; -$classes[] = 'DMD\LaLigaApi\Service\League\joinTeam\HandleCaptainRequest'; -$classes[] = 'DMD\LaLigaApi\Service\League\newJoinLeagueRequest\HandleNewJoinLeagueRequest'; -$classes[] = 'DMD\LaLigaApi\Service\League\updateLeague\HandleUpdateLeague'; -$classes[] = 'DMD\LaLigaApi\Service\Season\addTeam\HandleAddTeam'; -$classes[] = 'DMD\LaLigaApi\Service\Season\createFacilities\HandleCreateFacilities'; -$classes[] = 'DMD\LaLigaApi\Service\Common\FacilityFactory'; -$classes[] = 'DMD\LaLigaApi\Service\Season\createGameCalendar\HandleCreateGameCalendarRequest'; -$classes[] = 'DMD\LaLigaApi\Service\Season\createSeason\HandleCreateSeason'; -$classes[] = 'DMD\LaLigaApi\Service\Season\SeasonFactory'; -$classes[] = 'DMD\LaLigaApi\Service\Season\getAllFacilities\HandleGetAllFacilities'; -$classes[] = 'DMD\LaLigaApi\Service\User\Handlers\UserSaver'; -$classes[] = 'DMD\LaLigaApi\Service\User\Handlers\delete\HandleDeleteUser'; -$classes[] = 'DMD\LaLigaApi\Service\User\Handlers\getNotifications\HandleGetNotifications'; -$classes[] = 'DMD\LaLigaApi\Service\User\Handlers\login\AuthenticationSuccessListener'; -$classes[] = 'DMD\LaLigaApi\Service\User\Handlers\register\HandleRegistration'; -$classes[] = 'DMD\LaLigaApi\Service\User\Handlers\update\HandleUpdateUser'; -$classes[] = 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController'; -$classes[] = 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController'; -$classes[] = 'Symfony\Component\Cache\Adapter\FilesystemAdapter'; -$classes[] = 'Symfony\Component\Cache\Marshaller\DefaultMarshaller'; -$classes[] = 'Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer'; -$classes[] = 'Symfony\Component\Cache\Adapter\ArrayAdapter'; -$classes[] = 'Symfony\Component\Cache\Adapter\AdapterInterface'; -$classes[] = 'Symfony\Component\Cache\Adapter\AbstractAdapter'; -$classes[] = 'Symfony\Component\Config\Resource\SelfCheckingResourceChecker'; -$classes[] = 'Symfony\Component\DependencyInjection\EnvVarProcessor'; -$classes[] = 'Symfony\Component\HttpKernel\EventListener\CacheAttributeListener'; -$classes[] = 'Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener'; -$classes[] = 'Symfony\Bridge\Twig\EventListener\TemplateAttributeListener'; -$classes[] = 'Symfony\Component\HttpKernel\EventListener\DebugHandlersListener'; -$classes[] = 'Symfony\Component\HttpKernel\Debug\ErrorHandlerConfigurator'; -$classes[] = 'Symfony\Component\HttpKernel\Debug\FileLinkFormatter'; -$classes[] = 'Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager'; -$classes[] = 'Symfony\Component\Security\Core\Authorization\AccessDecisionManager'; -$classes[] = 'Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy'; -$classes[] = 'Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher'; -$classes[] = 'Symfony\Component\EventDispatcher\EventDispatcher'; -$classes[] = 'Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener'; -$classes[] = 'Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener'; -$classes[] = 'Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener'; -$classes[] = 'Symfony\Bundle\SecurityBundle\EventListener\VoteListener'; -$classes[] = 'Symfony\Component\Stopwatch\Stopwatch'; -$classes[] = 'Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker'; -$classes[] = 'Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener'; -$classes[] = 'Doctrine\Bundle\DoctrineBundle\Registry'; -$classes[] = 'Doctrine\DBAL\Connection'; -$classes[] = 'Doctrine\Bundle\DoctrineBundle\ConnectionFactory'; -$classes[] = 'Doctrine\DBAL\Configuration'; -$classes[] = 'Doctrine\DBAL\Schema\LegacySchemaManagerFactory'; -$classes[] = 'Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware'; -$classes[] = 'Doctrine\DBAL\Tools\DsnParser'; -$classes[] = 'Symfony\Bridge\Doctrine\ContainerAwareEventManager'; -$classes[] = 'Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder'; -$classes[] = 'Doctrine\ORM\Mapping\Driver\AttributeDriver'; -$classes[] = 'Doctrine\ORM\Proxy\Autoloader'; -$classes[] = 'Doctrine\ORM\EntityManager'; -$classes[] = 'Doctrine\ORM\Configuration'; -$classes[] = 'Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver'; -$classes[] = 'Doctrine\Persistence\Mapping\Driver\MappingDriverChain'; -$classes[] = 'Doctrine\ORM\Mapping\UnderscoreNamingStrategy'; -$classes[] = 'Doctrine\ORM\Mapping\DefaultQuoteStrategy'; -$classes[] = 'Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver'; -$classes[] = 'Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory'; -$classes[] = 'Doctrine\Bundle\DoctrineBundle\ManagerConfigurator'; -$classes[] = 'Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor'; -$classes[] = 'Doctrine\ORM\Tools\AttachEntityListenersListener'; -$classes[] = 'Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaListener'; -$classes[] = 'Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaListener'; -$classes[] = 'Symfony\Bridge\Doctrine\SchemaListener\LockStoreSchemaListener'; -$classes[] = 'Symfony\Bridge\Doctrine\SchemaListener\PdoSessionHandlerSchemaListener'; -$classes[] = 'Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator'; -$classes[] = 'Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator'; -$classes[] = 'Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator'; -$classes[] = 'Symfony\Component\HttpKernel\Controller\ErrorController'; -$classes[] = 'Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer'; -$classes[] = 'Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer'; -$classes[] = 'Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher'; -$classes[] = 'Symfony\Component\HttpKernel\EventListener\ErrorListener'; -$classes[] = 'Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer'; -$classes[] = 'Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner'; -$classes[] = 'Symfony\Component\Runtime\Runner\Symfony\ResponseRunner'; -$classes[] = 'Symfony\Component\Runtime\SymfonyRuntime'; -$classes[] = 'Symfony\Component\HttpKernel\HttpKernel'; -$classes[] = 'Symfony\Component\HttpKernel\Controller\TraceableControllerResolver'; -$classes[] = 'Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver'; -$classes[] = 'Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver'; -$classes[] = 'Symfony\Component\HttpKernel\Controller\ArgumentResolver'; -$classes[] = 'Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory'; -$classes[] = 'DMD\LaLigaApi\Kernel'; -$classes[] = 'Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder'; -$classes[] = 'Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider'; -$classes[] = 'Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager'; -$classes[] = 'Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader'; -$classes[] = 'Symfony\Component\HttpKernel\EventListener\LocaleAwareListener'; -$classes[] = 'Symfony\Component\HttpKernel\EventListener\LocaleListener'; -$classes[] = 'Symfony\Component\HttpKernel\Log\Logger'; -$classes[] = 'Symfony\Component\Mailer\EventListener\EnvelopeListener'; -$classes[] = 'Symfony\Component\Mailer\Mailer'; -$classes[] = 'Symfony\Component\Mailer\EventListener\MessageLoggerListener'; -$classes[] = 'Symfony\Component\Mailer\EventListener\MessengerTransportListener'; -$classes[] = 'Symfony\Component\Mailer\Transport\NativeTransportFactory'; -$classes[] = 'Symfony\Component\Mailer\Transport\NullTransportFactory'; -$classes[] = 'Symfony\Component\Mailer\Transport\SendmailTransportFactory'; -$classes[] = 'Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory'; -$classes[] = 'Symfony\Component\Mailer\Transport\Transports'; -$classes[] = 'Symfony\Component\Mailer\Transport'; -$classes[] = 'Nelmio\ApiDocBundle\Controller\DocumentationController'; -$classes[] = 'Nelmio\ApiDocBundle\Controller\YamlDocumentationController'; -$classes[] = 'Nelmio\ApiDocBundle\Util\ControllerReflector'; -$classes[] = 'Nelmio\ApiDocBundle\Describer\ExternalDocDescriber'; -$classes[] = 'Nelmio\ApiDocBundle\Describer\DefaultDescriber'; -$classes[] = 'Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber'; -$classes[] = 'Nelmio\ApiDocBundle\Describer\RouteDescriber'; -$classes[] = 'Nelmio\ApiDocBundle\ApiDocGenerator'; -$classes[] = 'OpenApi\Generator'; -$classes[] = 'Nelmio\ApiDocBundle\Processor\NullablePropertyProcessor'; -$classes[] = 'Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber'; -$classes[] = 'Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber'; -$classes[] = 'Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber'; -$classes[] = 'Nelmio\ApiDocBundle\ModelDescriber\SelfDescribingModelDescriber'; -$classes[] = 'Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber'; -$classes[] = 'Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber'; -$classes[] = 'Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber'; -$classes[] = 'Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber'; -$classes[] = 'Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber'; -$classes[] = 'Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber'; -$classes[] = 'Nelmio\ApiDocBundle\PropertyDescriber\NullablePropertyDescriber'; -$classes[] = 'Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber'; -$classes[] = 'Nelmio\ApiDocBundle\PropertyDescriber\RequiredPropertyDescriber'; -$classes[] = 'Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber'; -$classes[] = 'Nelmio\ApiDocBundle\Render\RenderOpenApi'; -$classes[] = 'Nelmio\ApiDocBundle\Render\Json\JsonOpenApiRenderer'; -$classes[] = 'Nelmio\ApiDocBundle\Render\Yaml\YamlOpenApiRenderer'; -$classes[] = 'Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber'; -$classes[] = 'Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber'; -$classes[] = 'Symfony\Component\Routing\RouteCollection'; -$classes[] = 'Nelmio\ApiDocBundle\Routing\FilteredRouteCollectionBuilder'; -$classes[] = 'Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener'; -$classes[] = 'Nelmio\CorsBundle\EventListener\CorsListener'; -$classes[] = 'Nelmio\CorsBundle\Options\Resolver'; -$classes[] = 'Nelmio\CorsBundle\Options\ConfigProvider'; -$classes[] = 'Symfony\Component\DependencyInjection\ParameterBag\ContainerBag'; -$classes[] = 'Symfony\Component\PropertyInfo\PropertyInfoExtractor'; -$classes[] = 'Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor'; -$classes[] = 'Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor'; -$classes[] = 'Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor'; -$classes[] = 'Symfony\Component\HttpFoundation\RequestStack'; -$classes[] = 'Symfony\Component\HttpKernel\EventListener\ResponseListener'; -$classes[] = 'Symfony\Bundle\FrameworkBundle\Routing\Router'; -$classes[] = 'Symfony\Component\Config\ResourceCheckerConfigCacheFactory'; -$classes[] = 'Symfony\Component\Routing\RequestContext'; -$classes[] = 'Symfony\Component\HttpKernel\EventListener\RouterListener'; -$classes[] = 'Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader'; -$classes[] = 'Symfony\Component\Config\Loader\LoaderResolver'; -$classes[] = 'Symfony\Component\Routing\Loader\XmlFileLoader'; -$classes[] = 'Symfony\Component\HttpKernel\Config\FileLocator'; -$classes[] = 'Symfony\Component\Routing\Loader\YamlFileLoader'; -$classes[] = 'Symfony\Component\Routing\Loader\PhpFileLoader'; -$classes[] = 'Symfony\Component\Routing\Loader\GlobFileLoader'; -$classes[] = 'Symfony\Component\Routing\Loader\DirectoryLoader'; -$classes[] = 'Symfony\Component\Routing\Loader\ContainerLoader'; -$classes[] = 'Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader'; -$classes[] = 'Symfony\Component\Routing\Loader\AnnotationDirectoryLoader'; -$classes[] = 'Symfony\Component\Routing\Loader\AnnotationFileLoader'; -$classes[] = 'Symfony\Component\Routing\Loader\Psr4DirectoryLoader'; -$classes[] = 'Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault'; -$classes[] = 'Symfony\Component\String\LazyString'; -$classes[] = 'Symfony\Component\Security\Http\Firewall\AccessListener'; -$classes[] = 'Symfony\Component\Security\Http\AccessMap'; -$classes[] = 'Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver'; -$classes[] = 'Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator'; -$classes[] = 'Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler'; -$classes[] = 'Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler'; -$classes[] = 'Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler'; -$classes[] = 'Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler'; -$classes[] = 'Symfony\Component\PropertyAccess\PropertyAccessor'; -$classes[] = 'Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator'; -$classes[] = 'Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor'; -$classes[] = 'Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor'; -$classes[] = 'Symfony\Component\Security\Http\Authentication\AuthenticatorManager'; -$classes[] = 'Symfony\Component\Security\Core\Authorization\AuthorizationChecker'; -$classes[] = 'Symfony\Component\Security\Http\Firewall\ChannelListener'; -$classes[] = 'Symfony\Component\Security\Http\Firewall\ContextListener'; -$classes[] = 'Symfony\Component\Security\Csrf\CsrfTokenManager'; -$classes[] = 'Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator'; -$classes[] = 'Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage'; -$classes[] = 'Symfony\Bundle\SecurityBundle\Security\FirewallMap'; -$classes[] = 'Symfony\Bundle\SecurityBundle\Security\FirewallContext'; -$classes[] = 'Symfony\Component\Security\Http\Firewall\ExceptionListener'; -$classes[] = 'Symfony\Bundle\SecurityBundle\Security\FirewallConfig'; -$classes[] = 'Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext'; -$classes[] = 'Symfony\Bundle\SecurityBundle\Security'; -$classes[] = 'Symfony\Component\Security\Http\HttpUtils'; -$classes[] = 'Symfony\Component\Security\Http\EventListener\CheckCredentialsListener'; -$classes[] = 'Symfony\Component\Security\Http\EventListener\CsrfProtectionListener'; -$classes[] = 'Symfony\Component\Security\Http\EventListener\UserProviderListener'; -$classes[] = 'Symfony\Component\Security\Http\EventListener\PasswordMigratingListener'; -$classes[] = 'Symfony\Component\Security\Http\EventListener\SessionStrategyListener'; -$classes[] = 'Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy'; -$classes[] = 'Symfony\Component\Security\Http\EventListener\UserCheckerListener'; -$classes[] = 'Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener'; -$classes[] = 'Symfony\Component\Security\Http\Logout\LogoutUrlGenerator'; -$classes[] = 'Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory'; -$classes[] = 'Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage'; -$classes[] = 'Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage'; -$classes[] = 'Symfony\Bridge\Doctrine\Security\User\EntityUserProvider'; -$classes[] = 'Symfony\Component\Security\Core\User\InMemoryUserChecker'; -$classes[] = 'Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher'; -$classes[] = 'Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator'; -$classes[] = 'Symfony\Component\DependencyInjection\ContainerInterface'; -$classes[] = 'Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter'; -$classes[] = 'Symfony\Component\HttpFoundation\Session\SessionFactory'; -$classes[] = 'Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory'; -$classes[] = 'Symfony\Component\HttpFoundation\Session\Storage\MetadataBag'; -$classes[] = 'Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler'; -$classes[] = 'Symfony\Component\HttpKernel\EventListener\SessionListener'; -$classes[] = 'Symfony\Component\String\Slugger\AsciiSlugger'; -$classes[] = 'Twig\Cache\FilesystemCache'; -$classes[] = 'Twig\Extension\CoreExtension'; -$classes[] = 'Twig\Extension\EscaperExtension'; -$classes[] = 'Twig\Extension\OptimizerExtension'; -$classes[] = 'Twig\Extension\StagingExtension'; -$classes[] = 'Twig\ExtensionSet'; -$classes[] = 'Twig\Template'; -$classes[] = 'Twig\TemplateWrapper'; -$classes[] = 'Twig\Environment'; -$classes[] = 'Twig\Loader\FilesystemLoader'; -$classes[] = 'Symfony\Bridge\Twig\Extension\CsrfExtension'; -$classes[] = 'Symfony\Bridge\Twig\Extension\LogoutUrlExtension'; -$classes[] = 'Symfony\Bridge\Twig\Extension\SecurityExtension'; -$classes[] = 'Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator'; -$classes[] = 'Symfony\Bridge\Twig\Extension\ProfilerExtension'; -$classes[] = 'Twig\Profiler\Profile'; -$classes[] = 'Symfony\Bridge\Twig\Extension\TranslationExtension'; -$classes[] = 'Symfony\Bridge\Twig\Extension\CodeExtension'; -$classes[] = 'Symfony\Bridge\Twig\Extension\RoutingExtension'; -$classes[] = 'Symfony\Bridge\Twig\Extension\YamlExtension'; -$classes[] = 'Symfony\Bridge\Twig\Extension\StopwatchExtension'; -$classes[] = 'Symfony\Bridge\Twig\Extension\HttpKernelExtension'; -$classes[] = 'Symfony\Bridge\Twig\Extension\HttpFoundationExtension'; -$classes[] = 'Symfony\Component\HttpFoundation\UrlHelper'; -$classes[] = 'Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension'; -$classes[] = 'Twig\Extension\DebugExtension'; -$classes[] = 'Symfony\Bridge\Twig\AppVariable'; -$classes[] = 'Twig\RuntimeLoader\ContainerRuntimeLoader'; -$classes[] = 'Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator'; -$classes[] = 'Symfony\Component\Mailer\EventListener\MessageListener'; -$classes[] = 'Symfony\Bridge\Twig\Mime\BodyRenderer'; -$classes[] = 'Symfony\Bridge\Twig\Extension\HttpKernelRuntime'; -$classes[] = 'Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler'; -$classes[] = 'Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator'; -$classes[] = 'Symfony\Component\HttpKernel\UriSigner'; -$classes[] = 'Symfony\Bridge\Twig\Extension\CsrfRuntime'; -$classes[] = 'Symfony\Component\HttpKernel\EventListener\ValidateRequestListener'; -$classes[] = 'Symfony\Component\Validator\Validator\ValidatorInterface'; -$classes[] = 'Symfony\Component\Validator\ValidatorBuilder'; -$classes[] = 'Symfony\Component\Validator\Validation'; -$classes[] = 'Symfony\Component\Validator\ContainerConstraintValidatorFactory'; -$classes[] = 'Symfony\Bridge\Doctrine\Validator\DoctrineInitializer'; -$classes[] = 'Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader'; -$classes[] = 'Symfony\Bridge\Doctrine\Validator\DoctrineLoader'; -$classes[] = 'Symfony\Component\Validator\Constraints\EmailValidator'; -$classes[] = 'Symfony\Component\Validator\Constraints\ExpressionValidator'; -$classes[] = 'Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator'; -$classes[] = 'Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator'; -$classes[] = 'Symfony\Component\Validator\Constraints\WhenValidator'; - -$preloaded = Preloader::preload($classes); diff --git a/var/cache/dev/DMD_LaLigaApi_KernelDevDebugContainer.xml b/var/cache/dev/DMD_LaLigaApi_KernelDevDebugContainer.xml deleted file mode 100644 index c885fd21..00000000 --- a/var/cache/dev/DMD_LaLigaApi_KernelDevDebugContainer.xml +++ /dev/null @@ -1,6923 +0,0 @@ - - - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd - dev - %env(default:kernel.environment:APP_RUNTIME_ENV)% - true - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\var\cache\dev - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\var\cache\dev - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\var\log - - Symfony\Bundle\FrameworkBundle\FrameworkBundle - Doctrine\Bundle\DoctrineBundle\DoctrineBundle - Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle - Symfony\Bundle\MakerBundle\MakerBundle - Symfony\Bundle\SecurityBundle\SecurityBundle - Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle - Nelmio\CorsBundle\NelmioCorsBundle - Symfony\Bundle\TwigBundle\TwigBundle - Nelmio\ApiDocBundle\NelmioApiDocBundle - - - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\vendor\symfony\framework-bundle - Symfony\Bundle\FrameworkBundle - - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\vendor\doctrine\doctrine-bundle - Doctrine\Bundle\DoctrineBundle - - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\vendor\doctrine\doctrine-migrations-bundle - Doctrine\Bundle\MigrationsBundle - - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\vendor\symfony\maker-bundle\src - Symfony\Bundle\MakerBundle - - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\vendor\symfony\security-bundle - Symfony\Bundle\SecurityBundle - - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\vendor\lexik\jwt-authentication-bundle - Lexik\Bundle\JWTAuthenticationBundle - - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\vendor\nelmio\cors-bundle - Nelmio\CorsBundle - - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\vendor\symfony\twig-bundle - Symfony\Bundle\TwigBundle - - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\vendor\nelmio\api-doc-bundle - Nelmio\ApiDocBundle - - - UTF-8 - DMD_LaLigaApi_KernelDevDebugContainer - - console.command - console.error - console.signal - console.terminate - kernel.controller_arguments - kernel.controller - kernel.response - kernel.finish_request - kernel.request - kernel.view - kernel.exception - kernel.terminate - security.authentication.success - security.interactive_login - security.switch_user - - null - /_fragment - %env(APP_SECRET)% - false - false - - en - - error_controller - %env(default::SYMFONY_IDE)% - -1 - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\var\cache\dev/DMD_LaLigaApi_KernelDevDebugContainer.xml - localhost - http - - kernel::loadRoutes - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\var\cache\dev - 80 - 443 - _D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd.DMD_LaLigaApi_KernelDevDebugContainer - _sf2_meta - - 0 - auto - true - lax - 1 - - null - 0 - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\var\cache\dev/validation.php - validators - - Doctrine\DBAL\Configuration - Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector - Symfony\Bridge\Doctrine\ContainerAwareEventManager - Doctrine\Bundle\DoctrineBundle\ConnectionFactory - Doctrine\DBAL\Event\Listeners\MysqlSessionInit - Doctrine\DBAL\Event\Listeners\OracleSessionInit - Doctrine\Bundle\DoctrineBundle\Registry - - doctrine.orm.default_entity_manager - - default - - - doctrine.dbal.default_connection - - default - Doctrine\ORM\Configuration - Doctrine\ORM\EntityManager - Doctrine\Bundle\DoctrineBundle\ManagerConfigurator - Doctrine\Common\Cache\ArrayCache - Doctrine\Common\Cache\ApcCache - Doctrine\Common\Cache\MemcacheCache - localhost - 11211 - Memcache - Doctrine\Common\Cache\MemcachedCache - localhost - 11211 - Memcached - Doctrine\Common\Cache\RedisCache - localhost - 6379 - Redis - Doctrine\Common\Cache\XcacheCache - Doctrine\Common\Cache\WinCacheCache - Doctrine\Common\Cache\ZendDataCache - Doctrine\Persistence\Mapping\Driver\MappingDriverChain - Doctrine\ORM\Mapping\Driver\AnnotationDriver - Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver - Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver - Doctrine\ORM\Mapping\Driver\PHPDriver - Doctrine\ORM\Mapping\Driver\StaticPHPDriver - Doctrine\ORM\Mapping\Driver\AttributeDriver - Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer - Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser - Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator - Symfony\Bridge\Doctrine\Validator\DoctrineInitializer - Symfony\Bridge\Doctrine\Security\User\EntityUserProvider - Doctrine\ORM\Tools\ResolveTargetEntityListener - Doctrine\ORM\Tools\AttachEntityListenersListener - Doctrine\ORM\Mapping\DefaultNamingStrategy - Doctrine\ORM\Mapping\UnderscoreNamingStrategy - Doctrine\ORM\Mapping\DefaultQuoteStrategy - Doctrine\ORM\Mapping\AnsiQuoteStrategy - Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver - Doctrine\ORM\Cache\DefaultCacheFactory - Doctrine\ORM\Cache\Region\DefaultRegion - Doctrine\ORM\Cache\Region\FileLockRegion - Doctrine\ORM\Cache\Logging\CacheLoggerChain - Doctrine\ORM\Cache\Logging\StatisticsCacheLogger - Doctrine\ORM\Cache\CacheConfiguration - Doctrine\ORM\Cache\RegionsConfiguration - true - true - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\var\cache\dev/doctrine/orm/Proxies - Proxies - null - null - - null - true - migrate - true - - login - api - dev - main - - true - %env(JWT_PASSPHRASE)% - 18000 - 0 - username - false - username - RS256 - openssl - - - true - - - - true - false - - content-type - authorization - - - Link - - - GET - OPTIONS - POST - PUT - PATCH - DELETE - - 3600 - - true - null - true - - Nelmio\CorsBundle\EventListener\CorsListener - Nelmio\CorsBundle\Options\Resolver - Nelmio\CorsBundle\Options\ConfigProvider - - form_div_layout.html.twig - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd/templates - - default - - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - controller.argument_value_resolver - - - controller.argument_value_resolver - - - - controller.targeted_value_resolver - - - - controller.argument_value_resolver - - - controller.argument_value_resolver - - - controller.argument_value_resolver - - - controller.argument_value_resolver - - - - controller.argument_value_resolver - - - controller.argument_value_resolver - - - controller.targeted_value_resolver - - - - - UTF-8 - false - - - - - - - - en - - false - - - - - - - - - - - - - error_controller - - - - - - - - error_controller - - true - - - - - - - - - - - - - - - - - - - - true - - - - - - - null - - true - - - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\var\cache\dev/http_cache - - - - - - - - - true - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\var\cache\dev/DMD_LaLigaApi_KernelDevDebugContainerDeprecations.log - - - - - - - - - - %env(APP_SECRET)% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - reset - - - reset - - - reset - - - reset - - - reset - - - reset - - - reset - - - reset - - - reset - - - reset - - - reset - - - reset - - - reset - - - disableUsageTracking - setToken - - - reset - - - reset - - - reset - - - reset - - - reset - - - reset - - - - - - - - - - - - - - - - - - - - - - - - en - - - - - - getEnv - - - - - - - - get - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - - - /_fragment - - - - - - - - - /_fragment - - - - - - - true - - - - UTF-8 - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd - - - - - - - - - - - - - - - - - - - - - - - about - - - Display information about the current project - - - - - - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd - - assets:install - - - Install bundle's web assets under a public directory - - - - - - - - - cache:clear - - - Clear the cache - - - - - - - - cache.app - cache.system - cache.validator - cache.serializer - cache.annotations - cache.property_info - cache.validator_expression_language - cache.doctrine.orm.default.result - cache.doctrine.orm.default.query - cache.security_expression_language - cache.security_is_granted_attribute_expression_language - - - cache:pool:clear - - - Clear cache pools - - - - - - - - cache:pool:prune - - - Prune cache pools - - - - - - - - cache:pool:invalidate-tags - - - Invalidate cache tags for all or a specific pool - - - - - - - - cache.app - cache.system - cache.validator - cache.serializer - cache.annotations - cache.property_info - cache.validator_expression_language - cache.doctrine.orm.default.result - cache.doctrine.orm.default.query - cache.security_expression_language - cache.security_is_granted_attribute_expression_language - - - cache:pool:delete - - - Delete an item from a cache pool - - - - - - - cache.app - cache.system - cache.validator - cache.serializer - cache.annotations - cache.property_info - cache.validator_expression_language - cache.doctrine.orm.default.result - cache.doctrine.orm.default.query - cache.security_expression_language - cache.security_is_granted_attribute_expression_language - - - cache:pool:list - - - List available cache pools - - - - - - - - cache:warmup - - - Warm up an empty cache - - - - - - - debug:config - - - Dump the current configuration for an extension - - - - - - - config:dump-reference - - - Dump the default configuration for an extension - - - - - - - debug:container - - - Display current services for an application - - - - - - - lint:container - - - Ensure that arguments injected into services match type declarations - - - - - - null - - - debug:autowiring - - - List classes/interfaces you can use for autowiring - - - - - - dev - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd - - debug:dotenv - - - Lists all dotenv files with variables and values - - - - - - - - debug:event-dispatcher - - - Display configured listeners for an application - - - - - - - - - debug:router - - - Display current routes for an application - - - - - - - - - router:match - - - Help debug routes by simulating a path info match - - - - - - - - debug:validator - - - Display validation constraints for classes - - - - - - - lint:yaml - - - Lint a YAML file and outputs encountered errors - - - - - - - - - secrets:set - - - Set a secret in the vault - - - - - - - - - secrets:remove - - - Remove a secret from the vault - - - - - - - - - secrets:generate-keys - - - Generate new encryption keys - - - - - - - - - secrets:list - - - List all secrets - - - - - - - - - secrets:decrypt-to-local - - - Decrypt all secrets and stores them in the local vault - - - - - - - - - secrets:encrypt-from-local - - - Encrypt all local secrets to the vault - - - - - - NaLhWLN+Xk - 0 - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\var\cache\dev/pools/app - - - - - - - - - - - - - +4VOWgVa18 - 0 - %container.build_id% - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\var\cache\dev/pools/system - - - - - - - j2sN4zNQ59 - 0 - %container.build_id% - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\var\cache\dev/pools/system - - - - - - - +rU4M4my5e - 0 - %container.build_id% - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\var\cache\dev/pools/system - - - - - - - ufZVp9sj4F - 0 - %container.build_id% - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\var\cache\dev/pools/system - - - - - - - EeU3VyYLaZ - 0 - %container.build_id% - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\var\cache\dev/pools/system - - - - - - - - 0 - %container.build_id% - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\var\cache\dev/pools/system - - - - - - - - 0 - %container.build_id% - - - - - - - - - 0 - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\var\cache\dev/pools/app - - - - - - - - PSR-6 provider service - - 0 - - - - - Redis connection service - - 0 - - - - - - - - - Redis connection service - - 0 - - - - - - - - - Memcached connection service - - 0 - - - - - - - - - DBAL connection service - - 0 - - - - - - - - - - PDO connection service - - 0 - - - - - - - - - - 0 - - - - - - null - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - null - - - - - smtp://soporteliga:dmdlakers06@localhost:8025?verify_peer=0 - - - - - - - - smtp://soporteliga:dmdlakers06@localhost:8025?verify_peer=0 - - - - - - - - - null - null - - - - - - - - - - - - - - mailer:test - - - Test Mailer transports by sending an email - - - - - - - - - - - - null - - - - - - null - - - - - - null - - - - - - null - - - - - - null - -1 - true - true - null - - - - - - - %env(default::SYMFONY_IDE)% - - - - true - - - - event_dispatcher.dispatcher - - - - - - - - - kernel.exception - - - onKernelException - - 0 - - - lexik_jwt_authentication.on_authentication_success - - - onAuthenticationSuccessResponse - - 0 - - - Symfony\Component\Security\Http\Event\CheckPassportEvent - - - checkPassport - - 1024 - - - kernel.response - - - onKernelResponse - - 0 - - - kernel.request - - - onKernelRequest - - 250 - - - kernel.response - - - onKernelResponse - - 0 - - - kernel.response - - - onResponse - - -10 - - - kernel.response - - - onKernelResponse - - 0 - - - kernel.request - - - setDefaultLocale - - 100 - - - kernel.request - - - onKernelRequest - - 16 - - - kernel.finish_request - - - onKernelFinishRequest - - 0 - - - kernel.request - - - onKernelRequest - - 256 - - - kernel.response - - - onResponse - - -255 - - - kernel.controller_arguments - - - onControllerArguments - - 0 - - - kernel.exception - - - logKernelException - - 0 - - - kernel.exception - - - onKernelException - - -128 - - - kernel.response - - - removeCspHeader - - -128 - - - kernel.controller_arguments - - - onKernelControllerArguments - - 10 - - - kernel.response - - - onKernelResponse - - -10 - - - kernel.request - - - onKernelRequest - - 15 - - - kernel.finish_request - - - onKernelFinishRequest - - -15 - - - console.error - - - onConsoleError - - -128 - - - console.terminate - - - onConsoleTerminate - - -128 - - - console.error - - - onConsoleError - - 0 - - - Symfony\Component\Mailer\Event\MessageEvent - - - onMessage - - -255 - - - Symfony\Component\Mailer\Event\MessageEvent - - - onMessage - - -255 - - - Symfony\Component\Mailer\Event\MessageEvent - - - onMessage - - 0 - - - kernel.request - - - configure - - 2048 - - - console.command - - - configure - - 2048 - - - kernel.request - - - onKernelRequest - - 32 - - - kernel.finish_request - - - onKernelFinishRequest - - 0 - - - kernel.exception - - - onKernelException - - -64 - - - kernel.request - - - onKernelRequest - - 128 - - - kernel.response - - - onKernelResponse - - -1000 - - - console.error - - - onConsoleError - - 0 - - - console.terminate - - - onConsoleTerminate - - 0 - - - kernel.controller_arguments - - - onKernelControllerArguments - - 20 - - - Symfony\Component\Security\Http\Event\CheckPassportEvent - - - checkPassport - - 0 - - - Symfony\Component\Security\Http\Event\LoginSuccessEvent - - - onLoginSuccess - - 0 - - - debug.security.authorization.vote - - - onVoterVote - - 0 - - - kernel.request - - - configureLogoutUrlGenerator - - 8 - - - kernel.request - - - onKernelRequest - - 8 - - - kernel.finish_request - - - onKernelFinishRequest - - 0 - - - kernel.view - - - onKernelView - - -128 - - - Symfony\Component\Mailer\Event\MessageEvent - - - onMessage - - 0 - - - Symfony\Component\Security\Http\Event\CheckPassportEvent - - - checkPassport - - 512 - - - Symfony\Component\Security\Http\Event\LogoutEvent - - - onLogout - - 0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - dev - - - - - dev - - - - - dev - - - - - dev - - - - - dev - - - - - dev - - - - null - dev - - - - - - - - - - - - - - - - - - - true - - - - - - - - kernel::loadRoutes - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\var\cache\dev - true - Symfony\Component\Routing\Generator\CompiledUrlGenerator - Symfony\Component\Routing\Generator\Dumper\CompiledUrlGeneratorDumper - Symfony\Bundle\FrameworkBundle\Routing\RedirectableCompiledUrlMatcher - Symfony\Component\Routing\Matcher\Dumper\CompiledUrlMatcherDumper - true - service - - - - - en - - - - - - - localhost - http - 80 - 443 - - - - - - - - - - - - - - - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd - true - - - - - - - - - - - - - - - - - - - 3 - 2 - - - - - - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd/config/secrets/%env(default:kernel.environment:APP_RUNTIME_ENV)% - - - - - base64:default::SYMFONY_DECRYPTION_SECRET - - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd/.env.dev.local - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - redis://localhost - - true - - - - memcached://localhost - - true - - - - 0 - false - - - - - - - onSessionUsage - - - - %session.storage.options% - - - - _sf2_meta - 0 - - - true - - - - - - _sf2_meta - 0 - - - true - - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\var\cache\dev/sessions - MOCKSESSID - - - _sf2_meta - 0 - - - - - - - - - - - - null - - - - - A string or a connection object - - - - - - - - - - true - %session.storage.options% - - - - - - - - - - - - - - - - - - - - - - - - - - - validators - - - true - - - loadValidatorMetadata - - - - - - - - - - - - - - - - - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\var\cache\dev/validation.php - - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\var\cache\dev/validation.php - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - null - - - - - njivdr+jA5 - 0 - %container.build_id% - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\var\cache\dev/pools/system - - - - - - html5 - - - - null - UTF-8 - true - null - - - - null - - - - - - - - - - - null - - - - - - - - - - true - - - - - - - - - ibm_db2 - pdo_sqlsrv - pdo_mysql - pdo_mysql - pdo_pgsql - pdo_pgsql - pdo_pgsql - pdo_sqlite - pdo_sqlite - - - - - - - - - - - - - %doctrine.connections% - %doctrine.entity_managers% - default - default - - - - - - - - - - - - - - doctrine:database:create - - - - - - - - doctrine:database:drop - - - - - - - - doctrine:query:sql - - - - - - - - dbal:run-sql - - - - - - - - - - - - - - - - default - - - - - - - - - - - - postGenerateSchema - - doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_listener - - - - postGenerateSchema - - doctrine.orm.listeners.doctrine_token_provider_schema_listener - - - - postGenerateSchema - - doctrine.orm.listeners.pdo_session_handler_schema_listener - - - - postGenerateSchema - - doctrine.orm.listeners.lock_store_schema_listener - - - - loadClassMetadata - - doctrine.orm.default_listeners.attach_entity_listeners - - - - - - mysql://root:root@localhost:3307/la_liga?serverVersion=7.4.16&charset=utf8mb4 - pdo_mysql - localhost - null - root - null - - - - - - - - - - - - - - %doctrine.connections% - %doctrine.entity_managers% - default - default - - - - - - - default - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 0 - true - - - - - - null - - - - null - - - - - - controller.argument_value_resolver - - null - - - - - - - doctrine:cache:clear-metadata - - - - - - - - doctrine:cache:clear-query - - - - - - - - doctrine:cache:clear-result - - - - - - - - doctrine:cache:clear-collection-region - - - - - - - - doctrine:mapping:convert - - - - - - - - doctrine:schema:create - - - - - - - - doctrine:schema:drop - - - - - - - - doctrine:ensure-production-settings - - - - - - - - doctrine:cache:clear-entity-region - - - - - - - - doctrine:mapping:info - - - - - - - - doctrine:cache:clear-query-region - - - - - - - - doctrine:query:dql - - - - - - - - doctrine:schema:update - - - - - - - - doctrine:schema:validate - - - - - - - %kernel.bundles% - - doctrine:mapping:import - - - - - - - DMD\LaLigaApi\Entity - - - - - - - - - - - - - - - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\var\cache\dev/doctrine/orm/Proxies - - - Proxies - - - true - - - - - - Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory - - - Doctrine\ORM\EntityRepository - - - - - - - - - - - - true - - - - - - - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\src\Entity - - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - null - - - - - - - Doctrine\Migrations\Version\MigrationFactory - - - - - - - - - - - - - - - - - DoctrineMigrations - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd/migrations - - - false - - - true - - - true - - - - - - - - - - - - - - - doctrine:migrations:diff - - doctrine:migrations:diff - - - Generate a migration by comparing your current database to your mapping information. - - - - - - - doctrine:migrations:sync-metadata-storage - - doctrine:migrations:sync-metadata-storage - - - Ensures that the metadata storage is at the latest version. - - - - - - - doctrine:migrations:versions - - doctrine:migrations:list - - - Display a list of all available migrations and their status. - - - - - - - doctrine:migrations:current - - doctrine:migrations:current - - - Outputs the current version - - - - - - - doctrine:migrations:dump-schema - - doctrine:migrations:dump-schema - - - Dump the schema for your database to a migration. - - - - - - - doctrine:migrations:execute - - doctrine:migrations:execute - - - Execute one or more migration versions up or down manually. - - - - - - - doctrine:migrations:generate - - doctrine:migrations:generate - - - Generate a blank migration class. - - - - - - - doctrine:migrations:latest - - doctrine:migrations:latest - - - Outputs the latest version - - - - - - - doctrine:migrations:migrate - - doctrine:migrations:migrate - - - Execute a migration to a specified version or the latest available version. - - - - - - - doctrine:migrations:rollup - - doctrine:migrations:rollup - - - Rollup migrations by deleting all tracked versions and insert the one version that exists. - - - - - - - doctrine:migrations:status - - doctrine:migrations:status - - - View the status of a set of migrations. - - - - - - - doctrine:migrations:up-to-date - - doctrine:migrations:up-to-date - - - Tells you if your schema is up-to-date. - - - - - - - doctrine:migrations:version - - doctrine:migrations:version - - - Manually add and delete migration versions from the version table. - - - - - - - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd/templates - - - DMD\LaLigaApi - - - - - - - - - - - - - - - - DMD\LaLigaApi\Entity - - - - - DMD\LaLigaApi\Entity - - - - - - - %env(default::string:MAKER_PHP_CS_FIXER_BINARY_PATH)% - %env(default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH)% - - - - - - - - - - DMD\LaLigaApi - null - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - null - - - - - - - - - - - - - - - The "%service_id%" service is deprecated, use "maker.maker.make_test" instead. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - The "%service_id%" service is deprecated, use "maker.maker.make_listener" instead. - - - - - - - - - - The "%service_id%" service is deprecated, use "maker.maker.make_test" instead. - - - - - - - - - - - - - - - - - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd - - - - - - - - - - - - - - - false - false - - - - - - - - - - - - - - null - null - - - - controller.argument_value_resolver - - - - controller.argument_value_resolver - - - - - migrate - - - - none - - - - - - - - - - - - - - - - - - - - - - - - - - - null - - - - - - LogoutListener - FirewallConfig - - - - - LogoutListener - FirewallConfig - - - - name - user_checker - request_matcher - false - false - null - null - null - null - null - - null - null - - - - - - - - firewall - - - - security.ldap.ldap - base dn - search dn - search password - default_roles - uid key - filter - password_attribute - extra_fields (email etc) - - - - - - {^https?://%%s$}i - {^https://%%s$}i - - - - - - - - - - bGaDcByRmx - 0 - %container.build_id% - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\var\cache\dev/pools/system - - - - - - - - null - - - - - 7-WF8WwGVY - 0 - %container.build_id% - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\var\cache\dev/pools/system - - - - - - - auto - - sha512 - 40 - false - true - 5000 - null - null - null - - - - - - - - - - - - - - - - - - - - - - - - - - PUBLIC_ACCESS - - null - - - - - PUBLIC_ACCESS - - null - - - - - PUBLIC_ACCESS - - null - - - - - PUBLIC_ACCESS - - null - - - - - IS_AUTHENTICATED_FULLY - - null - - - - - - - - - Provider Key - - - - - - enableUsageTracking - - - - - - event dispatcher - - - - - - - - target url - - - - - - - - Provider-shared Key - - - - - - - - The custom success handler service - - Provider-shared Key - - - - - - - - The custom failure handler service - - - - - - - - - - - - - - - Provider-shared Key - - null - - - false - - - - - User Provider - User Checker - Provider Key - - - _switch_user - ROLE_ALLOWED_TO_SWITCH - - false - - Target Route - - - - - - - false - - - - - - - - - - - authenticators - - - provider key - - true - true - required badges - - - - - - - - - - - - - - - authenticator manager - - - - - - - - - - - user provider - - - - - - - user checker - - - - - - - request rate limiter - - - - realm name - user provider - - - - - user provider - authentication success handler - authentication failure handler - options - - - - user provider - authentication success handler - authentication failure handler - options - - - - - - - - user provider - - firewall name - user key - credentials key - - credentials user identifier - - - - user provider - - firewall name - user key - - - - - - - access token handler - access token extractor - null - null - null - null - - - access token extractors - - - http client options - - - - http client - - claim - - - signature algorithm - signature key - audience - issuers - sub - - - - - signature key - - - signature algorithm - - - - ES256 - - - - ES384 - - - - ES512 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - %security.firewalls% - - - - - - - - - - - - false - - debug:firewall - - - Display information about your security firewall(s) - - - - - DMD\LaLigaApi\Entity\User - email - null - - - login - security.user_checker - .security.request_matcher.0QxrXJt - true - true - security.user.provider.concrete.app_user_provider - null - null - null - null - - json_login - - null - null - - - ^/api/login - - - - - - - - - - - - - - - - /api/login_check - false - false - /login - username - password - - - - - - - - - - true - - - - login - - - - - - null - - - - - - - - - - - - login - - true - true - - - - - - - - - - - - - - - - login - null - null - null - - true - - - - - - - - - - - - - - - null - - - - api - security.user_checker - .security.request_matcher.vhy2oy3 - true - true - security.user.provider.concrete.app_user_provider - null - security.authenticator.jwt.api - null - null - - jwt - - null - null - - - ^/api - - - - - - - - - - - - - - - null - - - - - - - - - api - - true - true - - - - - - - - - - - - - - - - api - - null - null - - true - - - - - - - - - - - - - - - null - - - - dev - security.user_checker - .security.request_matcher.kLbKLHa - false - false - null - null - null - null - null - - null - null - - - ^/(_(profiler|wdt)|css|images|js)/ - - - - - - - - - null - null - - - - main - security.user_checker - null - true - false - security.user.provider.concrete.app_user_provider - main - null - null - null - - null - null - - - - - - - - - - - - - - - - main - - - - - - enableUsageTracking - - - - - - - - - - - - main - - true - true - - - - - - - - - - - - - - - - main - null - null - null - - false - - - - - - - - - - null - - - - - - - - - - - - - - - - - - - ^/api/user/password - - - - - - - - ^/api/public - - - - - - - - ^/api/register - - - - - - - - - - - - - - - - - Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface - - - security:hash-password - - - Hash a user password - - - - - - - username - - username - - The "%service_id%" service is deprecated since LexikJWTAuthenticationBundle version 2.0 and will be removed in 3.0 - - - - - - - - - The "%service_id%" service is deprecated since LexikJWTAuthenticationBundle version 2.0 and will be removed in 3.0 - - - The "%service_id%" service is deprecated since LexikJWTAuthenticationBundle version 2.0 and will be removed in 3.0 - - - - - %env(JWT_PASSPHRASE)% - - The "%service_id%" service is deprecated since version 2.5 and will be removed in 3.0. Use lexik_jwt_authentication.key_loader.raw instead. - - - - openssl - RS256 - 18000 - 0 - The "%service_id%" is deprecated since version 2.5 and will be removed in 5.0, use "lexik_jwt_authentication.jws_provider.lcobucci" instead. - - - - - username - - username - false - - - - - - %env(JWT_PASSPHRASE)% - - - - %env(resolve:JWT_SECRET_KEY)% - %env(resolve:JWT_PUBLIC_KEY)% - %env(JWT_PASSPHRASE)% - - - - - - - - - - - openssl - RS256 - 18000 - 0 - false - - - - - - - true - - - - - null - - - - - - - - - - - - - - - Bearer - Authorization - - - - - - - - - - - - - - - - - - - - null - The "%service_id%" service is deprecated and will be removed in 3.0, use the new "jwt" authenticator instead. - - - - - - RS256 - - lexik:jwt:check-config - - - Checks that the bundle is properly configured. - - - - - - - %env(JWT_PASSPHRASE)% - RS256 - - lexik:jwt:migrate-config - - - Migrate LexikJWTAuthenticationBundle configuration to the Web-Token one. - - - - - - null - - lexik:jwt:enable-encryption - - - Enable Web-Token encryption support. - - - - - - - - - - - lexik:jwt:generate-token - - - Generates a JWT token for a given user. - - - - - - - %env(resolve:JWT_SECRET_KEY)% - %env(resolve:JWT_PUBLIC_KEY)% - %env(JWT_PASSPHRASE)% - RS256 - - lexik:jwt:generate-keypair - - - Generate public/private keys for use in your application. - - - - - - - - - - - - - - - - - %nelmio_cors.map% - %nelmio_cors.defaults% - - - - - - - - - - - - - - - - - name - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\var\cache\dev/twig - UTF-8 - true - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - app - - - - - - - - - - dev - - - true - - - - - - - - - - - - email - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd/templates - - - - - - - - - - - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\vendor\doctrine\doctrine-bundle/Resources/views - Doctrine - - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\vendor\doctrine\doctrine-bundle/Resources/views - !Doctrine - - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\vendor\doctrine\doctrine-migrations-bundle/Resources/views - DoctrineMigrations - - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\vendor\doctrine\doctrine-migrations-bundle/Resources/views - !DoctrineMigrations - - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\vendor\symfony\security-bundle/Resources/views - Security - - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\vendor\symfony\security-bundle/Resources/views - !Security - - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\vendor\nelmio\api-doc-bundle/Resources/views - NelmioApiDoc - - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\vendor\nelmio\api-doc-bundle/Resources/views - !NelmioApiDoc - - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd/templates - - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\vendor\symfony\twig-bridge/Resources/views/Email - email - - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\vendor\symfony\twig-bridge/Resources/views/Email - !email - - - - - - - - - - - - - - - - - null - - - - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd - UTF-8 - - - - - - - - - - - - true - - - - - - - - - - - - - - - - - - - - - - - - F j, Y H:i - %d days - null - 0 - . - , - - - - - - - - - - - true - - - - - - - - - - - - - - - - - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd - %kernel.bundles_metadata% - D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd/templates - - - debug:twig - - - Show a list of twig functions, filters, globals and tests - - - - - - - - *.twig - - - lint:twig - - - Lint a Twig template and outputs encountered errors - - - - - null - - - - - - - - - - - nelmio:apidoc:dump - - - - - - - - - - - - - null - - - - - - - - - - - - My App - This is an awesome app! - 1.0.0 - - - - - - - - - - - - - - - - - null - - - json - - null - false - null - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - null - - - - - - - null - null - - - - - - - json - - - - - - - null - - - - - - - - - - - - - null - - - - - - true - - - - - - - - - - - - default - - - ^/api(?!/doc$) - - - - false - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - make:auth - - - Create a Guard authenticator of different flavors - - - - - - - - - - - make:command - - - Create a new console command class - - - - - - - - - - - make:twig-component - - - Create a twig (or live) component - - - - - - - - - - - make:controller - - - Create a new controller class - - - - - - - - - - - make:crud - - - Create CRUD for Doctrine entity class - - - - - - - - - - - make:docker:database - - - Add a database container to your compose.yaml file - - - - - - - - - - - make:entity - - - Create or update a Doctrine entity class, and optionally an API Platform resource - - - - - - - - - - - make:fixtures - - - Create a new class to load Doctrine fixtures - - - - - - - - - - - make:form - - - Create a new form class - - - - - - - - - - - - make:listener - - - - make:subscriber - - - - Creates a new event subscriber class or a new event listener class - - - - - - - - - - - make:message - - - Create a new message and handler - - - - - - - - - - - make:messenger-middleware - - - Create a new messenger middleware - - - - - - - - - - - make:registration-form - - - Create a new registration form system - - - - - - - - - - - make:reset-password - - - Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle - - - - - - - - - - - make:serializer:encoder - - - Create a new serializer encoder class - - - - - - - - - - - make:serializer:normalizer - - - Create a new serializer normalizer class - - - - - - - - - - - make:twig-extension - - - Create a new Twig extension with its runtime class - - - - - - - - - - - - - make:test - - - - make:unit-test - make:functional-test - - - - Create a new test class - - - - - - - - - - - make:validator - - - Create a new validator and constraint class - - - - - - - - - - - make:voter - - - Create a new security voter class - - - - - - - - - - - make:user - - - Create a new security user class - - - - - - - - - - - make:migration - - - Create a new migration based on database changes - - - - - - - - - - - make:stimulus-controller - - - Create a new Stimulus controller - - - - - - - - - - - make:security:form-login - - - Generate the code needed for the form_login authenticator - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - default - - - - - - - - - - - - - - - - - - - - - - - null - null - null - - - - event_dispatcher.dispatcher - - - - - - - Symfony\Component\Security\Http\Event\CheckPassportEvent - - - preCheckCredentials - - 256 - - - security.authentication.success - - - postCheckCredentials - - 256 - - - Symfony\Component\Security\Http\Event\CheckPassportEvent - - - checkPassport - - 1024 - - - Symfony\Component\Security\Http\Event\CheckPassportEvent - - - checkPassport - - 0 - - - Symfony\Component\Security\Http\Event\LoginSuccessEvent - - - onLoginSuccess - - 0 - - - Symfony\Component\Security\Http\Event\CheckPassportEvent - - - checkPassport - - 512 - - - Symfony\Component\Security\Http\Event\LogoutEvent - - - onLogout - - 0 - - - - event_dispatcher.dispatcher - - - - - - - Symfony\Component\Security\Http\Event\CheckPassportEvent - - - preCheckCredentials - - 256 - - - security.authentication.success - - - postCheckCredentials - - 256 - - - Symfony\Component\Security\Http\Event\CheckPassportEvent - - - checkPassport - - 1024 - - - Symfony\Component\Security\Http\Event\CheckPassportEvent - - - checkPassport - - 0 - - - Symfony\Component\Security\Http\Event\LoginSuccessEvent - - - onLoginSuccess - - 0 - - - Symfony\Component\Security\Http\Event\CheckPassportEvent - - - checkPassport - - 512 - - - Symfony\Component\Security\Http\Event\LogoutEvent - - - onLogout - - 0 - - - - event_dispatcher.dispatcher - - - - - - - Symfony\Component\Security\Http\Event\CheckPassportEvent - - - checkPassport - - 2048 - - - Symfony\Component\Security\Http\Event\LoginSuccessEvent - - - onSuccessfulLogin - - 0 - - - Symfony\Component\Security\Http\Event\CheckPassportEvent - - - preCheckCredentials - - 256 - - - security.authentication.success - - - postCheckCredentials - - 256 - - - Symfony\Component\Security\Http\Event\CheckPassportEvent - - - checkPassport - - 1024 - - - Symfony\Component\Security\Http\Event\CheckPassportEvent - - - checkPassport - - 0 - - - Symfony\Component\Security\Http\Event\LoginSuccessEvent - - - onLoginSuccess - - 0 - - - Symfony\Component\Security\Http\Event\CheckPassportEvent - - - checkPassport - - 512 - - - Symfony\Component\Security\Http\Event\LogoutEvent - - - onLogout - - 0 - - - - - - - - - - - - - - - - - - DMD\LaLigaApi\Controller\LeagueController - - - - - - DMD\LaLigaApi\Controller\NotificationController - - - - - - DMD\LaLigaApi\Controller\SeasonController - - - - - - DMD\LaLigaApi\Controller\UserController - - - - - - - - - - - - router.default - - - - - - - - - - - - router.cache_warmer - - - - - - - - - - - - twig.template_cache_warmer - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - false - - - - - - - - - - - - - - - - DMD\LaLigaApi\Entity - - - - - - - - - - about - - Display information about the current project - false - - - - assets:install - - Install bundle's web assets under a public directory - false - - - - cache:clear - - Clear the cache - false - - - - cache:pool:clear - - Clear cache pools - false - - - - cache:pool:prune - - Prune cache pools - false - - - - cache:pool:invalidate-tags - - Invalidate cache tags for all or a specific pool - false - - - - cache:pool:delete - - Delete an item from a cache pool - false - - - - cache:pool:list - - List available cache pools - false - - - - cache:warmup - - Warm up an empty cache - false - - - - debug:config - - Dump the current configuration for an extension - false - - - - config:dump-reference - - Dump the default configuration for an extension - false - - - - debug:container - - Display current services for an application - false - - - - lint:container - - Ensure that arguments injected into services match type declarations - false - - - - debug:autowiring - - List classes/interfaces you can use for autowiring - false - - - - debug:dotenv - - Lists all dotenv files with variables and values - false - - - - debug:event-dispatcher - - Display configured listeners for an application - false - - - - debug:router - - Display current routes for an application - false - - - - router:match - - Help debug routes by simulating a path info match - false - - - - debug:validator - - Display validation constraints for classes - false - - - - lint:yaml - - Lint a YAML file and outputs encountered errors - false - - - - secrets:set - - Set a secret in the vault - false - - - - secrets:remove - - Remove a secret from the vault - false - - - - secrets:generate-keys - - Generate new encryption keys - false - - - - secrets:list - - List all secrets - false - - - - secrets:decrypt-to-local - - Decrypt all secrets and stores them in the local vault - false - - - - secrets:encrypt-from-local - - Encrypt all local secrets to the vault - false - - - - mailer:test - - Test Mailer transports by sending an email - false - - - - doctrine:migrations:diff - - Generate a migration by comparing your current database to your mapping information. - false - - - - doctrine:migrations:sync-metadata-storage - - Ensures that the metadata storage is at the latest version. - false - - - - doctrine:migrations:list - - Display a list of all available migrations and their status. - false - - - - doctrine:migrations:current - - Outputs the current version - false - - - - doctrine:migrations:dump-schema - - Dump the schema for your database to a migration. - false - - - - doctrine:migrations:execute - - Execute one or more migration versions up or down manually. - false - - - - doctrine:migrations:generate - - Generate a blank migration class. - false - - - - doctrine:migrations:latest - - Outputs the latest version - false - - - - doctrine:migrations:migrate - - Execute a migration to a specified version or the latest available version. - false - - - - doctrine:migrations:rollup - - Rollup migrations by deleting all tracked versions and insert the one version that exists. - false - - - - doctrine:migrations:status - - View the status of a set of migrations. - false - - - - doctrine:migrations:up-to-date - - Tells you if your schema is up-to-date. - false - - - - doctrine:migrations:version - - Manually add and delete migration versions from the version table. - false - - - - debug:firewall - - Display information about your security firewall(s) - false - - - - security:hash-password - - Hash a user password - false - - - - lexik:jwt:check-config - - Checks that the bundle is properly configured. - false - - - - lexik:jwt:migrate-config - - Migrate LexikJWTAuthenticationBundle configuration to the Web-Token one. - false - - - - lexik:jwt:enable-encryption - - Enable Web-Token encryption support. - false - - - - lexik:jwt:generate-token - - Generates a JWT token for a given user. - false - - - - lexik:jwt:generate-keypair - - Generate public/private keys for use in your application. - false - - - - debug:twig - - Show a list of twig functions, filters, globals and tests - false - - - - lint:twig - - Lint a Twig template and outputs encountered errors - false - - - - make:auth - - Create a Guard authenticator of different flavors - false - - - - make:command - - Create a new console command class - false - - - - make:twig-component - - Create a twig (or live) component - false - - - - make:controller - - Create a new controller class - false - - - - make:crud - - Create CRUD for Doctrine entity class - false - - - - make:docker:database - - Add a database container to your compose.yaml file - false - - - - make:entity - - Create or update a Doctrine entity class, and optionally an API Platform resource - false - - - - make:fixtures - - Create a new class to load Doctrine fixtures - false - - - - make:form - - Create a new form class - false - - - - make:listener - - make:subscriber - - Creates a new event subscriber class or a new event listener class - false - - - - make:message - - Create a new message and handler - false - - - - make:messenger-middleware - - Create a new messenger middleware - false - - - - make:registration-form - - Create a new registration form system - false - - - - make:reset-password - - Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle - false - - - - make:serializer:encoder - - Create a new serializer encoder class - false - - - - make:serializer:normalizer - - Create a new serializer normalizer class - false - - - - make:twig-extension - - Create a new Twig extension with its runtime class - false - - - - make:test - - make:unit-test - make:functional-test - - Create a new test class - false - - - - make:validator - - Create a new validator and constraint class - false - - - - make:voter - - Create a new security voter class - false - - - - make:user - - Create a new security user class - false - - - - make:migration - - Create a new migration based on database changes - false - - - - make:stimulus-controller - - Create a new Stimulus controller - false - - - - make:security:form-login - - Generate the code needed for the form_login authenticator - false - - - - - - - console.command.about - console.command.assets_install - console.command.cache_clear - console.command.cache_pool_clear - console.command.cache_pool_prune - console.command.cache_pool_invalidate_tags - console.command.cache_pool_delete - console.command.cache_pool_list - console.command.cache_warmup - console.command.config_debug - console.command.config_dump_reference - console.command.container_debug - console.command.container_lint - console.command.debug_autowiring - console.command.dotenv_debug - console.command.event_dispatcher_debug - console.command.router_debug - console.command.router_match - console.command.validator_debug - console.command.yaml_lint - console.command.secrets_set - console.command.secrets_remove - console.command.secrets_generate_key - console.command.secrets_list - console.command.secrets_decrypt_to_local - console.command.secrets_encrypt_from_local - console.command.mailer_test - doctrine.database_create_command - doctrine.database_drop_command - doctrine.query_sql_command - Doctrine\DBAL\Tools\Console\Command\RunSqlCommand - doctrine.cache_clear_metadata_command - doctrine.cache_clear_query_cache_command - doctrine.cache_clear_result_command - doctrine.cache_collection_region_command - doctrine.mapping_convert_command - doctrine.schema_create_command - doctrine.schema_drop_command - doctrine.ensure_production_settings_command - doctrine.clear_entity_region_command - doctrine.mapping_info_command - doctrine.clear_query_region_command - doctrine.query_dql_command - doctrine.schema_update_command - doctrine.schema_validate_command - doctrine.mapping_import_command - doctrine_migrations.diff_command - doctrine_migrations.sync_metadata_command - doctrine_migrations.versions_command - doctrine_migrations.current_command - doctrine_migrations.dump_schema_command - doctrine_migrations.execute_command - doctrine_migrations.generate_command - doctrine_migrations.latest_command - doctrine_migrations.migrate_command - doctrine_migrations.rollup_command - doctrine_migrations.status_command - doctrine_migrations.up_to_date_command - doctrine_migrations.version_command - security.command.debug_firewall - security.command.user_password_hash - lexik_jwt_authentication.check_config_command - lexik_jwt_authentication.migrate_config_command - lexik_jwt_authentication.enable_encryption_config_command - lexik_jwt_authentication.generate_token_command - lexik_jwt_authentication.generate_keypair_command - twig.command.debug - twig.command.lint - nelmio_api_doc.command.dump - maker.auto_command.make_auth - maker.auto_command.make_command - maker.auto_command.make_twig_component - maker.auto_command.make_controller - maker.auto_command.make_crud - maker.auto_command.make_docker_database - maker.auto_command.make_entity - maker.auto_command.make_fixtures - maker.auto_command.make_form - maker.auto_command.make_listener - maker.auto_command.make_listener - maker.auto_command.make_message - maker.auto_command.make_messenger_middleware - maker.auto_command.make_registration_form - maker.auto_command.make_reset_password - maker.auto_command.make_serializer_encoder - maker.auto_command.make_serializer_normalizer - maker.auto_command.make_twig_extension - maker.auto_command.make_test - maker.auto_command.make_test - maker.auto_command.make_test - maker.auto_command.make_validator - maker.auto_command.make_voter - maker.auto_command.make_user - maker.auto_command.make_migration - maker.auto_command.make_stimulus_controller - maker.auto_command.make_security_form_login - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - The "%alias_id%" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - The "%alias_id%" service alias is deprecated, use "Twig\Environment" or "twig" instead. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/var/cache/dev/DMD_LaLigaApi_KernelDevDebugContainer.xml.meta b/var/cache/dev/DMD_LaLigaApi_KernelDevDebugContainer.xml.meta deleted file mode 100644 index 502e12a3..00000000 Binary files a/var/cache/dev/DMD_LaLigaApi_KernelDevDebugContainer.xml.meta and /dev/null differ diff --git a/var/cache/dev/DMD_LaLigaApi_KernelDevDebugContainerCompiler.log b/var/cache/dev/DMD_LaLigaApi_KernelDevDebugContainerCompiler.log deleted file mode 100644 index 7cb1964a..00000000 --- a/var/cache/dev/DMD_LaLigaApi_KernelDevDebugContainerCompiler.log +++ /dev/null @@ -1,774 +0,0 @@ -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DMD\LaLigaApi\Controller\LeagueController" (parent: .abstract.instanceof.DMD\LaLigaApi\Controller\LeagueController). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DMD\LaLigaApi\Controller\LeagueController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DMD\LaLigaApi\Controller\LeagueController). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "DMD\LaLigaApi\Controller\LeagueController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DMD\LaLigaApi\Controller\LeagueController). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DMD\LaLigaApi\Controller\NotificationController" (parent: .abstract.instanceof.DMD\LaLigaApi\Controller\NotificationController). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DMD\LaLigaApi\Controller\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DMD\LaLigaApi\Controller\NotificationController). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "DMD\LaLigaApi\Controller\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DMD\LaLigaApi\Controller\NotificationController). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DMD\LaLigaApi\Controller\SeasonController" (parent: .abstract.instanceof.DMD\LaLigaApi\Controller\SeasonController). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DMD\LaLigaApi\Controller\SeasonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DMD\LaLigaApi\Controller\SeasonController). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "DMD\LaLigaApi\Controller\SeasonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DMD\LaLigaApi\Controller\SeasonController). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DMD\LaLigaApi\Controller\UserController" (parent: .abstract.instanceof.DMD\LaLigaApi\Controller\UserController). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DMD\LaLigaApi\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DMD\LaLigaApi\Controller\UserController). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "DMD\LaLigaApi\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DMD\LaLigaApi\Controller\UserController). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.DMD\LaLigaApi\Repository\CustomRoleRepository" (parent: .abstract.instanceof.DMD\LaLigaApi\Repository\CustomRoleRepository). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "DMD\LaLigaApi\Repository\CustomRoleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.DMD\LaLigaApi\Repository\CustomRoleRepository). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.DMD\LaLigaApi\Repository\FacilityRepository" (parent: .abstract.instanceof.DMD\LaLigaApi\Repository\FacilityRepository). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "DMD\LaLigaApi\Repository\FacilityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.DMD\LaLigaApi\Repository\FacilityRepository). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.DMD\LaLigaApi\Repository\FileRepository" (parent: .abstract.instanceof.DMD\LaLigaApi\Repository\FileRepository). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "DMD\LaLigaApi\Repository\FileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.DMD\LaLigaApi\Repository\FileRepository). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.DMD\LaLigaApi\Repository\GameRepository" (parent: .abstract.instanceof.DMD\LaLigaApi\Repository\GameRepository). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "DMD\LaLigaApi\Repository\GameRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.DMD\LaLigaApi\Repository\GameRepository). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.DMD\LaLigaApi\Repository\LeagueRepository" (parent: .abstract.instanceof.DMD\LaLigaApi\Repository\LeagueRepository). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "DMD\LaLigaApi\Repository\LeagueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.DMD\LaLigaApi\Repository\LeagueRepository). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.DMD\LaLigaApi\Repository\LogRepository" (parent: .abstract.instanceof.DMD\LaLigaApi\Repository\LogRepository). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "DMD\LaLigaApi\Repository\LogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.DMD\LaLigaApi\Repository\LogRepository). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.DMD\LaLigaApi\Repository\NotificationRepository" (parent: .abstract.instanceof.DMD\LaLigaApi\Repository\NotificationRepository). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "DMD\LaLigaApi\Repository\NotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.DMD\LaLigaApi\Repository\NotificationRepository). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.DMD\LaLigaApi\Repository\PlayerRepository" (parent: .abstract.instanceof.DMD\LaLigaApi\Repository\PlayerRepository). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "DMD\LaLigaApi\Repository\PlayerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.DMD\LaLigaApi\Repository\PlayerRepository). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.DMD\LaLigaApi\Repository\SeasonDataRepository" (parent: .abstract.instanceof.DMD\LaLigaApi\Repository\SeasonDataRepository). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "DMD\LaLigaApi\Repository\SeasonDataRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.DMD\LaLigaApi\Repository\SeasonDataRepository). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.DMD\LaLigaApi\Repository\SeasonRepository" (parent: .abstract.instanceof.DMD\LaLigaApi\Repository\SeasonRepository). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "DMD\LaLigaApi\Repository\SeasonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.DMD\LaLigaApi\Repository\SeasonRepository). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.DMD\LaLigaApi\Repository\TeamRepository" (parent: .abstract.instanceof.DMD\LaLigaApi\Repository\TeamRepository). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "DMD\LaLigaApi\Repository\TeamRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.DMD\LaLigaApi\Repository\TeamRepository). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.DMD\LaLigaApi\Repository\UserRepository" (parent: .abstract.instanceof.DMD\LaLigaApi\Repository\UserRepository). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "DMD\LaLigaApi\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.DMD\LaLigaApi\Repository\UserRepository). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "cache.system" (parent: cache.adapter.system). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "cache.validator" (parent: cache.system). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "cache.serializer" (parent: cache.system). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "cache.annotations" (parent: cache.system). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "cache.property_info" (parent: cache.system). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "secrets.decryption_key" (parent: container.env). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "cache.validator_expression_language" (parent: cache.system). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.debug_middleware). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "cache.security_expression_language" (parent: cache.system). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "security.firewall.map.config.login" (parent: security.firewall.config). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "security.authenticator.json_login.login" (parent: security.authenticator.json_login). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "security.authentication.success_handler.login.json_login" (parent: security.authentication.custom_success_handler). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "security.authentication.success_handler.login.json_login" (parent: lexik_jwt_authentication.handler.authentication_success). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "security.authentication.failure_handler.login.json_login" (parent: security.authentication.custom_failure_handler). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "security.authentication.failure_handler.login.json_login" (parent: lexik_jwt_authentication.handler.authentication_failure). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "security.authenticator.manager.login" (parent: security.authenticator.manager). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "security.firewall.authenticator.login" (parent: security.firewall.authenticator). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "security.listener.user_checker.login" (parent: security.listener.user_checker). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "security.exception_listener.login" (parent: security.exception_listener). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "security.firewall.map.context.login" (parent: security.firewall.context). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "security.authenticator.jwt.api" (parent: lexik_jwt_authentication.security.jwt_authenticator). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "security.authenticator.manager.api" (parent: security.authenticator.manager). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "security.firewall.authenticator.api" (parent: security.firewall.authenticator). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "security.listener.user_checker.api" (parent: security.listener.user_checker). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "security.context_listener.0" (parent: security.context_listener). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "security.listener.session.main" (parent: security.listener.session). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "lexik_jwt_authentication.key_loader.openssl" (parent: lexik_jwt_authentication.key_loader.abstract). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract). -Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass: Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware). -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Psr\Clock\ClockInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "error_renderer.html"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "error_renderer"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "mailer"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "cache.default_redis_provider"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "cache.default_memcached_provider"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "cache.default_doctrine_dbal_provider"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "SessionHandlerInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "session.storage.factory"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "session.handler"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "validator.mapping.class_metadata_factory"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Doctrine\DBAL\Connection"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "doctrine.dbal.event_manager"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "doctrine.orm.default_metadata_cache"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "doctrine.orm.default_result_cache"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "doctrine.orm.default_query_cache"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "doctrine.migrations.metadata_storage"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\Security\Core\Security"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "security.password_hasher"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "security.firewall"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "security.user_providers"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "security.authentication.session_strategy.login"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "security.user_checker.login"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "security.authentication.session_strategy.api"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "security.user_checker.api"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "security.authentication.session_strategy.main"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "security.user_checker.main"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "security.firewall.context_locator"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "lexik_jwt_authentication.jwt_token_authenticator"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Twig_Environment"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Twig\Environment"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "twig.loader.filesystem"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "argument_resolver.controller_locator"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "doctrine.id_generator_locator"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "twig.loader"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "Psr\Log\LoggerInterface"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service ".service_locator.k3s3K.2"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service ".service_locator.9L433w3"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service ".service_locator.o.uf2zi"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service ".service_locator.C6ESU5k"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service ".service_locator.0LkE2AA"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service ".service_locator.BFrsqsn"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service ".service_locator.LMuqDDe"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service ".service_locator.jUv.zyj"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "controller_resolver"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "argument_resolver"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "doctrine.migrations.migrations_factory"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "security.access.decision_manager"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "security.firewall.authenticator.login"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "security.firewall.authenticator.api"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "security.firewall.authenticator.main"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "twig.error_renderer.html.inner"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "doctrine.orm.default_metadata_driver"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "security.event_dispatcher.login"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "security.event_dispatcher.api"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "security.event_dispatcher.main"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service ".service_locator.gFlme_s"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service ".service_locator.0jwdN2L"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service ".service_locator.GXvs259"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service ".service_locator.3XXT.iB"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service ".service_locator.IKoa88B"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service ".service_locator.0HZFGLA"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service ".service_locator.nf9a30I"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service ".service_locator.ra.E1iz"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service ".service_locator.Jg.pCCn"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service ".service_locator.H6m0t47"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service ".service_locator.pR4c.1j"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service ".service_locator.odlcL3K"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service ".service_locator.TcLmKeC"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service ".service_locator.Yh6vd4o"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service ".service_locator.7sCphGU"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service ".service_locator.n3S8NlR"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service ".service_locator.HYwFH6j"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service ".service_locator.UG3DVQt"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service ".service_locator.O0h2hdG"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service ".service_locator._fzSvpg"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service ".service_locator.dGUCsbe"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service ".service_locator.ro9MXaF"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service ".service_locator.u6DWx23"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service ".service_locator.BlxN3Cw"; reason: private alias. -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "locale_listener" previously pointing to "router.default" to "router". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "url_helper" previously pointing to "router.default" to "router". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "router_listener" previously pointing to "router.default" to "router". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "security.http_utils" previously pointing to "router.default" to "router". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "security.http_utils" previously pointing to "router.default" to "router". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "security.authentication.success_handler.login.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "security.authentication.failure_handler.login.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "security.authenticator.jwt.api" previously pointing to "debug.event_dispatcher" to "event_dispatcher". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "lexik_jwt_authentication.security.authentication.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "lexik_jwt_authentication.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "lexik_jwt_authentication.jws_provider.default" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "lexik_jwt_authentication.migrate_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "nelmio_api_doc.routes.default" previously pointing to "router.default" to "router". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service ".debug.security.voter.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service ".service_locator.O2p6Lk7" previously pointing to "router.default" to "router". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router". -Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service ".service_locator.Oannbdp" previously pointing to "debug.event_dispatcher" to "event_dispatcher". -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "DMD\LaLigaApi\Entity"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "container.env"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "cache.adapter.system"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "cache.adapter.apcu"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "cache.adapter.filesystem"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "cache.adapter.psr6"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "cache.adapter.redis"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "cache.adapter.redis_tag_aware"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "cache.adapter.memcached"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "cache.adapter.doctrine_dbal"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "cache.adapter.pdo"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "cache.adapter.array"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "mailer.transport_factory.abstract"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "doctrine.dbal.connection"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "doctrine.dbal.connection.event_manager"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "doctrine.dbal.connection.configuration"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "doctrine.dbal.debug_middleware"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "doctrine.orm.configuration"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "doctrine.orm.security.user.provider"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "maker.auto_command.abstract"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.firewall.context"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.firewall.lazy_context"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.firewall.config"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.user.provider.missing"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.user.provider.in_memory"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.user.provider.ldap"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.user.provider.chain"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.logout_listener"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.logout.listener.session"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.logout.listener.clear_site_data"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.logout.listener.cookie_clearing"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.logout.listener.default"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authentication.listener.abstract"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authentication.custom_success_handler"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authentication.success_handler"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authentication.custom_failure_handler"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authentication.failure_handler"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.exception_listener"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authentication.switchuser_listener"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authenticator.manager"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.firewall.authenticator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.listener.user_provider.abstract"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.listener.user_checker"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.listener.session"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.listener.login_throttling"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authenticator.http_basic"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authenticator.form_login"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authenticator.json_login"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authenticator.x509"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authenticator.remote_user"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authenticator.access_token"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.access_token_handler.oidc_user_info"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.access_token_handler.oidc"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.access_token_handler.oidc.jwk"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.access_token_handler.oidc.signature"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DMD\LaLigaApi\Controller\LeagueController"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DMD\LaLigaApi\Controller\LeagueController"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service ".abstract.instanceof.DMD\LaLigaApi\Controller\LeagueController"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DMD\LaLigaApi\Controller\NotificationController"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DMD\LaLigaApi\Controller\NotificationController"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service ".abstract.instanceof.DMD\LaLigaApi\Controller\NotificationController"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DMD\LaLigaApi\Controller\SeasonController"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DMD\LaLigaApi\Controller\SeasonController"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service ".abstract.instanceof.DMD\LaLigaApi\Controller\SeasonController"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DMD\LaLigaApi\Controller\UserController"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DMD\LaLigaApi\Controller\UserController"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service ".abstract.instanceof.DMD\LaLigaApi\Controller\UserController"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.DMD\LaLigaApi\Repository\CustomRoleRepository"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service ".abstract.instanceof.DMD\LaLigaApi\Repository\CustomRoleRepository"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.DMD\LaLigaApi\Repository\FacilityRepository"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service ".abstract.instanceof.DMD\LaLigaApi\Repository\FacilityRepository"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.DMD\LaLigaApi\Repository\FileRepository"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service ".abstract.instanceof.DMD\LaLigaApi\Repository\FileRepository"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.DMD\LaLigaApi\Repository\GameRepository"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service ".abstract.instanceof.DMD\LaLigaApi\Repository\GameRepository"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.DMD\LaLigaApi\Repository\LeagueRepository"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service ".abstract.instanceof.DMD\LaLigaApi\Repository\LeagueRepository"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.DMD\LaLigaApi\Repository\LogRepository"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service ".abstract.instanceof.DMD\LaLigaApi\Repository\LogRepository"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.DMD\LaLigaApi\Repository\NotificationRepository"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service ".abstract.instanceof.DMD\LaLigaApi\Repository\NotificationRepository"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.DMD\LaLigaApi\Repository\PlayerRepository"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service ".abstract.instanceof.DMD\LaLigaApi\Repository\PlayerRepository"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.DMD\LaLigaApi\Repository\SeasonDataRepository"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service ".abstract.instanceof.DMD\LaLigaApi\Repository\SeasonDataRepository"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.DMD\LaLigaApi\Repository\SeasonRepository"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service ".abstract.instanceof.DMD\LaLigaApi\Repository\SeasonRepository"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.DMD\LaLigaApi\Repository\TeamRepository"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service ".abstract.instanceof.DMD\LaLigaApi\Repository\TeamRepository"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.DMD\LaLigaApi\Repository\UserRepository"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service ".abstract.instanceof.DMD\LaLigaApi\Repository\UserRepository"; reason: abstract. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "DMD\LaLigaApi\Dto\CustomRoleDto"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "DMD\LaLigaApi\Dto\FacilityDto"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "DMD\LaLigaApi\Dto\FileDto"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "DMD\LaLigaApi\Dto\GameDto"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "DMD\LaLigaApi\Dto\LeagueDto"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "DMD\LaLigaApi\Dto\NotificationDto"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "DMD\LaLigaApi\Dto\PlayerDto"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "DMD\LaLigaApi\Dto\SeasonDataDto"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "DMD\LaLigaApi\Dto\SeasonDto"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "DMD\LaLigaApi\Dto\TeamDto"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "DMD\LaLigaApi\Dto\UserDto"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "DMD\LaLigaApi\Enum\NotificationType"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "DMD\LaLigaApi\Enum\Role"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "DMD\LaLigaApi\Exception\ValidationException"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "DMD\LaLigaApi\Service\Season\getAllSeasons\HandleGetAllSeason"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "DMD\LaLigaApi\Service\Season\getSeasonById\HandleGetSeasonById"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "DMD\LaLigaApi\Service\Season\updateSeason\HandleUpdateSeason"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "http_cache"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "http_cache.store"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "reverse_container"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "cache.validator"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "cache.serializer"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "cache.annotations"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "cache.property_info"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "mailer.default_transport"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "mailer.messenger.message_handler"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service ".cache_connection.GD_MSZC"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service ".cache_connection.JKE6keX"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "session.storage.factory.php_bridge"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "session.storage.factory.mock_file"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "session.handler.native_file"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "session.abstract_handler"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "session.marshaller"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "validator.mapping.cache.adapter"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "mime_types"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "data_collector.doctrine"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service ".1_ServiceLocator~m6ZpQJ9"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "form.type_guesser.doctrine"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "form.type.entity"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "doctrine.orm.naming_strategy.default"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "doctrine.migrations.connection_loader"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "doctrine.migrations.em_loader"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "doctrine.migrations.connection_registry_loader"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "maker.maker.make_functional_test"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "maker.maker.make_subscriber"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "maker.maker.make_unit_test"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.authentication.session_strategy_noop"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.authentication_utils"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.role_hierarchy"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "cache.security_expression_language"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.context_listener"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.user_authenticator"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.access_token_extractor.header"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.access_token_extractor.query_string"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.access_token_extractor.request_body"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "data_collector.security"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.user_checker.chain.login"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.user_checker.chain.api"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.user_checker.chain.main"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "lexik_jwt_authentication.security.authentication.provider"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "lexik_jwt_authentication.security.authentication.listener"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "lexik_jwt_authentication.security.authentication.entry_point"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "lexik_jwt_authentication.key_loader.openssl"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "lexik_jwt_authentication.jws_provider.default"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "lexik_jwt_authentication.encoder.default"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "lexik_jwt_authentication.handler.authentication_success"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "lexik_jwt_authentication.handler.authentication_failure"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "lexik_jwt_authentication.extractor.split_cookie_extractor"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service ".1_TokenStorage~fHUnE8b"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "lexik_jwt_authentication.security.guard.jwt_token_authenticator"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "twig.loader.chain"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "data_collector.twig"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "twig.extension.htmlsanitizer"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "twig.extension.weblink"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "twig.runtime.serializer"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "twig.extension.serializer"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "nelmio_api_doc.form.documentation_extension"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "doctrine.dbal.debug_middleware.default"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.ldap_locator"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service ".service_locator.XXv1IfR"; reason: unused. -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service ".service_locator.O2p6Lk7.DMD\LaLigaApi\Controller\LeagueController" to "DMD\LaLigaApi\Controller\LeagueController". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service ".service_locator.O2p6Lk7.DMD\LaLigaApi\Controller\NotificationController" to "DMD\LaLigaApi\Controller\NotificationController". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service ".service_locator.O2p6Lk7.DMD\LaLigaApi\Controller\SeasonController" to "DMD\LaLigaApi\Controller\SeasonController". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service ".service_locator.O2p6Lk7.DMD\LaLigaApi\Controller\UserController" to "DMD\LaLigaApi\Controller\UserController". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "DMD\LaLigaApi\Service\Common\FacilityFactory" to "DMD\LaLigaApi\Service\Season\createFacilities\HandleCreateFacilities". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "DMD\LaLigaApi\Service\Season\SeasonFactory" to "DMD\LaLigaApi\Service\Season\createSeason\HandleCreateSeason". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "clock" to "argument_resolver.datetime". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.error_renderer.html" to "error_controller". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "debug.controller_resolver" to "http_kernel". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "debug.argument_resolver" to "http_kernel". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service ".service_locator.Xbsa8iG" to "container.get_routing_condition_service". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service ".service_locator.lLv4pWF" to "fragment.handler". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "uri_signer" to "fragment.uri_generator". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "cache_clearer" to "console.command.cache_clear". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service ".service_locator.NBUFN6A" to "console.command.cache_pool_invalidate_tags". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "cache.default_marshaller" to "cache.app". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "mailer.transport_factory" to "mailer.transports". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "routing.loader.xml" to "routing.resolver". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "routing.loader.yml" to "routing.resolver". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "routing.loader.php" to "routing.resolver". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "routing.loader.glob" to "routing.resolver". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "routing.loader.directory" to "routing.resolver". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "routing.loader.container" to "routing.resolver". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "routing.loader.annotation.directory" to "routing.resolver". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "routing.loader.annotation.file" to "routing.resolver". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "routing.loader.psr4" to "routing.resolver". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service ".service_locator.msNBuNb" to "routing.loader.container". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "routing.resolver" to "routing.loader". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "cache.property_access" to "property_accessor". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "secrets.decryption_key" to "secrets.vault". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "container.getenv" to "secrets.decryption_key". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "session.storage.factory.native" to "session.factory". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service ".service_locator.cXsfP3P" to "session_listener". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.csrf.token_generator" to "security.csrf.token_manager". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "validator.validator_factory" to "validator.builder". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "doctrine.orm.validator_initializer" to "validator.builder". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "validator.property_info_loader" to "validator.builder". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service ".service_locator.F9PKc.7" to "validator.validator_factory". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service ".service_locator.VHsrTPK" to "doctrine.dbal.default_connection.event_manager". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service ".service_locator.KmogcOS" to "doctrine.orm.container_repository_factory". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "maker.autoloader_util" to "maker.file_manager". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "maker.autoloader_finder" to "maker.autoloader_util". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "maker.template_component_generator" to "maker.generator". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "maker.event_registry" to "maker.maker.make_listener". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "maker.user_class_builder" to "maker.maker.make_user". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service ".service_locator.LcVn9Hr" to "security.token_storage". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service ".service_locator.LrCXAmX" to "security.helper". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service ".service_locator.df1HHDL" to "security.helper". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service ".service_locator.5y4U6aa" to "security.helper". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service ".security.request_matcher.Bs7fT.P" to "security.access_map". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service ".security.request_matcher.0lp5I4w" to "security.access_map". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service ".security.request_matcher.0jATPXn" to "security.access_map". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service ".security.request_matcher.6M.XeUm" to "security.access_map". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service ".security.request_matcher.gjnNpJn" to "security.access_map". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.impersonate_url_generator" to "twig.extension.security". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.authentication.success_handler.login.json_login" to "security.authenticator.json_login.login". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.authentication.failure_handler.login.json_login" to "security.authenticator.json_login.login". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "property_accessor" to "security.authenticator.json_login.login". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "debug.security.firewall.authenticator.login.inner" to "debug.security.firewall.authenticator.login". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.exception_listener.login" to "security.firewall.map.context.login". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.firewall.map.config.login" to "security.firewall.map.context.login". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "lexik_jwt_authentication.extractor.chain_extractor" to "security.authenticator.jwt.api". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "debug.security.firewall.authenticator.api.inner" to "debug.security.firewall.authenticator.api". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.exception_listener.api" to "security.firewall.map.context.api". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service ".security.request_matcher.q1UFWmc" to ".security.request_matcher.kLbKLHa". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.authentication.session_strategy" to "security.listener.session.main". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.exception_listener.main" to "security.firewall.map.context.main". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service ".security.request_matcher.EZK.CGz" to ".security.request_matcher.0lp5I4w". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service ".security.request_matcher.gFOWd_9" to ".security.request_matcher.0jATPXn". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service ".security.request_matcher.EHwIQxq" to ".security.request_matcher.6M.XeUm". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "lexik_jwt_authentication.extractor.authorization_header_extractor" to "lexik_jwt_authentication.extractor.chain_extractor". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.loader.native_filesystem" to "twig". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.extension.security_csrf" to "twig". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.extension.logout_url" to "twig". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.extension.security" to "twig". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.extension.profiler" to "twig". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.extension.trans" to "twig". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.extension.code" to "twig". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.extension.routing" to "twig". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.extension.yaml" to "twig". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.extension.debug.stopwatch" to "twig". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.extension.httpkernel" to "twig". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.extension.httpfoundation" to "twig". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "doctrine.twig.doctrine_extension" to "twig". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.extension.debug" to "twig". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.app_variable" to "twig". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.runtime_loader" to "twig". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.configurator.environment" to "twig". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service ".service_locator.etVElvN.twig.template_cache_warmer" to "twig.template_cache_warmer". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.template_iterator" to "twig.template_cache_warmer". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.profile" to "twig.extension.profiler". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "fragment.handler" to "twig.runtime.httpkernel". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "url_helper" to "twig.extension.httpfoundation". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service ".service_locator.EudIiQD" to "twig.runtime_loader". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "error_handler.error_renderer.html" to "twig.error_renderer.html". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "nelmio_api_doc.generator_locator" to "nelmio_api_doc.render_docs". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "nelmio_api_doc.render_docs.json" to "nelmio_api_doc.render_docs". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "nelmio_api_doc.render_docs.yaml" to "nelmio_api_doc.render_docs". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "nelmio_api_doc.object_model.property_describer" to "nelmio_api_doc.model_describers.object". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "nelmio_api_doc.swagger.processor.nullable_property" to "nelmio_api_doc.open_api.generator". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "nelmio_api_doc.open_api.generator" to "nelmio_api_doc.generator.default". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "maker.maker.make_command" to "maker.auto_command.make_command". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "maker.maker.make_form" to "maker.auto_command.make_form". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "maker.maker.make_message" to "maker.auto_command.make_message". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "maker.maker.make_test" to "maker.auto_command.make_test". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "maker.maker.make_user" to "maker.auto_command.make_user". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.access.simple_role_voter" to ".debug.security.voter.security.access.simple_role_voter". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "debug.security.event_dispatcher.login.inner" to "debug.security.event_dispatcher.login". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "debug.security.event_dispatcher.api.inner" to "debug.security.event_dispatcher.api". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service ".service_locator.PvoQzFT" to ".service_locator.PvoQzFT.router.default". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service ".service_locator.oR77BOj" to "debug.argument_resolver.inner". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service ".service_locator.QVovN8M" to "console.command_loader". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service ".service_locator.PvoQzFT.router.default" to "router". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "config_cache_factory" to "router". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "debug.event_dispatcher.inner" to "event_dispatcher". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "file_locator" to "routing.loader". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "file_locator" to "routing.loader". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "file_locator" to "routing.loader". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "file_locator" to "routing.loader". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "file_locator" to "routing.loader". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "routing.loader.annotation" to "routing.loader". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "file_locator" to "routing.loader". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "routing.loader.annotation" to "routing.loader". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "file_locator" to "routing.loader". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "routing.loader.annotation" to "routing.loader". -Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "file_locator" to "routing.loader". -Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\UnusedTagsPass: Tag "container.error" was defined on service(s) "argument_resolver.request_payload", but was never used. Did you mean "container.preload", "container.decorator", "container.stack"? -Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\UnusedTagsPass: Tag "container.decorator" was defined on service(s) "doctrine.migrations.container_aware_migrations_factory", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.login", "debug.security.firewall.authenticator.api", "debug.security.firewall.authenticator.main", "debug.security.event_dispatcher.login", "debug.security.event_dispatcher.api", "debug.security.event_dispatcher.main", "event_dispatcher", but was never used. Did you mean "container.error"? \ No newline at end of file diff --git a/var/cache/dev/DMD_LaLigaApi_KernelDevDebugContainerDeprecations.log b/var/cache/dev/DMD_LaLigaApi_KernelDevDebugContainerDeprecations.log deleted file mode 100644 index a746795b..00000000 --- a/var/cache/dev/DMD_LaLigaApi_KernelDevDebugContainerDeprecations.log +++ /dev/null @@ -1 +0,0 @@ -a:1:{i:0;a:6:{s:4:"type";i:16384;s:7:"message";s:105:"Since symfony/security-bundle 6.2: The "enable_authenticator_manager" option at "security" is deprecated.";s:4:"file";s:92:"D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\vendor\symfony\config\Definition\ArrayNode.php";s:4:"line";i:248;s:5:"trace";a:1:{i:0;a:5:{s:4:"file";s:91:"D:\My Stuff\DEVELOPMENT\LaLiga\LaLiga-BackEnd\vendor\symfony\config\Definition\BaseNode.php";s:4:"line";i:421;s:8:"function";s:13:"finalizeValue";s:5:"class";s:45:"Symfony\Component\Config\Definition\ArrayNode";s:4:"type";s:2:"->";}}s:5:"count";i:2;}} \ No newline at end of file diff --git a/var/cache/dev/annotations.map b/var/cache/dev/annotations.map deleted file mode 100644 index a69ac2e0..00000000 --- a/var/cache/dev/annotations.map +++ /dev/null @@ -1,3 +0,0 @@ - 'Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController', -); \ No newline at end of file diff --git a/var/cache/dev/doctrine/orm/Proxies/__CG__DMDLaLigaApiEntityLeague.php b/var/cache/dev/doctrine/orm/Proxies/__CG__DMDLaLigaApiEntityLeague.php deleted file mode 100644 index 479b09ea..00000000 --- a/var/cache/dev/doctrine/orm/Proxies/__CG__DMDLaLigaApiEntityLeague.php +++ /dev/null @@ -1,55 +0,0 @@ - [parent::class, 'active', null], - "\0".parent::class."\0".'blockedMatchDates' => [parent::class, 'blockedMatchDates', null], - "\0".parent::class."\0".'city' => [parent::class, 'city', null], - "\0".parent::class."\0".'createdAt' => [parent::class, 'createdAt', null], - "\0".parent::class."\0".'description' => [parent::class, 'description', null], - "\0".parent::class."\0".'id' => [parent::class, 'id', null], - "\0".parent::class."\0".'isPublic' => [parent::class, 'isPublic', null], - "\0".parent::class."\0".'logo' => [parent::class, 'logo', null], - "\0".parent::class."\0".'matchesBetweenTeams' => [parent::class, 'matchesBetweenTeams', null], - "\0".parent::class."\0".'name' => [parent::class, 'name', null], - "\0".parent::class."\0".'seasons' => [parent::class, 'seasons', null], - 'active' => [parent::class, 'active', null], - 'blockedMatchDates' => [parent::class, 'blockedMatchDates', null], - 'city' => [parent::class, 'city', null], - 'createdAt' => [parent::class, 'createdAt', null], - 'description' => [parent::class, 'description', null], - 'id' => [parent::class, 'id', null], - 'isPublic' => [parent::class, 'isPublic', null], - 'logo' => [parent::class, 'logo', null], - 'matchesBetweenTeams' => [parent::class, 'matchesBetweenTeams', null], - 'name' => [parent::class, 'name', null], - 'seasons' => [parent::class, 'seasons', null], - ]; - - public function __isInitialized(): bool - { - return isset($this->lazyObjectState) && $this->isLazyObjectInitialized(); - } - - public function __serialize(): array - { - $properties = (array) $this; - unset($properties["\0" . self::class . "\0lazyObjectState"]); - - return $properties; - } -} diff --git a/var/cache/dev/twig/05/05446342aa34d5d2a57f05a48eacec9a.php b/var/cache/dev/twig/05/05446342aa34d5d2a57f05a48eacec9a.php deleted file mode 100644 index c216ccb3..00000000 --- a/var/cache/dev/twig/05/05446342aa34d5d2a57f05a48eacec9a.php +++ /dev/null @@ -1,79 +0,0 @@ -source = $this->getSourceContext(); - - $this->blocks = [ - ]; - } - - protected function doGetParent(array $context) - { - // line 1 - return "@email/zurb_2/notification/body.txt.twig"; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@email/default/notification/body.txt.twig")); - - $this->parent = $this->loadTemplate("@email/zurb_2/notification/body.txt.twig", "@email/default/notification/body.txt.twig", 1); - $this->parent->display($context, array_merge($this->blocks, $blocks)); - - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); - - } - - /** - * @codeCoverageIgnore - */ - public function getTemplateName() - { - return "@email/default/notification/body.txt.twig"; - } - - /** - * @codeCoverageIgnore - */ - public function isTraitable() - { - return false; - } - - /** - * @codeCoverageIgnore - */ - public function getDebugInfo() - { - return array ( 34 => 1,); - } - - public function getSourceContext() - { - return new Source("{% extends \"@email/zurb_2/notification/body.txt.twig\" %} -", "@email/default/notification/body.txt.twig", "D:\\My Stuff\\DEVELOPMENT\\LaLiga\\LaLiga-BackEnd\\vendor\\symfony\\twig-bridge\\Resources\\views\\Email\\default\\notification\\body.txt.twig"); - } -} diff --git a/var/cache/dev/twig/17/17fb31367d0e575000475e640d7d314c.php b/var/cache/dev/twig/17/17fb31367d0e575000475e640d7d314c.php deleted file mode 100644 index 6d397b3f..00000000 --- a/var/cache/dev/twig/17/17fb31367d0e575000475e640d7d314c.php +++ /dev/null @@ -1,93 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "welcomeToLeague.html.twig")); - - // line 1 - echo "

Hola "; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["user"]) || array_key_exists("user", $context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.', 1, $this->source); })()), "firstName", [], "any", false, false, false, 1), "html", null, true); - echo " "; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["user"]) || array_key_exists("user", $context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.', 1, $this->source); })()), "lastName", [], "any", false, false, false, 1), "html", null, true); - echo "!

- -

- Han aceptado tu solicitud para unirte a "; - // line 4 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["league"]) || array_key_exists("league", $context) ? $context["league"] : (function () { throw new RuntimeError('Variable "league" does not exist.', 4, $this->source); })()), "name", [], "any", false, false, false, 4), "html", null, true); - echo ". Aqui la info de - lo que puede hacer como capitan del equipo. -

-"; - - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); - - } - - /** - * @codeCoverageIgnore - */ - public function getTemplateName() - { - return "welcomeToLeague.html.twig"; - } - - /** - * @codeCoverageIgnore - */ - public function isTraitable() - { - return false; - } - - /** - * @codeCoverageIgnore - */ - public function getDebugInfo() - { - return array ( 49 => 4, 40 => 1,); - } - - public function getSourceContext() - { - return new Source("

Hola {{ user.firstName }} {{ user.lastName }}!

- -

- Han aceptado tu solicitud para unirte a {{ league.name }}. Aqui la info de - lo que puede hacer como capitan del equipo. -

-", "welcomeToLeague.html.twig", "D:\\My Stuff\\DEVELOPMENT\\LaLiga\\LaLiga-BackEnd\\templates\\welcomeToLeague.html.twig"); - } -} diff --git a/var/cache/dev/twig/1a/1a9593a68490e6588a83c4dfe2ab3119.php b/var/cache/dev/twig/1a/1a9593a68490e6588a83c4dfe2ab3119.php deleted file mode 100644 index aee60d5f..00000000 --- a/var/cache/dev/twig/1a/1a9593a68490e6588a83c4dfe2ab3119.php +++ /dev/null @@ -1,144 +0,0 @@ -source = $this->getSourceContext(); - - $this->blocks = [ - 'title' => [$this, 'block_title'], - 'body' => [$this, 'block_body'], - ]; - } - - protected function doGetParent(array $context) - { - // line 1 - return "base.html.twig"; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "notification/index.html.twig")); - - $this->parent = $this->loadTemplate("base.html.twig", "notification/index.html.twig", 1); - $this->parent->display($context, array_merge($this->blocks, $blocks)); - - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); - - } - - // line 3 - public function block_title($context, array $blocks = []) - { - $macros = $this->macros; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title")); - - echo "Hello NotificationController!"; - - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); - - } - - // line 5 - public function block_body($context, array $blocks = []) - { - $macros = $this->macros; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body")); - - // line 6 - echo " - -
-

Hello "; - // line 12 - echo twig_escape_filter($this->env, (isset($context["controller_name"]) || array_key_exists("controller_name", $context) ? $context["controller_name"] : (function () { throw new RuntimeError('Variable "controller_name" does not exist.', 12, $this->source); })()), "html", null, true); - echo "! ✅

- - This friendly message is coming from: - -
-"; - - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); - - } - - /** - * @codeCoverageIgnore - */ - public function getTemplateName() - { - return "notification/index.html.twig"; - } - - /** - * @codeCoverageIgnore - */ - public function isTraitable() - { - return false; - } - - /** - * @codeCoverageIgnore - */ - public function getDebugInfo() - { - return array ( 81 => 12, 73 => 6, 66 => 5, 53 => 3, 36 => 1,); - } - - public function getSourceContext() - { - return new Source("{% extends 'base.html.twig' %} - -{% block title %}Hello NotificationController!{% endblock %} - -{% block body %} - - -
-

Hello {{ controller_name }}! ✅

- - This friendly message is coming from: - -
-{% endblock %} -", "notification/index.html.twig", "D:\\My Stuff\\DEVELOPMENT\\LaLiga\\LaLiga-BackEnd\\templates\\notification\\index.html.twig"); - } -} diff --git a/var/cache/dev/twig/1d/1d17ad7dd45b552bfb00589ea8aa7119.php b/var/cache/dev/twig/1d/1d17ad7dd45b552bfb00589ea8aa7119.php deleted file mode 100644 index 0efe00c6..00000000 --- a/var/cache/dev/twig/1d/1d17ad7dd45b552bfb00589ea8aa7119.php +++ /dev/null @@ -1,78 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@DoctrineMigrations/Collector/icon-v3.svg")); - - // line 1 - echo " - - - - - -"; - - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); - - } - - /** - * @codeCoverageIgnore - */ - public function getTemplateName() - { - return "@DoctrineMigrations/Collector/icon-v3.svg"; - } - - /** - * @codeCoverageIgnore - */ - public function getDebugInfo() - { - return array ( 40 => 1,); - } - - public function getSourceContext() - { - return new Source(" - - - - - -", "@DoctrineMigrations/Collector/icon-v3.svg", "D:\\My Stuff\\DEVELOPMENT\\LaLiga\\LaLiga-BackEnd\\vendor\\doctrine\\doctrine-migrations-bundle\\Resources\\views\\Collector\\icon-v3.svg"); - } -} diff --git a/var/cache/dev/twig/6a/6a2d34d47ad960d1e06c9206a9f470e6.php b/var/cache/dev/twig/6a/6a2d34d47ad960d1e06c9206a9f470e6.php deleted file mode 100644 index cc6ce61f..00000000 --- a/var/cache/dev/twig/6a/6a2d34d47ad960d1e06c9206a9f470e6.php +++ /dev/null @@ -1,104 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@email/zurb_2/notification/local.css")); - - // line 1 - echo "body { - background: #f3f3f3; -} - -.wrapper.secondary { - background: #f3f3f3; -} - -.container.body_alert { - border-top: 8px solid #ec5840; -} - -.container.body_warning { - border-top: 8px solid #ffae00; -} - -.container.body_default { - border-top: 8px solid #aaaaaa; -} -"; - - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); - - } - - /** - * @codeCoverageIgnore - */ - public function getTemplateName() - { - return "@email/zurb_2/notification/local.css"; - } - - /** - * @codeCoverageIgnore - */ - public function getDebugInfo() - { - return array ( 40 => 1,); - } - - public function getSourceContext() - { - return new Source("body { - background: #f3f3f3; -} - -.wrapper.secondary { - background: #f3f3f3; -} - -.container.body_alert { - border-top: 8px solid #ec5840; -} - -.container.body_warning { - border-top: 8px solid #ffae00; -} - -.container.body_default { - border-top: 8px solid #aaaaaa; -} -", "@email/zurb_2/notification/local.css", "D:\\My Stuff\\DEVELOPMENT\\LaLiga\\LaLiga-BackEnd\\vendor\\symfony\\twig-bridge\\Resources\\views\\Email\\zurb_2\\notification\\local.css"); - } -} diff --git a/var/cache/dev/twig/70/7084b423dfdd51a338e6b89ad525ecf3.php b/var/cache/dev/twig/70/7084b423dfdd51a338e6b89ad525ecf3.php deleted file mode 100644 index 088d174d..00000000 --- a/var/cache/dev/twig/70/7084b423dfdd51a338e6b89ad525ecf3.php +++ /dev/null @@ -1,107 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "joinLeague.html.twig")); - - // line 1 - echo "

Hola "; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["president"]) || array_key_exists("president", $context) ? $context["president"] : (function () { throw new RuntimeError('Variable "president" does not exist.', 1, $this->source); })()), "firstName", [], "any", false, false, false, 1), "html", null, true); - echo "!

- -

- "; - // line 4 - echo twig_escape_filter($this->env, (isset($context["requestingUserFullName"]) || array_key_exists("requestingUserFullName", $context) ? $context["requestingUserFullName"] : (function () { throw new RuntimeError('Variable "requestingUserFullName" does not exist.', 4, $this->source); })()), "html", null, true); - echo " te ha enviado una solicitud para unirse a la liga. -

- -

- env, twig_get_attribute($this->env, $this->source, (isset($context["league"]) || array_key_exists("league", $context) ? $context["league"] : (function () { throw new RuntimeError('Variable "league" does not exist.', 8, $this->source); })()), "id", [], "any", false, false, false, 8), "html", null, true); - echo "/user/"; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["requestingUser"]) || array_key_exists("requestingUser", $context) ? $context["requestingUser"] : (function () { throw new RuntimeError('Variable "requestingUser" does not exist.', 8, $this->source); })()), "id", [], "any", false, false, false, 8), "html", null, true); - echo "/accept\">Aceptar - env, twig_get_attribute($this->env, $this->source, (isset($context["league"]) || array_key_exists("league", $context) ? $context["league"] : (function () { throw new RuntimeError('Variable "league" does not exist.', 9, $this->source); })()), "id", [], "any", false, false, false, 9), "html", null, true); - echo "/user/"; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["requestingUser"]) || array_key_exists("requestingUser", $context) ? $context["requestingUser"] : (function () { throw new RuntimeError('Variable "requestingUser" does not exist.', 9, $this->source); })()), "id", [], "any", false, false, false, 9), "html", null, true); - echo "/decline\">Rechazar -

"; - - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); - - } - - /** - * @codeCoverageIgnore - */ - public function getTemplateName() - { - return "joinLeague.html.twig"; - } - - /** - * @codeCoverageIgnore - */ - public function isTraitable() - { - return false; - } - - /** - * @codeCoverageIgnore - */ - public function getDebugInfo() - { - return array ( 60 => 9, 54 => 8, 47 => 4, 40 => 1,); - } - - public function getSourceContext() - { - return new Source("

Hola {{ president.firstName }}!

- -

- {{ requestingUserFullName }} te ha enviado una solicitud para unirse a la liga. -

- -

- Aceptar - Rechazar -

", "joinLeague.html.twig", "D:\\My Stuff\\DEVELOPMENT\\LaLiga\\LaLiga-BackEnd\\templates\\joinLeague.html.twig"); - } -} diff --git a/var/cache/dev/twig/71/71b467805580378052393d71e2d158ec.php b/var/cache/dev/twig/71/71b467805580378052393d71e2d158ec.php deleted file mode 100644 index 90089ef3..00000000 --- a/var/cache/dev/twig/71/71b467805580378052393d71e2d158ec.php +++ /dev/null @@ -1,91 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "declinedRequest.html.twig")); - - // line 1 - echo "

Hola "; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["rejectedUser"]) || array_key_exists("rejectedUser", $context) ? $context["rejectedUser"] : (function () { throw new RuntimeError('Variable "rejectedUser" does not exist.', 1, $this->source); })()), "name", [], "any", false, false, false, 1), "html", null, true); - echo "!

- -

- Lo sentimos, el presidente de "; - // line 4 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["league"]) || array_key_exists("league", $context) ? $context["league"] : (function () { throw new RuntimeError('Variable "league" does not exist.', 4, $this->source); })()), "name", [], "any", false, false, false, 4), "html", null, true); - echo " ha rechazado tu solicitud para unirte. Aqui mas texto se puede decir que contacte con el presidente - e intente de nuevo. -

-"; - - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); - - } - - /** - * @codeCoverageIgnore - */ - public function getTemplateName() - { - return "declinedRequest.html.twig"; - } - - /** - * @codeCoverageIgnore - */ - public function isTraitable() - { - return false; - } - - /** - * @codeCoverageIgnore - */ - public function getDebugInfo() - { - return array ( 47 => 4, 40 => 1,); - } - - public function getSourceContext() - { - return new Source("

Hola {{ rejectedUser.name }}!

- -

- Lo sentimos, el presidente de {{ league.name }} ha rechazado tu solicitud para unirte. Aqui mas texto se puede decir que contacte con el presidente - e intente de nuevo. -

-", "declinedRequest.html.twig", "D:\\My Stuff\\DEVELOPMENT\\LaLiga\\LaLiga-BackEnd\\templates\\declinedRequest.html.twig"); - } -} diff --git a/var/cache/dev/twig/7a/7a2be2cff2954ae9bce57ded8ab64957.php b/var/cache/dev/twig/7a/7a2be2cff2954ae9bce57ded8ab64957.php deleted file mode 100644 index 3f356dfd..00000000 --- a/var/cache/dev/twig/7a/7a2be2cff2954ae9bce57ded8ab64957.php +++ /dev/null @@ -1,91 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "leagueRequestDeclined.html.twig")); - - // line 1 - echo "

Hola "; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["user"]) || array_key_exists("user", $context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.', 1, $this->source); })()), "firstName", [], "any", false, false, false, 1), "html", null, true); - echo " "; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["user"]) || array_key_exists("user", $context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.', 1, $this->source); })()), "lastName", [], "any", false, false, false, 1), "html", null, true); - echo "!

- -

- Sentimos informate que han rechazado tu solicitud para unirte a "; - // line 4 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["league"]) || array_key_exists("league", $context) ? $context["league"] : (function () { throw new RuntimeError('Variable "league" does not exist.', 4, $this->source); })()), "name", [], "any", false, false, false, 4), "html", null, true); - echo ". -

-"; - - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); - - } - - /** - * @codeCoverageIgnore - */ - public function getTemplateName() - { - return "leagueRequestDeclined.html.twig"; - } - - /** - * @codeCoverageIgnore - */ - public function isTraitable() - { - return false; - } - - /** - * @codeCoverageIgnore - */ - public function getDebugInfo() - { - return array ( 49 => 4, 40 => 1,); - } - - public function getSourceContext() - { - return new Source("

Hola {{ user.firstName }} {{ user.lastName }}!

- -

- Sentimos informate que han rechazado tu solicitud para unirte a {{ league.name }}. -

-", "leagueRequestDeclined.html.twig", "D:\\My Stuff\\DEVELOPMENT\\LaLiga\\LaLiga-BackEnd\\templates\\leagueRequestDeclined.html.twig"); - } -} diff --git a/var/cache/dev/twig/7b/7b12781d6a926772e9714276f7e996f2.php b/var/cache/dev/twig/7b/7b12781d6a926772e9714276f7e996f2.php deleted file mode 100644 index 6f833d3d..00000000 --- a/var/cache/dev/twig/7b/7b12781d6a926772e9714276f7e996f2.php +++ /dev/null @@ -1,113 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "teamCaptainRequest.html.twig")); - - // line 1 - echo "

Hola "; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["userToNotify"]) || array_key_exists("userToNotify", $context) ? $context["userToNotify"] : (function () { throw new RuntimeError('Variable "userToNotify" does not exist.', 1, $this->source); })()), "firstName", [], "any", false, false, false, 1), "html", null, true); - echo "!

- -

- "; - // line 4 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["requestingUser"]) || array_key_exists("requestingUser", $context) ? $context["requestingUser"] : (function () { throw new RuntimeError('Variable "requestingUser" does not exist.', 4, $this->source); })()), "firstName", [], "any", false, false, false, 4), "html", null, true); - echo " "; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["requestinUser"]) || array_key_exists("requestinUser", $context) ? $context["requestinUser"] : (function () { throw new RuntimeError('Variable "requestinUser" does not exist.', 4, $this->source); })()), "lastName", [], "any", false, false, false, 4), "html", null, true); - echo " te ha enviado una solicitud para ser capitán de "; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["team"]) || array_key_exists("team", $context) ? $context["team"] : (function () { throw new RuntimeError('Variable "team" does not exist.', 4, $this->source); })()), "name", [], "any", false, false, false, 4), "html", null, true); - echo ". -

- -

- env, twig_get_attribute($this->env, $this->source, (isset($context["league"]) || array_key_exists("league", $context) ? $context["league"] : (function () { throw new RuntimeError('Variable "league" does not exist.', 8, $this->source); })()), "id", [], "any", false, false, false, 8), "html", null, true); - echo "/team/"; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["team"]) || array_key_exists("team", $context) ? $context["team"] : (function () { throw new RuntimeError('Variable "team" does not exist.', 8, $this->source); })()), "id", [], "any", false, false, false, 8), "html", null, true); - echo "/captain/"; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["requestingUser"]) || array_key_exists("requestingUser", $context) ? $context["requestingUser"] : (function () { throw new RuntimeError('Variable "requestingUser" does not exist.', 8, $this->source); })()), "id", [], "any", false, false, false, 8), "html", null, true); - echo "\">Aceptar - env, twig_get_attribute($this->env, $this->source, (isset($context["league"]) || array_key_exists("league", $context) ? $context["league"] : (function () { throw new RuntimeError('Variable "league" does not exist.', 9, $this->source); })()), "id", [], "any", false, false, false, 9), "html", null, true); - echo "/user/"; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["requestingUser"]) || array_key_exists("requestingUser", $context) ? $context["requestingUser"] : (function () { throw new RuntimeError('Variable "requestingUser" does not exist.', 9, $this->source); })()), "id", [], "any", false, false, false, 9), "html", null, true); - echo "/decline\">Rechazar -

"; - - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); - - } - - /** - * @codeCoverageIgnore - */ - public function getTemplateName() - { - return "teamCaptainRequest.html.twig"; - } - - /** - * @codeCoverageIgnore - */ - public function isTraitable() - { - return false; - } - - /** - * @codeCoverageIgnore - */ - public function getDebugInfo() - { - return array ( 66 => 9, 58 => 8, 47 => 4, 40 => 1,); - } - - public function getSourceContext() - { - return new Source("

Hola {{ userToNotify.firstName }}!

- -

- {{ requestingUser.firstName }} {{ requestinUser.lastName}} te ha enviado una solicitud para ser capitán de {{ team.name }}. -

- -

- Aceptar - Rechazar -

", "teamCaptainRequest.html.twig", "D:\\My Stuff\\DEVELOPMENT\\LaLiga\\LaLiga-BackEnd\\templates\\teamCaptainRequest.html.twig"); - } -} diff --git a/var/cache/dev/twig/84/84ffc33a9ca9f32b83eb973c24775df4.php b/var/cache/dev/twig/84/84ffc33a9ca9f32b83eb973c24775df4.php deleted file mode 100644 index 6117ad1c..00000000 --- a/var/cache/dev/twig/84/84ffc33a9ca9f32b83eb973c24775df4.php +++ /dev/null @@ -1,180 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - 'lead' => [$this, 'block_lead'], - 'content' => [$this, 'block_content'], - 'action' => [$this, 'block_action'], - 'exception' => [$this, 'block_exception'], - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@email/zurb_2/notification/body.txt.twig")); - - // line 1 - $this->displayBlock('lead', $context, $blocks); - // line 4 - echo " -"; - // line 5 - $this->displayBlock('content', $context, $blocks); - // line 8 - echo " -"; - // line 9 - $this->displayBlock('action', $context, $blocks); - // line 14 - echo " -"; - // line 15 - $this->displayBlock('exception', $context, $blocks); - - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); - - } - - // line 1 - public function block_lead($context, array $blocks = []) - { - $macros = $this->macros; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "lead")); - - // line 2 - echo twig_get_attribute($this->env, $this->source, (isset($context["email"]) || array_key_exists("email", $context) ? $context["email"] : (function () { throw new RuntimeError('Variable "email" does not exist.', 2, $this->source); })()), "subject", [], "any", false, false, false, 2); - echo " -"; - - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); - - } - - // line 5 - public function block_content($context, array $blocks = []) - { - $macros = $this->macros; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content")); - - // line 6 - echo (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 6, $this->source); })()); - echo " -"; - - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); - - } - - // line 9 - public function block_action($context, array $blocks = []) - { - $macros = $this->macros; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "action")); - - // line 10 - if ((isset($context["action_url"]) || array_key_exists("action_url", $context) ? $context["action_url"] : (function () { throw new RuntimeError('Variable "action_url" does not exist.', 10, $this->source); })())) { - // line 11 - echo (isset($context["action_text"]) || array_key_exists("action_text", $context) ? $context["action_text"] : (function () { throw new RuntimeError('Variable "action_text" does not exist.', 11, $this->source); })()); - echo ": "; - echo (isset($context["action_url"]) || array_key_exists("action_url", $context) ? $context["action_url"] : (function () { throw new RuntimeError('Variable "action_url" does not exist.', 11, $this->source); })()); - echo " -"; - } - - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); - - } - - // line 15 - public function block_exception($context, array $blocks = []) - { - $macros = $this->macros; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "exception")); - - // line 16 - if ((isset($context["exception"]) || array_key_exists("exception", $context) ? $context["exception"] : (function () { throw new RuntimeError('Variable "exception" does not exist.', 16, $this->source); })())) { - // line 17 - echo "Exception stack trace attached. -"; - // line 18 - echo (isset($context["exception"]) || array_key_exists("exception", $context) ? $context["exception"] : (function () { throw new RuntimeError('Variable "exception" does not exist.', 18, $this->source); })()); - echo " -"; - } - - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); - - } - - /** - * @codeCoverageIgnore - */ - public function getTemplateName() - { - return "@email/zurb_2/notification/body.txt.twig"; - } - - /** - * @codeCoverageIgnore - */ - public function getDebugInfo() - { - return array ( 131 => 18, 128 => 17, 126 => 16, 119 => 15, 107 => 11, 105 => 10, 98 => 9, 89 => 6, 82 => 5, 73 => 2, 66 => 1, 59 => 15, 56 => 14, 54 => 9, 51 => 8, 49 => 5, 46 => 4, 44 => 1,); - } - - public function getSourceContext() - { - return new Source("{% block lead %} -{{ email.subject }} -{% endblock %} - -{% block content %} -{{ content }} -{% endblock %} - -{% block action %} -{% if action_url %} -{{ action_text }}: {{ action_url }} -{% endif %} -{% endblock %} - -{% block exception %} -{% if exception %} -Exception stack trace attached. -{{ exception }} -{% endif %} -{% endblock %} -", "@email/zurb_2/notification/body.txt.twig", "D:\\My Stuff\\DEVELOPMENT\\LaLiga\\LaLiga-BackEnd\\vendor\\symfony\\twig-bridge\\Resources\\views\\Email\\zurb_2\\notification\\body.txt.twig"); - } -} diff --git a/var/cache/dev/twig/8c/8c45550592dad704a12719c3cc0e0117.php b/var/cache/dev/twig/8c/8c45550592dad704a12719c3cc0e0117.php deleted file mode 100644 index 6c107901..00000000 --- a/var/cache/dev/twig/8c/8c45550592dad704a12719c3cc0e0117.php +++ /dev/null @@ -1,165 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - 'title' => [$this, 'block_title'], - 'stylesheets' => [$this, 'block_stylesheets'], - 'javascripts' => [$this, 'block_javascripts'], - 'body' => [$this, 'block_body'], - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig")); - - // line 1 - echo " - - - - "; - // line 5 - $this->displayBlock('title', $context, $blocks); - echo " - ⚫️\"> - "; - // line 7 - $this->displayBlock('stylesheets', $context, $blocks); - // line 9 - echo " - "; - // line 10 - $this->displayBlock('javascripts', $context, $blocks); - // line 12 - echo " - - "; - // line 14 - $this->displayBlock('body', $context, $blocks); - // line 15 - echo " - -"; - - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); - - } - - // line 5 - public function block_title($context, array $blocks = []) - { - $macros = $this->macros; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title")); - - echo "Welcome!"; - - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); - - } - - // line 7 - public function block_stylesheets($context, array $blocks = []) - { - $macros = $this->macros; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets")); - - // line 8 - echo " "; - - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); - - } - - // line 10 - public function block_javascripts($context, array $blocks = []) - { - $macros = $this->macros; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts")); - - // line 11 - echo " "; - - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); - - } - - // line 14 - public function block_body($context, array $blocks = []) - { - $macros = $this->macros; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body")); - - - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); - - } - - /** - * @codeCoverageIgnore - */ - public function getTemplateName() - { - return "base.html.twig"; - } - - /** - * @codeCoverageIgnore - */ - public function getDebugInfo() - { - return array ( 118 => 14, 111 => 11, 104 => 10, 97 => 8, 90 => 7, 77 => 5, 68 => 15, 66 => 14, 62 => 12, 60 => 10, 57 => 9, 55 => 7, 50 => 5, 44 => 1,); - } - - public function getSourceContext() - { - return new Source(" - - - - {% block title %}Welcome!{% endblock %} - ⚫️\"> - {% block stylesheets %} - {% endblock %} - - {% block javascripts %} - {% endblock %} - - - {% block body %}{% endblock %} - - -", "base.html.twig", "D:\\My Stuff\\DEVELOPMENT\\LaLiga\\LaLiga-BackEnd\\templates\\base.html.twig"); - } -} diff --git a/var/cache/dev/twig/8e/8e5d1c2ecd7295cf29ca9ab79ec7b6ad.php b/var/cache/dev/twig/8e/8e5d1c2ecd7295cf29ca9ab79ec7b6ad.php deleted file mode 100644 index 2f585c24..00000000 --- a/var/cache/dev/twig/8e/8e5d1c2ecd7295cf29ca9ab79ec7b6ad.php +++ /dev/null @@ -1,179 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Doctrine/Collector/explain.html.twig")); - - // line 1 - if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 1, $this->source); })()), 0, [], "array", false, false, false, 1)) > 1)) { - // line 2 - echo " "; - // line 3 - echo " - - - "; - // line 6 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(twig_get_array_keys_filter(twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 6, $this->source); })()), 0, [], "array", false, false, false, 6))); - foreach ($context['_seq'] as $context["_key"] => $context["label"]) { - // line 7 - echo " - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['label'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 9 - echo " - - - "; - // line 12 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable((isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 12, $this->source); })())); - foreach ($context['_seq'] as $context["_key"] => $context["row"]) { - // line 13 - echo " - "; - // line 14 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable($context["row"]); - foreach ($context['_seq'] as $context["key"] => $context["item"]) { - // line 15 - echo " - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['key'], $context['item'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 17 - echo " - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 19 - echo " -
"; - echo twig_escape_filter($this->env, $context["label"], "html", null, true); - echo "
"; - echo twig_escape_filter($this->env, twig_replace_filter($context["item"], ["," => ", "]), "html", null, true); - echo "
-"; - } else { - // line 22 - echo " "; - // line 23 - echo "
";
-            // line 24
-            $context['_parent'] = $context;
-            $context['_seq'] = twig_ensure_traversable((isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 24, $this->source); })()));
-            foreach ($context['_seq'] as $context["_key"] => $context["row"]) {
-                // line 25
-                echo twig_escape_filter($this->env, twig_first($this->env, $context["row"]), "html", null, true);
-                echo "
-";
-            }
-            $_parent = $context['_parent'];
-            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
-            $context = array_intersect_key($context, $_parent) + $_parent;
-            // line 27
-            echo "
-"; - } - - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); - - } - - /** - * @codeCoverageIgnore - */ - public function getTemplateName() - { - return "@Doctrine/Collector/explain.html.twig"; - } - - /** - * @codeCoverageIgnore - */ - public function isTraitable() - { - return false; - } - - /** - * @codeCoverageIgnore - */ - public function getDebugInfo() - { - return array ( 115 => 27, 107 => 25, 103 => 24, 101 => 23, 99 => 22, 94 => 19, 87 => 17, 78 => 15, 74 => 14, 71 => 13, 67 => 12, 62 => 9, 53 => 7, 49 => 6, 44 => 3, 42 => 2, 40 => 1,); - } - - public function getSourceContext() - { - return new Source("{% if data[0]|length > 1 %} - {# The platform returns a table for the explanation (e.g. MySQL), display all columns #} - - - - {% for label in data[0]|keys %} - - {% endfor %} - - - - {% for row in data %} - - {% for key, item in row %} - - {% endfor %} - - {% endfor %} - -
{{ label }}
{{ item|replace({',': ', '}) }}
-{% else %} - {# The Platform returns a single column for a textual explanation (e.g. PostgreSQL), display all lines #} -
-        {%- for row in data -%}
-            {{ row|first }}{{ \"\\n\" }}
-        {%- endfor -%}
-    
-{% endif %} -", "@Doctrine/Collector/explain.html.twig", "D:\\My Stuff\\DEVELOPMENT\\LaLiga\\LaLiga-BackEnd\\vendor\\doctrine\\doctrine-bundle\\Resources\\views\\Collector\\explain.html.twig"); - } -} diff --git a/var/cache/dev/twig/a5/a5a12cc1349b4e1db4a892bc0b72e885.php b/var/cache/dev/twig/a5/a5a12cc1349b4e1db4a892bc0b72e885.php deleted file mode 100644 index a9b2ba05..00000000 --- a/var/cache/dev/twig/a5/a5a12cc1349b4e1db4a892bc0b72e885.php +++ /dev/null @@ -1,80 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@DoctrineMigrations/Collector/icon.svg")); - - // line 1 - echo " - - - - - - -"; - - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); - - } - - /** - * @codeCoverageIgnore - */ - public function getTemplateName() - { - return "@DoctrineMigrations/Collector/icon.svg"; - } - - /** - * @codeCoverageIgnore - */ - public function getDebugInfo() - { - return array ( 40 => 1,); - } - - public function getSourceContext() - { - return new Source(" - - - - - - -", "@DoctrineMigrations/Collector/icon.svg", "D:\\My Stuff\\DEVELOPMENT\\LaLiga\\LaLiga-BackEnd\\vendor\\doctrine\\doctrine-migrations-bundle\\Resources\\views\\Collector\\icon.svg"); - } -} diff --git a/var/cache/dev/twig/c9/c9cf8705a2617423e6453e1ebfe67aeb.php b/var/cache/dev/twig/c9/c9cf8705a2617423e6453e1ebfe67aeb.php deleted file mode 100644 index e96acab9..00000000 --- a/var/cache/dev/twig/c9/c9cf8705a2617423e6453e1ebfe67aeb.php +++ /dev/null @@ -1,78 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Security/Collector/icon.svg")); - - // line 1 - echo " - Security - - - - -"; - - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); - - } - - /** - * @codeCoverageIgnore - */ - public function getTemplateName() - { - return "@Security/Collector/icon.svg"; - } - - /** - * @codeCoverageIgnore - */ - public function getDebugInfo() - { - return array ( 40 => 1,); - } - - public function getSourceContext() - { - return new Source(" - Security - - - - -", "@Security/Collector/icon.svg", "D:\\My Stuff\\DEVELOPMENT\\LaLiga\\LaLiga-BackEnd\\vendor\\symfony\\security-bundle\\Resources\\views\\Collector\\icon.svg"); - } -} diff --git a/var/cache/dev/twig/ca/cae84c7e5eeb7a2b9ef42e2ff6655020.php b/var/cache/dev/twig/ca/cae84c7e5eeb7a2b9ef42e2ff6655020.php deleted file mode 100644 index 7ec71cc6..00000000 --- a/var/cache/dev/twig/ca/cae84c7e5eeb7a2b9ef42e2ff6655020.php +++ /dev/null @@ -1,79 +0,0 @@ -source = $this->getSourceContext(); - - $this->blocks = [ - ]; - } - - protected function doGetParent(array $context) - { - // line 1 - return "@email/zurb_2/notification/body.html.twig"; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@email/default/notification/body.html.twig")); - - $this->parent = $this->loadTemplate("@email/zurb_2/notification/body.html.twig", "@email/default/notification/body.html.twig", 1); - $this->parent->display($context, array_merge($this->blocks, $blocks)); - - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); - - } - - /** - * @codeCoverageIgnore - */ - public function getTemplateName() - { - return "@email/default/notification/body.html.twig"; - } - - /** - * @codeCoverageIgnore - */ - public function isTraitable() - { - return false; - } - - /** - * @codeCoverageIgnore - */ - public function getDebugInfo() - { - return array ( 34 => 1,); - } - - public function getSourceContext() - { - return new Source("{% extends \"@email/zurb_2/notification/body.html.twig\" %} -", "@email/default/notification/body.html.twig", "D:\\My Stuff\\DEVELOPMENT\\LaLiga\\LaLiga-BackEnd\\vendor\\symfony\\twig-bridge\\Resources\\views\\Email\\default\\notification\\body.html.twig"); - } -} diff --git a/var/cache/dev/twig/d2/d29b71e695e6f54287808cdc09a3e467.php b/var/cache/dev/twig/d2/d29b71e695e6f54287808cdc09a3e467.php deleted file mode 100644 index 9f4986f3..00000000 --- a/var/cache/dev/twig/d2/d29b71e695e6f54287808cdc09a3e467.php +++ /dev/null @@ -1,78 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Doctrine/Collector/database.svg")); - - // line 1 - echo " - - - - - -"; - - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); - - } - - /** - * @codeCoverageIgnore - */ - public function getTemplateName() - { - return "@Doctrine/Collector/database.svg"; - } - - /** - * @codeCoverageIgnore - */ - public function getDebugInfo() - { - return array ( 40 => 1,); - } - - public function getSourceContext() - { - return new Source(" - - - - - -", "@Doctrine/Collector/database.svg", "D:\\My Stuff\\DEVELOPMENT\\LaLiga\\LaLiga-BackEnd\\vendor\\doctrine\\doctrine-bundle\\Resources\\views\\Collector\\database.svg"); - } -} diff --git a/var/cache/dev/twig/da/da097277cca543b302fa0a965db3d7c9.php b/var/cache/dev/twig/da/da097277cca543b302fa0a965db3d7c9.php deleted file mode 100644 index 950a8648..00000000 --- a/var/cache/dev/twig/da/da097277cca543b302fa0a965db3d7c9.php +++ /dev/null @@ -1,74 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Doctrine/Collector/icon.svg")); - - // line 1 - echo " - - -"; - - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); - - } - - /** - * @codeCoverageIgnore - */ - public function getTemplateName() - { - return "@Doctrine/Collector/icon.svg"; - } - - /** - * @codeCoverageIgnore - */ - public function getDebugInfo() - { - return array ( 40 => 1,); - } - - public function getSourceContext() - { - return new Source(" - - -", "@Doctrine/Collector/icon.svg", "D:\\My Stuff\\DEVELOPMENT\\LaLiga\\LaLiga-BackEnd\\vendor\\doctrine\\doctrine-bundle\\Resources\\views\\Collector\\icon.svg"); - } -} diff --git a/var/cache/dev/twig/e2/e2916802bfc3365f25a8297dc4ff6394.php b/var/cache/dev/twig/e2/e2916802bfc3365f25a8297dc4ff6394.php deleted file mode 100644 index 63a906c4..00000000 --- a/var/cache/dev/twig/e2/e2916802bfc3365f25a8297dc4ff6394.php +++ /dev/null @@ -1,3400 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@email/zurb_2/main.css")); - - // line 1 - echo "/* - * Copyright (c) 2017 ZURB, inc. -- MIT License - * - * https://github.com/foundation/foundation-emails/blob/v2.2.1/dist/foundation-emails.css - */ - -.wrapper { - width: 100%; -} - -#outlook a { - padding: 0; -} - -body { - width: 100% !important; - min-width: 100%; - -webkit-text-size-adjust: 100%; - -ms-text-size-adjust: 100%; - margin: 0; - Margin: 0; - padding: 0; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} - -.ExternalClass { - width: 100%; -} - -.ExternalClass, -.ExternalClass p, -.ExternalClass span, -.ExternalClass font, -.ExternalClass td, -.ExternalClass div { - line-height: 100%; -} - -#backgroundTable { - margin: 0; - Margin: 0; - padding: 0; - width: 100% !important; - line-height: 100% !important; -} - -img { - outline: none; - text-decoration: none; - -ms-interpolation-mode: bicubic; - width: auto; - max-width: 100%; - clear: both; - display: block; -} - -center { - width: 100%; - min-width: 580px; -} - -a img { - border: none; -} - -p { - margin: 0 0 0 10px; - Margin: 0 0 0 10px; -} - -table { - border-spacing: 0; - border-collapse: collapse; -} - -td { - word-wrap: break-word; - -webkit-hyphens: auto; - -moz-hyphens: auto; - hyphens: auto; - border-collapse: collapse !important; -} - -table, -tr, -td { - padding: 0; - vertical-align: top; - text-align: left; -} - -@media only screen { - html { - min-height: 100%; - background: #f3f3f3; - } -} - -table.body { - background: #f3f3f3; - height: 100%; - width: 100%; -} - -table.container { - background: #fefefe; - width: 580px; - margin: 0 auto; - Margin: 0 auto; - text-align: inherit; -} - -table.row { - padding: 0; - width: 100%; - position: relative; -} - -table.spacer { - width: 100%; -} - -table.spacer td { - mso-line-height-rule: exactly; -} - -table.container table.row { - display: table; -} - -td.columns, -td.column, -th.columns, -th.column { - margin: 0 auto; - Margin: 0 auto; - padding-left: 16px; - padding-bottom: 16px; -} - -td.columns .column, -td.columns .columns, -td.column .column, -td.column .columns, -th.columns .column, -th.columns .columns, -th.column .column, -th.column .columns { - padding-left: 0 !important; - padding-right: 0 !important; -} - -td.columns .column center, -td.columns .columns center, -td.column .column center, -td.column .columns center, -th.columns .column center, -th.columns .columns center, -th.column .column center, -th.column .columns center { - min-width: none !important; -} - -td.columns.last, -td.column.last, -th.columns.last, -th.column.last { - padding-right: 16px; -} - -td.columns table:not(.button), -td.column table:not(.button), -th.columns table:not(.button), -th.column table:not(.button) { - width: 100%; -} - -td.large-1, -th.large-1 { - width: 32.33333px; - padding-left: 8px; - padding-right: 8px; -} - -td.large-1.first, -th.large-1.first { - padding-left: 16px; -} - -td.large-1.last, -th.large-1.last { - padding-right: 16px; -} - -.collapse>tbody>tr>td.large-1, -.collapse>tbody>tr>th.large-1 { - padding-right: 0; - padding-left: 0; - width: 48.33333px; -} - -.collapse td.large-1.first, -.collapse th.large-1.first, -.collapse td.large-1.last, -.collapse th.large-1.last { - width: 56.33333px; -} - -td.large-1 center, -th.large-1 center { - min-width: 0.33333px; -} - -.body .columns td.large-1, -.body .column td.large-1, -.body .columns th.large-1, -.body .column th.large-1 { - width: 8.33333%; -} - -td.large-2, -th.large-2 { - width: 80.66667px; - padding-left: 8px; - padding-right: 8px; -} - -td.large-2.first, -th.large-2.first { - padding-left: 16px; -} - -td.large-2.last, -th.large-2.last { - padding-right: 16px; -} - -.collapse>tbody>tr>td.large-2, -.collapse>tbody>tr>th.large-2 { - padding-right: 0; - padding-left: 0; - width: 96.66667px; -} - -.collapse td.large-2.first, -.collapse th.large-2.first, -.collapse td.large-2.last, -.collapse th.large-2.last { - width: 104.66667px; -} - -td.large-2 center, -th.large-2 center { - min-width: 48.66667px; -} - -.body .columns td.large-2, -.body .column td.large-2, -.body .columns th.large-2, -.body .column th.large-2 { - width: 16.66667%; -} - -td.large-3, -th.large-3 { - width: 129px; - padding-left: 8px; - padding-right: 8px; -} - -td.large-3.first, -th.large-3.first { - padding-left: 16px; -} - -td.large-3.last, -th.large-3.last { - padding-right: 16px; -} - -.collapse>tbody>tr>td.large-3, -.collapse>tbody>tr>th.large-3 { - padding-right: 0; - padding-left: 0; - width: 145px; -} - -.collapse td.large-3.first, -.collapse th.large-3.first, -.collapse td.large-3.last, -.collapse th.large-3.last { - width: 153px; -} - -td.large-3 center, -th.large-3 center { - min-width: 97px; -} - -.body .columns td.large-3, -.body .column td.large-3, -.body .columns th.large-3, -.body .column th.large-3 { - width: 25%; -} - -td.large-4, -th.large-4 { - width: 177.33333px; - padding-left: 8px; - padding-right: 8px; -} - -td.large-4.first, -th.large-4.first { - padding-left: 16px; -} - -td.large-4.last, -th.large-4.last { - padding-right: 16px; -} - -.collapse>tbody>tr>td.large-4, -.collapse>tbody>tr>th.large-4 { - padding-right: 0; - padding-left: 0; - width: 193.33333px; -} - -.collapse td.large-4.first, -.collapse th.large-4.first, -.collapse td.large-4.last, -.collapse th.large-4.last { - width: 201.33333px; -} - -td.large-4 center, -th.large-4 center { - min-width: 145.33333px; -} - -.body .columns td.large-4, -.body .column td.large-4, -.body .columns th.large-4, -.body .column th.large-4 { - width: 33.33333%; -} - -td.large-5, -th.large-5 { - width: 225.66667px; - padding-left: 8px; - padding-right: 8px; -} - -td.large-5.first, -th.large-5.first { - padding-left: 16px; -} - -td.large-5.last, -th.large-5.last { - padding-right: 16px; -} - -.collapse>tbody>tr>td.large-5, -.collapse>tbody>tr>th.large-5 { - padding-right: 0; - padding-left: 0; - width: 241.66667px; -} - -.collapse td.large-5.first, -.collapse th.large-5.first, -.collapse td.large-5.last, -.collapse th.large-5.last { - width: 249.66667px; -} - -td.large-5 center, -th.large-5 center { - min-width: 193.66667px; -} - -.body .columns td.large-5, -.body .column td.large-5, -.body .columns th.large-5, -.body .column th.large-5 { - width: 41.66667%; -} - -td.large-6, -th.large-6 { - width: 274px; - padding-left: 8px; - padding-right: 8px; -} - -td.large-6.first, -th.large-6.first { - padding-left: 16px; -} - -td.large-6.last, -th.large-6.last { - padding-right: 16px; -} - -.collapse>tbody>tr>td.large-6, -.collapse>tbody>tr>th.large-6 { - padding-right: 0; - padding-left: 0; - width: 290px; -} - -.collapse td.large-6.first, -.collapse th.large-6.first, -.collapse td.large-6.last, -.collapse th.large-6.last { - width: 298px; -} - -td.large-6 center, -th.large-6 center { - min-width: 242px; -} - -.body .columns td.large-6, -.body .column td.large-6, -.body .columns th.large-6, -.body .column th.large-6 { - width: 50%; -} - -td.large-7, -th.large-7 { - width: 322.33333px; - padding-left: 8px; - padding-right: 8px; -} - -td.large-7.first, -th.large-7.first { - padding-left: 16px; -} - -td.large-7.last, -th.large-7.last { - padding-right: 16px; -} - -.collapse>tbody>tr>td.large-7, -.collapse>tbody>tr>th.large-7 { - padding-right: 0; - padding-left: 0; - width: 338.33333px; -} - -.collapse td.large-7.first, -.collapse th.large-7.first, -.collapse td.large-7.last, -.collapse th.large-7.last { - width: 346.33333px; -} - -td.large-7 center, -th.large-7 center { - min-width: 290.33333px; -} - -.body .columns td.large-7, -.body .column td.large-7, -.body .columns th.large-7, -.body .column th.large-7 { - width: 58.33333%; -} - -td.large-8, -th.large-8 { - width: 370.66667px; - padding-left: 8px; - padding-right: 8px; -} - -td.large-8.first, -th.large-8.first { - padding-left: 16px; -} - -td.large-8.last, -th.large-8.last { - padding-right: 16px; -} - -.collapse>tbody>tr>td.large-8, -.collapse>tbody>tr>th.large-8 { - padding-right: 0; - padding-left: 0; - width: 386.66667px; -} - -.collapse td.large-8.first, -.collapse th.large-8.first, -.collapse td.large-8.last, -.collapse th.large-8.last { - width: 394.66667px; -} - -td.large-8 center, -th.large-8 center { - min-width: 338.66667px; -} - -.body .columns td.large-8, -.body .column td.large-8, -.body .columns th.large-8, -.body .column th.large-8 { - width: 66.66667%; -} - -td.large-9, -th.large-9 { - width: 419px; - padding-left: 8px; - padding-right: 8px; -} - -td.large-9.first, -th.large-9.first { - padding-left: 16px; -} - -td.large-9.last, -th.large-9.last { - padding-right: 16px; -} - -.collapse>tbody>tr>td.large-9, -.collapse>tbody>tr>th.large-9 { - padding-right: 0; - padding-left: 0; - width: 435px; -} - -.collapse td.large-9.first, -.collapse th.large-9.first, -.collapse td.large-9.last, -.collapse th.large-9.last { - width: 443px; -} - -td.large-9 center, -th.large-9 center { - min-width: 387px; -} - -.body .columns td.large-9, -.body .column td.large-9, -.body .columns th.large-9, -.body .column th.large-9 { - width: 75%; -} - -td.large-10, -th.large-10 { - width: 467.33333px; - padding-left: 8px; - padding-right: 8px; -} - -td.large-10.first, -th.large-10.first { - padding-left: 16px; -} - -td.large-10.last, -th.large-10.last { - padding-right: 16px; -} - -.collapse>tbody>tr>td.large-10, -.collapse>tbody>tr>th.large-10 { - padding-right: 0; - padding-left: 0; - width: 483.33333px; -} - -.collapse td.large-10.first, -.collapse th.large-10.first, -.collapse td.large-10.last, -.collapse th.large-10.last { - width: 491.33333px; -} - -td.large-10 center, -th.large-10 center { - min-width: 435.33333px; -} - -.body .columns td.large-10, -.body .column td.large-10, -.body .columns th.large-10, -.body .column th.large-10 { - width: 83.33333%; -} - -td.large-11, -th.large-11 { - width: 515.66667px; - padding-left: 8px; - padding-right: 8px; -} - -td.large-11.first, -th.large-11.first { - padding-left: 16px; -} - -td.large-11.last, -th.large-11.last { - padding-right: 16px; -} - -.collapse>tbody>tr>td.large-11, -.collapse>tbody>tr>th.large-11 { - padding-right: 0; - padding-left: 0; - width: 531.66667px; -} - -.collapse td.large-11.first, -.collapse th.large-11.first, -.collapse td.large-11.last, -.collapse th.large-11.last { - width: 539.66667px; -} - -td.large-11 center, -th.large-11 center { - min-width: 483.66667px; -} - -.body .columns td.large-11, -.body .column td.large-11, -.body .columns th.large-11, -.body .column th.large-11 { - width: 91.66667%; -} - -td.large-12, -th.large-12 { - width: 564px; - padding-left: 8px; - padding-right: 8px; -} - -td.large-12.first, -th.large-12.first { - padding-left: 16px; -} - -td.large-12.last, -th.large-12.last { - padding-right: 16px; -} - -.collapse>tbody>tr>td.large-12, -.collapse>tbody>tr>th.large-12 { - padding-right: 0; - padding-left: 0; - width: 580px; -} - -.collapse td.large-12.first, -.collapse th.large-12.first, -.collapse td.large-12.last, -.collapse th.large-12.last { - width: 588px; -} - -td.large-12 center, -th.large-12 center { - min-width: 532px; -} - -.body .columns td.large-12, -.body .column td.large-12, -.body .columns th.large-12, -.body .column th.large-12 { - width: 100%; -} - -td.large-offset-1, -td.large-offset-1.first, -td.large-offset-1.last, -th.large-offset-1, -th.large-offset-1.first, -th.large-offset-1.last { - padding-left: 64.33333px; -} - -td.large-offset-2, -td.large-offset-2.first, -td.large-offset-2.last, -th.large-offset-2, -th.large-offset-2.first, -th.large-offset-2.last { - padding-left: 112.66667px; -} - -td.large-offset-3, -td.large-offset-3.first, -td.large-offset-3.last, -th.large-offset-3, -th.large-offset-3.first, -th.large-offset-3.last { - padding-left: 161px; -} - -td.large-offset-4, -td.large-offset-4.first, -td.large-offset-4.last, -th.large-offset-4, -th.large-offset-4.first, -th.large-offset-4.last { - padding-left: 209.33333px; -} - -td.large-offset-5, -td.large-offset-5.first, -td.large-offset-5.last, -th.large-offset-5, -th.large-offset-5.first, -th.large-offset-5.last { - padding-left: 257.66667px; -} - -td.large-offset-6, -td.large-offset-6.first, -td.large-offset-6.last, -th.large-offset-6, -th.large-offset-6.first, -th.large-offset-6.last { - padding-left: 306px; -} - -td.large-offset-7, -td.large-offset-7.first, -td.large-offset-7.last, -th.large-offset-7, -th.large-offset-7.first, -th.large-offset-7.last { - padding-left: 354.33333px; -} - -td.large-offset-8, -td.large-offset-8.first, -td.large-offset-8.last, -th.large-offset-8, -th.large-offset-8.first, -th.large-offset-8.last { - padding-left: 402.66667px; -} - -td.large-offset-9, -td.large-offset-9.first, -td.large-offset-9.last, -th.large-offset-9, -th.large-offset-9.first, -th.large-offset-9.last { - padding-left: 451px; -} - -td.large-offset-10, -td.large-offset-10.first, -td.large-offset-10.last, -th.large-offset-10, -th.large-offset-10.first, -th.large-offset-10.last { - padding-left: 499.33333px; -} - -td.large-offset-11, -td.large-offset-11.first, -td.large-offset-11.last, -th.large-offset-11, -th.large-offset-11.first, -th.large-offset-11.last { - padding-left: 547.66667px; -} - -td.expander, -th.expander { - visibility: hidden; - width: 0; - padding: 0 !important; -} - -table.container.radius { - border-radius: 0; - border-collapse: separate; -} - -.block-grid { - width: 100%; - max-width: 580px; -} - -.block-grid td { - display: inline-block; - padding: 8px; -} - -.up-2 td { - width: 274px !important; -} - -.up-3 td { - width: 177px !important; -} - -.up-4 td { - width: 129px !important; -} - -.up-5 td { - width: 100px !important; -} - -.up-6 td { - width: 80px !important; -} - -.up-7 td { - width: 66px !important; -} - -.up-8 td { - width: 56px !important; -} - -table.text-center, -th.text-center, -td.text-center, -h1.text-center, -h2.text-center, -h3.text-center, -h4.text-center, -h5.text-center, -h6.text-center, -p.text-center, -span.text-center { - text-align: center; -} - -table.text-left, -th.text-left, -td.text-left, -h1.text-left, -h2.text-left, -h3.text-left, -h4.text-left, -h5.text-left, -h6.text-left, -p.text-left, -span.text-left { - text-align: left; -} - -table.text-right, -th.text-right, -td.text-right, -h1.text-right, -h2.text-right, -h3.text-right, -h4.text-right, -h5.text-right, -h6.text-right, -p.text-right, -span.text-right { - text-align: right; -} - -span.text-center { - display: block; - width: 100%; - text-align: center; -} - -@media only screen and (max-width: 596px) { - .small-float-center { - margin: 0 auto !important; - float: none !important; - text-align: center !important; - } - .small-text-center { - text-align: center !important; - } - .small-text-left { - text-align: left !important; - } - .small-text-right { - text-align: right !important; - } -} - -img.float-left { - float: left; - text-align: left; -} - -img.float-right { - float: right; - text-align: right; -} - -img.float-center, -img.text-center { - margin: 0 auto; - Margin: 0 auto; - float: none; - text-align: center; -} - -table.float-center, -td.float-center, -th.float-center { - margin: 0 auto; - Margin: 0 auto; - float: none; - text-align: center; -} - -.hide-for-large { - display: none !important; - mso-hide: all; - overflow: hidden; - max-height: 0; - font-size: 0; - width: 0; - line-height: 0; -} - -@media only screen and (max-width: 596px) { - .hide-for-large { - display: block !important; - width: auto !important; - overflow: visible !important; - max-height: none !important; - font-size: inherit !important; - line-height: inherit !important; - } -} - -table.body table.container .hide-for-large * { - mso-hide: all; -} - -@media only screen and (max-width: 596px) { - table.body table.container .hide-for-large, - table.body table.container .row.hide-for-large { - display: table !important; - width: 100% !important; - } -} - -@media only screen and (max-width: 596px) { - table.body table.container .callout-inner.hide-for-large { - display: table-cell !important; - width: 100% !important; - } -} - -@media only screen and (max-width: 596px) { - table.body table.container .show-for-large { - display: none !important; - width: 0; - mso-hide: all; - overflow: hidden; - } -} - -body, -table.body, -h1, -h2, -h3, -h4, -h5, -h6, -p, -td, -th, -a { - color: #0a0a0a; - font-family: Helvetica, Arial, sans-serif; - font-weight: normal; - padding: 0; - margin: 0; - Margin: 0; - text-align: left; - line-height: 1.3; -} - -h1, -h2, -h3, -h4, -h5, -h6 { - color: inherit; - word-wrap: normal; - font-family: Helvetica, Arial, sans-serif; - font-weight: normal; - margin-bottom: 10px; - Margin-bottom: 10px; -} - -h1 { - font-size: 34px; -} - -h2 { - font-size: 30px; -} - -h3 { - font-size: 28px; -} - -h4 { - font-size: 24px; -} - -h5 { - font-size: 20px; -} - -h6 { - font-size: 18px; -} - -body, -table.body, -p, -td, -th { - font-size: 16px; - line-height: 1.3; -} - -p { - margin-bottom: 10px; - Margin-bottom: 10px; -} - -p.lead { - font-size: 20px; - line-height: 1.6; -} - -p.subheader { - margin-top: 4px; - margin-bottom: 8px; - Margin-top: 4px; - Margin-bottom: 8px; - font-weight: normal; - line-height: 1.4; - color: #8a8a8a; -} - -small { - font-size: 80%; - color: #cacaca; -} - -a { - color: #2199e8; - text-decoration: none; -} - -a:hover { - color: #147dc2; -} - -a:active { - color: #147dc2; -} - -a:visited { - color: #2199e8; -} - -h1 a, -h1 a:visited, -h2 a, -h2 a:visited, -h3 a, -h3 a:visited, -h4 a, -h4 a:visited, -h5 a, -h5 a:visited, -h6 a, -h6 a:visited { - color: #2199e8; -} - -pre { - background: #f3f3f3; - margin: 30px 0; - Margin: 30px 0; -} - -pre code { - color: #cacaca; -} - -pre code span.callout { - color: #8a8a8a; - font-weight: bold; -} - -pre code span.callout-strong { - color: #ff6908; - font-weight: bold; -} - -table.hr { - width: 100%; -} - -table.hr th { - height: 0; - max-width: 580px; - border-top: 0; - border-right: 0; - border-bottom: 1px solid #0a0a0a; - border-left: 0; - margin: 20px auto; - Margin: 20px auto; - clear: both; -} - -.stat { - font-size: 40px; - line-height: 1; -} - -p+.stat { - margin-top: -16px; - Margin-top: -16px; -} - -span.preheader { - display: none !important; - visibility: hidden; - mso-hide: all !important; - font-size: 1px; - color: #f3f3f3; - line-height: 1px; - max-height: 0px; - max-width: 0px; - opacity: 0; - overflow: hidden; -} - -table.button { - width: auto; - margin: 0 0 16px 0; - Margin: 0 0 16px 0; -} - -table.button table td { - text-align: left; - color: #fefefe; - background: #2199e8; - border: 2px solid #2199e8; -} - -table.button table td a { - font-family: Helvetica, Arial, sans-serif; - font-size: 16px; - font-weight: bold; - color: #fefefe; - text-decoration: none; - display: inline-block; - padding: 8px 16px 8px 16px; - border: 0 solid #2199e8; - border-radius: 3px; -} - -table.button.radius table td { - border-radius: 3px; - border: none; -} - -table.button.rounded table td { - border-radius: 500px; - border: none; -} - -table.button:hover table tr td a, -table.button:active table tr td a, -table.button table tr td a:visited, -table.button.tiny:hover table tr td a, -table.button.tiny:active table tr td a, -table.button.tiny table tr td a:visited, -table.button.small:hover table tr td a, -table.button.small:active table tr td a, -table.button.small table tr td a:visited, -table.button.large:hover table tr td a, -table.button.large:active table tr td a, -table.button.large table tr td a:visited { - color: #fefefe; -} - -table.button.tiny table td, -table.button.tiny table a { - padding: 4px 8px 4px 8px; -} - -table.button.tiny table a { - font-size: 10px; - font-weight: normal; -} - -table.button.small table td, -table.button.small table a { - padding: 5px 10px 5px 10px; - font-size: 12px; -} - -table.button.large table a { - padding: 10px 20px 10px 20px; - font-size: 20px; -} - -table.button.expand, -table.button.expanded { - width: 100% !important; -} - -table.button.expand table, -table.button.expanded table { - width: 100%; -} - -table.button.expand table a, -table.button.expanded table a { - text-align: center; - width: 100%; - padding-left: 0; - padding-right: 0; -} - -table.button.expand center, -table.button.expanded center { - min-width: 0; -} - -table.button:hover table td, -table.button:visited table td, -table.button:active table td { - background: #147dc2; - color: #fefefe; -} - -table.button:hover table a, -table.button:visited table a, -table.button:active table a { - border: 0 solid #147dc2; -} - -table.button.secondary table td { - background: #777777; - color: #fefefe; - border: 0px solid #777777; -} - -table.button.secondary table a { - color: #fefefe; - border: 0 solid #777777; -} - -table.button.secondary:hover table td { - background: #919191; - color: #fefefe; -} - -table.button.secondary:hover table a { - border: 0 solid #919191; -} - -table.button.secondary:hover table td a { - color: #fefefe; -} - -table.button.secondary:active table td a { - color: #fefefe; -} - -table.button.secondary table td a:visited { - color: #fefefe; -} - -table.button.success table td { - background: #3adb76; - border: 0px solid #3adb76; -} - -table.button.success table a { - border: 0 solid #3adb76; -} - -table.button.success:hover table td { - background: #23bf5d; -} - -table.button.success:hover table a { - border: 0 solid #23bf5d; -} - -table.button.alert table td { - background: #ec5840; - border: 0px solid #ec5840; -} - -table.button.alert table a { - border: 0 solid #ec5840; -} - -table.button.alert:hover table td { - background: #e23317; -} - -table.button.alert:hover table a { - border: 0 solid #e23317; -} - -table.button.warning table td { - background: #ffae00; - border: 0px solid #ffae00; -} - -table.button.warning table a { - border: 0px solid #ffae00; -} - -table.button.warning:hover table td { - background: #cc8b00; -} - -table.button.warning:hover table a { - border: 0px solid #cc8b00; -} - -table.callout { - margin-bottom: 16px; - Margin-bottom: 16px; -} - -th.callout-inner { - width: 100%; - border: 1px solid #cbcbcb; - padding: 10px; - background: #fefefe; -} - -th.callout-inner.primary { - background: #def0fc; - border: 1px solid #444444; - color: #0a0a0a; -} - -th.callout-inner.secondary { - background: #ebebeb; - border: 1px solid #444444; - color: #0a0a0a; -} - -th.callout-inner.success { - background: #e1faea; - border: 1px solid #1b9448; - color: #fefefe; -} - -th.callout-inner.warning { - background: #fff3d9; - border: 1px solid #996800; - color: #fefefe; -} - -th.callout-inner.alert { - background: #fce6e2; - border: 1px solid #b42912; - color: #fefefe; -} - -.thumbnail { - border: solid 4px #fefefe; - box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2); - display: inline-block; - line-height: 0; - max-width: 100%; - transition: box-shadow 200ms ease-out; - border-radius: 3px; - margin-bottom: 16px; -} - -.thumbnail:hover, -.thumbnail:focus { - box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); -} - -table.menu { - width: 580px; -} - -table.menu td.menu-item, -table.menu th.menu-item { - padding: 10px; - padding-right: 10px; -} - -table.menu td.menu-item a, -table.menu th.menu-item a { - color: #2199e8; -} - -table.menu.vertical td.menu-item, -table.menu.vertical th.menu-item { - padding: 10px; - padding-right: 0; - display: block; -} - -table.menu.vertical td.menu-item a, -table.menu.vertical th.menu-item a { - width: 100%; -} - -table.menu.vertical td.menu-item table.menu.vertical td.menu-item, -table.menu.vertical td.menu-item table.menu.vertical th.menu-item, -table.menu.vertical th.menu-item table.menu.vertical td.menu-item, -table.menu.vertical th.menu-item table.menu.vertical th.menu-item { - padding-left: 10px; -} - -table.menu.text-center a { - text-align: center; -} - -.menu[align=\"center\"] { - width: auto !important; -} - -body.outlook p { - display: inline !important; -} - -@media only screen and (max-width: 596px) { - table.body img { - width: auto; - height: auto; - } - table.body center { - min-width: 0 !important; - } - table.body .container { - width: 95% !important; - } - table.body .columns, - table.body .column { - height: auto !important; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding-left: 16px !important; - padding-right: 16px !important; - } - table.body .columns .column, - table.body .columns .columns, - table.body .column .column, - table.body .column .columns { - padding-left: 0 !important; - padding-right: 0 !important; - } - table.body .collapse .columns, - table.body .collapse .column { - padding-left: 0 !important; - padding-right: 0 !important; - } - td.small-1, - th.small-1 { - display: inline-block !important; - width: 8.33333% !important; - } - td.small-2, - th.small-2 { - display: inline-block !important; - width: 16.66667% !important; - } - td.small-3, - th.small-3 { - display: inline-block !important; - width: 25% !important; - } - td.small-4, - th.small-4 { - display: inline-block !important; - width: 33.33333% !important; - } - td.small-5, - th.small-5 { - display: inline-block !important; - width: 41.66667% !important; - } - td.small-6, - th.small-6 { - display: inline-block !important; - width: 50% !important; - } - td.small-7, - th.small-7 { - display: inline-block !important; - width: 58.33333% !important; - } - td.small-8, - th.small-8 { - display: inline-block !important; - width: 66.66667% !important; - } - td.small-9, - th.small-9 { - display: inline-block !important; - width: 75% !important; - } - td.small-10, - th.small-10 { - display: inline-block !important; - width: 83.33333% !important; - } - td.small-11, - th.small-11 { - display: inline-block !important; - width: 91.66667% !important; - } - td.small-12, - th.small-12 { - display: inline-block !important; - width: 100% !important; - } - .columns td.small-12, - .column td.small-12, - .columns th.small-12, - .column th.small-12 { - display: block !important; - width: 100% !important; - } - table.body td.small-offset-1, - table.body th.small-offset-1 { - margin-left: 8.33333% !important; - Margin-left: 8.33333% !important; - } - table.body td.small-offset-2, - table.body th.small-offset-2 { - margin-left: 16.66667% !important; - Margin-left: 16.66667% !important; - } - table.body td.small-offset-3, - table.body th.small-offset-3 { - margin-left: 25% !important; - Margin-left: 25% !important; - } - table.body td.small-offset-4, - table.body th.small-offset-4 { - margin-left: 33.33333% !important; - Margin-left: 33.33333% !important; - } - table.body td.small-offset-5, - table.body th.small-offset-5 { - margin-left: 41.66667% !important; - Margin-left: 41.66667% !important; - } - table.body td.small-offset-6, - table.body th.small-offset-6 { - margin-left: 50% !important; - Margin-left: 50% !important; - } - table.body td.small-offset-7, - table.body th.small-offset-7 { - margin-left: 58.33333% !important; - Margin-left: 58.33333% !important; - } - table.body td.small-offset-8, - table.body th.small-offset-8 { - margin-left: 66.66667% !important; - Margin-left: 66.66667% !important; - } - table.body td.small-offset-9, - table.body th.small-offset-9 { - margin-left: 75% !important; - Margin-left: 75% !important; - } - table.body td.small-offset-10, - table.body th.small-offset-10 { - margin-left: 83.33333% !important; - Margin-left: 83.33333% !important; - } - table.body td.small-offset-11, - table.body th.small-offset-11 { - margin-left: 91.66667% !important; - Margin-left: 91.66667% !important; - } - table.body table.columns td.expander, - table.body table.columns th.expander { - display: none !important; - } - table.body .right-text-pad, - table.body .text-pad-right { - padding-left: 10px !important; - } - table.body .left-text-pad, - table.body .text-pad-left { - padding-right: 10px !important; - } - table.menu { - width: 100% !important; - } - table.menu td, - table.menu th { - width: auto !important; - display: inline-block !important; - } - table.menu.vertical td, - table.menu.vertical th, - table.menu.small-vertical td, - table.menu.small-vertical th { - display: block !important; - } - table.menu[align=\"center\"] { - width: auto !important; - } - table.button.small-expand, - table.button.small-expanded { - width: 100% !important; - } - table.button.small-expand table, - table.button.small-expanded table { - width: 100%; - } - table.button.small-expand table a, - table.button.small-expanded table a { - text-align: center !important; - width: 100% !important; - padding-left: 0 !important; - padding-right: 0 !important; - } - table.button.small-expand center, - table.button.small-expanded center { - min-width: 0; - } -} -"; - - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); - - } - - /** - * @codeCoverageIgnore - */ - public function getTemplateName() - { - return "@email/zurb_2/main.css"; - } - - /** - * @codeCoverageIgnore - */ - public function getDebugInfo() - { - return array ( 40 => 1,); - } - - public function getSourceContext() - { - return new Source("/* - * Copyright (c) 2017 ZURB, inc. -- MIT License - * - * https://github.com/foundation/foundation-emails/blob/v2.2.1/dist/foundation-emails.css - */ - -.wrapper { - width: 100%; -} - -#outlook a { - padding: 0; -} - -body { - width: 100% !important; - min-width: 100%; - -webkit-text-size-adjust: 100%; - -ms-text-size-adjust: 100%; - margin: 0; - Margin: 0; - padding: 0; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} - -.ExternalClass { - width: 100%; -} - -.ExternalClass, -.ExternalClass p, -.ExternalClass span, -.ExternalClass font, -.ExternalClass td, -.ExternalClass div { - line-height: 100%; -} - -#backgroundTable { - margin: 0; - Margin: 0; - padding: 0; - width: 100% !important; - line-height: 100% !important; -} - -img { - outline: none; - text-decoration: none; - -ms-interpolation-mode: bicubic; - width: auto; - max-width: 100%; - clear: both; - display: block; -} - -center { - width: 100%; - min-width: 580px; -} - -a img { - border: none; -} - -p { - margin: 0 0 0 10px; - Margin: 0 0 0 10px; -} - -table { - border-spacing: 0; - border-collapse: collapse; -} - -td { - word-wrap: break-word; - -webkit-hyphens: auto; - -moz-hyphens: auto; - hyphens: auto; - border-collapse: collapse !important; -} - -table, -tr, -td { - padding: 0; - vertical-align: top; - text-align: left; -} - -@media only screen { - html { - min-height: 100%; - background: #f3f3f3; - } -} - -table.body { - background: #f3f3f3; - height: 100%; - width: 100%; -} - -table.container { - background: #fefefe; - width: 580px; - margin: 0 auto; - Margin: 0 auto; - text-align: inherit; -} - -table.row { - padding: 0; - width: 100%; - position: relative; -} - -table.spacer { - width: 100%; -} - -table.spacer td { - mso-line-height-rule: exactly; -} - -table.container table.row { - display: table; -} - -td.columns, -td.column, -th.columns, -th.column { - margin: 0 auto; - Margin: 0 auto; - padding-left: 16px; - padding-bottom: 16px; -} - -td.columns .column, -td.columns .columns, -td.column .column, -td.column .columns, -th.columns .column, -th.columns .columns, -th.column .column, -th.column .columns { - padding-left: 0 !important; - padding-right: 0 !important; -} - -td.columns .column center, -td.columns .columns center, -td.column .column center, -td.column .columns center, -th.columns .column center, -th.columns .columns center, -th.column .column center, -th.column .columns center { - min-width: none !important; -} - -td.columns.last, -td.column.last, -th.columns.last, -th.column.last { - padding-right: 16px; -} - -td.columns table:not(.button), -td.column table:not(.button), -th.columns table:not(.button), -th.column table:not(.button) { - width: 100%; -} - -td.large-1, -th.large-1 { - width: 32.33333px; - padding-left: 8px; - padding-right: 8px; -} - -td.large-1.first, -th.large-1.first { - padding-left: 16px; -} - -td.large-1.last, -th.large-1.last { - padding-right: 16px; -} - -.collapse>tbody>tr>td.large-1, -.collapse>tbody>tr>th.large-1 { - padding-right: 0; - padding-left: 0; - width: 48.33333px; -} - -.collapse td.large-1.first, -.collapse th.large-1.first, -.collapse td.large-1.last, -.collapse th.large-1.last { - width: 56.33333px; -} - -td.large-1 center, -th.large-1 center { - min-width: 0.33333px; -} - -.body .columns td.large-1, -.body .column td.large-1, -.body .columns th.large-1, -.body .column th.large-1 { - width: 8.33333%; -} - -td.large-2, -th.large-2 { - width: 80.66667px; - padding-left: 8px; - padding-right: 8px; -} - -td.large-2.first, -th.large-2.first { - padding-left: 16px; -} - -td.large-2.last, -th.large-2.last { - padding-right: 16px; -} - -.collapse>tbody>tr>td.large-2, -.collapse>tbody>tr>th.large-2 { - padding-right: 0; - padding-left: 0; - width: 96.66667px; -} - -.collapse td.large-2.first, -.collapse th.large-2.first, -.collapse td.large-2.last, -.collapse th.large-2.last { - width: 104.66667px; -} - -td.large-2 center, -th.large-2 center { - min-width: 48.66667px; -} - -.body .columns td.large-2, -.body .column td.large-2, -.body .columns th.large-2, -.body .column th.large-2 { - width: 16.66667%; -} - -td.large-3, -th.large-3 { - width: 129px; - padding-left: 8px; - padding-right: 8px; -} - -td.large-3.first, -th.large-3.first { - padding-left: 16px; -} - -td.large-3.last, -th.large-3.last { - padding-right: 16px; -} - -.collapse>tbody>tr>td.large-3, -.collapse>tbody>tr>th.large-3 { - padding-right: 0; - padding-left: 0; - width: 145px; -} - -.collapse td.large-3.first, -.collapse th.large-3.first, -.collapse td.large-3.last, -.collapse th.large-3.last { - width: 153px; -} - -td.large-3 center, -th.large-3 center { - min-width: 97px; -} - -.body .columns td.large-3, -.body .column td.large-3, -.body .columns th.large-3, -.body .column th.large-3 { - width: 25%; -} - -td.large-4, -th.large-4 { - width: 177.33333px; - padding-left: 8px; - padding-right: 8px; -} - -td.large-4.first, -th.large-4.first { - padding-left: 16px; -} - -td.large-4.last, -th.large-4.last { - padding-right: 16px; -} - -.collapse>tbody>tr>td.large-4, -.collapse>tbody>tr>th.large-4 { - padding-right: 0; - padding-left: 0; - width: 193.33333px; -} - -.collapse td.large-4.first, -.collapse th.large-4.first, -.collapse td.large-4.last, -.collapse th.large-4.last { - width: 201.33333px; -} - -td.large-4 center, -th.large-4 center { - min-width: 145.33333px; -} - -.body .columns td.large-4, -.body .column td.large-4, -.body .columns th.large-4, -.body .column th.large-4 { - width: 33.33333%; -} - -td.large-5, -th.large-5 { - width: 225.66667px; - padding-left: 8px; - padding-right: 8px; -} - -td.large-5.first, -th.large-5.first { - padding-left: 16px; -} - -td.large-5.last, -th.large-5.last { - padding-right: 16px; -} - -.collapse>tbody>tr>td.large-5, -.collapse>tbody>tr>th.large-5 { - padding-right: 0; - padding-left: 0; - width: 241.66667px; -} - -.collapse td.large-5.first, -.collapse th.large-5.first, -.collapse td.large-5.last, -.collapse th.large-5.last { - width: 249.66667px; -} - -td.large-5 center, -th.large-5 center { - min-width: 193.66667px; -} - -.body .columns td.large-5, -.body .column td.large-5, -.body .columns th.large-5, -.body .column th.large-5 { - width: 41.66667%; -} - -td.large-6, -th.large-6 { - width: 274px; - padding-left: 8px; - padding-right: 8px; -} - -td.large-6.first, -th.large-6.first { - padding-left: 16px; -} - -td.large-6.last, -th.large-6.last { - padding-right: 16px; -} - -.collapse>tbody>tr>td.large-6, -.collapse>tbody>tr>th.large-6 { - padding-right: 0; - padding-left: 0; - width: 290px; -} - -.collapse td.large-6.first, -.collapse th.large-6.first, -.collapse td.large-6.last, -.collapse th.large-6.last { - width: 298px; -} - -td.large-6 center, -th.large-6 center { - min-width: 242px; -} - -.body .columns td.large-6, -.body .column td.large-6, -.body .columns th.large-6, -.body .column th.large-6 { - width: 50%; -} - -td.large-7, -th.large-7 { - width: 322.33333px; - padding-left: 8px; - padding-right: 8px; -} - -td.large-7.first, -th.large-7.first { - padding-left: 16px; -} - -td.large-7.last, -th.large-7.last { - padding-right: 16px; -} - -.collapse>tbody>tr>td.large-7, -.collapse>tbody>tr>th.large-7 { - padding-right: 0; - padding-left: 0; - width: 338.33333px; -} - -.collapse td.large-7.first, -.collapse th.large-7.first, -.collapse td.large-7.last, -.collapse th.large-7.last { - width: 346.33333px; -} - -td.large-7 center, -th.large-7 center { - min-width: 290.33333px; -} - -.body .columns td.large-7, -.body .column td.large-7, -.body .columns th.large-7, -.body .column th.large-7 { - width: 58.33333%; -} - -td.large-8, -th.large-8 { - width: 370.66667px; - padding-left: 8px; - padding-right: 8px; -} - -td.large-8.first, -th.large-8.first { - padding-left: 16px; -} - -td.large-8.last, -th.large-8.last { - padding-right: 16px; -} - -.collapse>tbody>tr>td.large-8, -.collapse>tbody>tr>th.large-8 { - padding-right: 0; - padding-left: 0; - width: 386.66667px; -} - -.collapse td.large-8.first, -.collapse th.large-8.first, -.collapse td.large-8.last, -.collapse th.large-8.last { - width: 394.66667px; -} - -td.large-8 center, -th.large-8 center { - min-width: 338.66667px; -} - -.body .columns td.large-8, -.body .column td.large-8, -.body .columns th.large-8, -.body .column th.large-8 { - width: 66.66667%; -} - -td.large-9, -th.large-9 { - width: 419px; - padding-left: 8px; - padding-right: 8px; -} - -td.large-9.first, -th.large-9.first { - padding-left: 16px; -} - -td.large-9.last, -th.large-9.last { - padding-right: 16px; -} - -.collapse>tbody>tr>td.large-9, -.collapse>tbody>tr>th.large-9 { - padding-right: 0; - padding-left: 0; - width: 435px; -} - -.collapse td.large-9.first, -.collapse th.large-9.first, -.collapse td.large-9.last, -.collapse th.large-9.last { - width: 443px; -} - -td.large-9 center, -th.large-9 center { - min-width: 387px; -} - -.body .columns td.large-9, -.body .column td.large-9, -.body .columns th.large-9, -.body .column th.large-9 { - width: 75%; -} - -td.large-10, -th.large-10 { - width: 467.33333px; - padding-left: 8px; - padding-right: 8px; -} - -td.large-10.first, -th.large-10.first { - padding-left: 16px; -} - -td.large-10.last, -th.large-10.last { - padding-right: 16px; -} - -.collapse>tbody>tr>td.large-10, -.collapse>tbody>tr>th.large-10 { - padding-right: 0; - padding-left: 0; - width: 483.33333px; -} - -.collapse td.large-10.first, -.collapse th.large-10.first, -.collapse td.large-10.last, -.collapse th.large-10.last { - width: 491.33333px; -} - -td.large-10 center, -th.large-10 center { - min-width: 435.33333px; -} - -.body .columns td.large-10, -.body .column td.large-10, -.body .columns th.large-10, -.body .column th.large-10 { - width: 83.33333%; -} - -td.large-11, -th.large-11 { - width: 515.66667px; - padding-left: 8px; - padding-right: 8px; -} - -td.large-11.first, -th.large-11.first { - padding-left: 16px; -} - -td.large-11.last, -th.large-11.last { - padding-right: 16px; -} - -.collapse>tbody>tr>td.large-11, -.collapse>tbody>tr>th.large-11 { - padding-right: 0; - padding-left: 0; - width: 531.66667px; -} - -.collapse td.large-11.first, -.collapse th.large-11.first, -.collapse td.large-11.last, -.collapse th.large-11.last { - width: 539.66667px; -} - -td.large-11 center, -th.large-11 center { - min-width: 483.66667px; -} - -.body .columns td.large-11, -.body .column td.large-11, -.body .columns th.large-11, -.body .column th.large-11 { - width: 91.66667%; -} - -td.large-12, -th.large-12 { - width: 564px; - padding-left: 8px; - padding-right: 8px; -} - -td.large-12.first, -th.large-12.first { - padding-left: 16px; -} - -td.large-12.last, -th.large-12.last { - padding-right: 16px; -} - -.collapse>tbody>tr>td.large-12, -.collapse>tbody>tr>th.large-12 { - padding-right: 0; - padding-left: 0; - width: 580px; -} - -.collapse td.large-12.first, -.collapse th.large-12.first, -.collapse td.large-12.last, -.collapse th.large-12.last { - width: 588px; -} - -td.large-12 center, -th.large-12 center { - min-width: 532px; -} - -.body .columns td.large-12, -.body .column td.large-12, -.body .columns th.large-12, -.body .column th.large-12 { - width: 100%; -} - -td.large-offset-1, -td.large-offset-1.first, -td.large-offset-1.last, -th.large-offset-1, -th.large-offset-1.first, -th.large-offset-1.last { - padding-left: 64.33333px; -} - -td.large-offset-2, -td.large-offset-2.first, -td.large-offset-2.last, -th.large-offset-2, -th.large-offset-2.first, -th.large-offset-2.last { - padding-left: 112.66667px; -} - -td.large-offset-3, -td.large-offset-3.first, -td.large-offset-3.last, -th.large-offset-3, -th.large-offset-3.first, -th.large-offset-3.last { - padding-left: 161px; -} - -td.large-offset-4, -td.large-offset-4.first, -td.large-offset-4.last, -th.large-offset-4, -th.large-offset-4.first, -th.large-offset-4.last { - padding-left: 209.33333px; -} - -td.large-offset-5, -td.large-offset-5.first, -td.large-offset-5.last, -th.large-offset-5, -th.large-offset-5.first, -th.large-offset-5.last { - padding-left: 257.66667px; -} - -td.large-offset-6, -td.large-offset-6.first, -td.large-offset-6.last, -th.large-offset-6, -th.large-offset-6.first, -th.large-offset-6.last { - padding-left: 306px; -} - -td.large-offset-7, -td.large-offset-7.first, -td.large-offset-7.last, -th.large-offset-7, -th.large-offset-7.first, -th.large-offset-7.last { - padding-left: 354.33333px; -} - -td.large-offset-8, -td.large-offset-8.first, -td.large-offset-8.last, -th.large-offset-8, -th.large-offset-8.first, -th.large-offset-8.last { - padding-left: 402.66667px; -} - -td.large-offset-9, -td.large-offset-9.first, -td.large-offset-9.last, -th.large-offset-9, -th.large-offset-9.first, -th.large-offset-9.last { - padding-left: 451px; -} - -td.large-offset-10, -td.large-offset-10.first, -td.large-offset-10.last, -th.large-offset-10, -th.large-offset-10.first, -th.large-offset-10.last { - padding-left: 499.33333px; -} - -td.large-offset-11, -td.large-offset-11.first, -td.large-offset-11.last, -th.large-offset-11, -th.large-offset-11.first, -th.large-offset-11.last { - padding-left: 547.66667px; -} - -td.expander, -th.expander { - visibility: hidden; - width: 0; - padding: 0 !important; -} - -table.container.radius { - border-radius: 0; - border-collapse: separate; -} - -.block-grid { - width: 100%; - max-width: 580px; -} - -.block-grid td { - display: inline-block; - padding: 8px; -} - -.up-2 td { - width: 274px !important; -} - -.up-3 td { - width: 177px !important; -} - -.up-4 td { - width: 129px !important; -} - -.up-5 td { - width: 100px !important; -} - -.up-6 td { - width: 80px !important; -} - -.up-7 td { - width: 66px !important; -} - -.up-8 td { - width: 56px !important; -} - -table.text-center, -th.text-center, -td.text-center, -h1.text-center, -h2.text-center, -h3.text-center, -h4.text-center, -h5.text-center, -h6.text-center, -p.text-center, -span.text-center { - text-align: center; -} - -table.text-left, -th.text-left, -td.text-left, -h1.text-left, -h2.text-left, -h3.text-left, -h4.text-left, -h5.text-left, -h6.text-left, -p.text-left, -span.text-left { - text-align: left; -} - -table.text-right, -th.text-right, -td.text-right, -h1.text-right, -h2.text-right, -h3.text-right, -h4.text-right, -h5.text-right, -h6.text-right, -p.text-right, -span.text-right { - text-align: right; -} - -span.text-center { - display: block; - width: 100%; - text-align: center; -} - -@media only screen and (max-width: 596px) { - .small-float-center { - margin: 0 auto !important; - float: none !important; - text-align: center !important; - } - .small-text-center { - text-align: center !important; - } - .small-text-left { - text-align: left !important; - } - .small-text-right { - text-align: right !important; - } -} - -img.float-left { - float: left; - text-align: left; -} - -img.float-right { - float: right; - text-align: right; -} - -img.float-center, -img.text-center { - margin: 0 auto; - Margin: 0 auto; - float: none; - text-align: center; -} - -table.float-center, -td.float-center, -th.float-center { - margin: 0 auto; - Margin: 0 auto; - float: none; - text-align: center; -} - -.hide-for-large { - display: none !important; - mso-hide: all; - overflow: hidden; - max-height: 0; - font-size: 0; - width: 0; - line-height: 0; -} - -@media only screen and (max-width: 596px) { - .hide-for-large { - display: block !important; - width: auto !important; - overflow: visible !important; - max-height: none !important; - font-size: inherit !important; - line-height: inherit !important; - } -} - -table.body table.container .hide-for-large * { - mso-hide: all; -} - -@media only screen and (max-width: 596px) { - table.body table.container .hide-for-large, - table.body table.container .row.hide-for-large { - display: table !important; - width: 100% !important; - } -} - -@media only screen and (max-width: 596px) { - table.body table.container .callout-inner.hide-for-large { - display: table-cell !important; - width: 100% !important; - } -} - -@media only screen and (max-width: 596px) { - table.body table.container .show-for-large { - display: none !important; - width: 0; - mso-hide: all; - overflow: hidden; - } -} - -body, -table.body, -h1, -h2, -h3, -h4, -h5, -h6, -p, -td, -th, -a { - color: #0a0a0a; - font-family: Helvetica, Arial, sans-serif; - font-weight: normal; - padding: 0; - margin: 0; - Margin: 0; - text-align: left; - line-height: 1.3; -} - -h1, -h2, -h3, -h4, -h5, -h6 { - color: inherit; - word-wrap: normal; - font-family: Helvetica, Arial, sans-serif; - font-weight: normal; - margin-bottom: 10px; - Margin-bottom: 10px; -} - -h1 { - font-size: 34px; -} - -h2 { - font-size: 30px; -} - -h3 { - font-size: 28px; -} - -h4 { - font-size: 24px; -} - -h5 { - font-size: 20px; -} - -h6 { - font-size: 18px; -} - -body, -table.body, -p, -td, -th { - font-size: 16px; - line-height: 1.3; -} - -p { - margin-bottom: 10px; - Margin-bottom: 10px; -} - -p.lead { - font-size: 20px; - line-height: 1.6; -} - -p.subheader { - margin-top: 4px; - margin-bottom: 8px; - Margin-top: 4px; - Margin-bottom: 8px; - font-weight: normal; - line-height: 1.4; - color: #8a8a8a; -} - -small { - font-size: 80%; - color: #cacaca; -} - -a { - color: #2199e8; - text-decoration: none; -} - -a:hover { - color: #147dc2; -} - -a:active { - color: #147dc2; -} - -a:visited { - color: #2199e8; -} - -h1 a, -h1 a:visited, -h2 a, -h2 a:visited, -h3 a, -h3 a:visited, -h4 a, -h4 a:visited, -h5 a, -h5 a:visited, -h6 a, -h6 a:visited { - color: #2199e8; -} - -pre { - background: #f3f3f3; - margin: 30px 0; - Margin: 30px 0; -} - -pre code { - color: #cacaca; -} - -pre code span.callout { - color: #8a8a8a; - font-weight: bold; -} - -pre code span.callout-strong { - color: #ff6908; - font-weight: bold; -} - -table.hr { - width: 100%; -} - -table.hr th { - height: 0; - max-width: 580px; - border-top: 0; - border-right: 0; - border-bottom: 1px solid #0a0a0a; - border-left: 0; - margin: 20px auto; - Margin: 20px auto; - clear: both; -} - -.stat { - font-size: 40px; - line-height: 1; -} - -p+.stat { - margin-top: -16px; - Margin-top: -16px; -} - -span.preheader { - display: none !important; - visibility: hidden; - mso-hide: all !important; - font-size: 1px; - color: #f3f3f3; - line-height: 1px; - max-height: 0px; - max-width: 0px; - opacity: 0; - overflow: hidden; -} - -table.button { - width: auto; - margin: 0 0 16px 0; - Margin: 0 0 16px 0; -} - -table.button table td { - text-align: left; - color: #fefefe; - background: #2199e8; - border: 2px solid #2199e8; -} - -table.button table td a { - font-family: Helvetica, Arial, sans-serif; - font-size: 16px; - font-weight: bold; - color: #fefefe; - text-decoration: none; - display: inline-block; - padding: 8px 16px 8px 16px; - border: 0 solid #2199e8; - border-radius: 3px; -} - -table.button.radius table td { - border-radius: 3px; - border: none; -} - -table.button.rounded table td { - border-radius: 500px; - border: none; -} - -table.button:hover table tr td a, -table.button:active table tr td a, -table.button table tr td a:visited, -table.button.tiny:hover table tr td a, -table.button.tiny:active table tr td a, -table.button.tiny table tr td a:visited, -table.button.small:hover table tr td a, -table.button.small:active table tr td a, -table.button.small table tr td a:visited, -table.button.large:hover table tr td a, -table.button.large:active table tr td a, -table.button.large table tr td a:visited { - color: #fefefe; -} - -table.button.tiny table td, -table.button.tiny table a { - padding: 4px 8px 4px 8px; -} - -table.button.tiny table a { - font-size: 10px; - font-weight: normal; -} - -table.button.small table td, -table.button.small table a { - padding: 5px 10px 5px 10px; - font-size: 12px; -} - -table.button.large table a { - padding: 10px 20px 10px 20px; - font-size: 20px; -} - -table.button.expand, -table.button.expanded { - width: 100% !important; -} - -table.button.expand table, -table.button.expanded table { - width: 100%; -} - -table.button.expand table a, -table.button.expanded table a { - text-align: center; - width: 100%; - padding-left: 0; - padding-right: 0; -} - -table.button.expand center, -table.button.expanded center { - min-width: 0; -} - -table.button:hover table td, -table.button:visited table td, -table.button:active table td { - background: #147dc2; - color: #fefefe; -} - -table.button:hover table a, -table.button:visited table a, -table.button:active table a { - border: 0 solid #147dc2; -} - -table.button.secondary table td { - background: #777777; - color: #fefefe; - border: 0px solid #777777; -} - -table.button.secondary table a { - color: #fefefe; - border: 0 solid #777777; -} - -table.button.secondary:hover table td { - background: #919191; - color: #fefefe; -} - -table.button.secondary:hover table a { - border: 0 solid #919191; -} - -table.button.secondary:hover table td a { - color: #fefefe; -} - -table.button.secondary:active table td a { - color: #fefefe; -} - -table.button.secondary table td a:visited { - color: #fefefe; -} - -table.button.success table td { - background: #3adb76; - border: 0px solid #3adb76; -} - -table.button.success table a { - border: 0 solid #3adb76; -} - -table.button.success:hover table td { - background: #23bf5d; -} - -table.button.success:hover table a { - border: 0 solid #23bf5d; -} - -table.button.alert table td { - background: #ec5840; - border: 0px solid #ec5840; -} - -table.button.alert table a { - border: 0 solid #ec5840; -} - -table.button.alert:hover table td { - background: #e23317; -} - -table.button.alert:hover table a { - border: 0 solid #e23317; -} - -table.button.warning table td { - background: #ffae00; - border: 0px solid #ffae00; -} - -table.button.warning table a { - border: 0px solid #ffae00; -} - -table.button.warning:hover table td { - background: #cc8b00; -} - -table.button.warning:hover table a { - border: 0px solid #cc8b00; -} - -table.callout { - margin-bottom: 16px; - Margin-bottom: 16px; -} - -th.callout-inner { - width: 100%; - border: 1px solid #cbcbcb; - padding: 10px; - background: #fefefe; -} - -th.callout-inner.primary { - background: #def0fc; - border: 1px solid #444444; - color: #0a0a0a; -} - -th.callout-inner.secondary { - background: #ebebeb; - border: 1px solid #444444; - color: #0a0a0a; -} - -th.callout-inner.success { - background: #e1faea; - border: 1px solid #1b9448; - color: #fefefe; -} - -th.callout-inner.warning { - background: #fff3d9; - border: 1px solid #996800; - color: #fefefe; -} - -th.callout-inner.alert { - background: #fce6e2; - border: 1px solid #b42912; - color: #fefefe; -} - -.thumbnail { - border: solid 4px #fefefe; - box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2); - display: inline-block; - line-height: 0; - max-width: 100%; - transition: box-shadow 200ms ease-out; - border-radius: 3px; - margin-bottom: 16px; -} - -.thumbnail:hover, -.thumbnail:focus { - box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); -} - -table.menu { - width: 580px; -} - -table.menu td.menu-item, -table.menu th.menu-item { - padding: 10px; - padding-right: 10px; -} - -table.menu td.menu-item a, -table.menu th.menu-item a { - color: #2199e8; -} - -table.menu.vertical td.menu-item, -table.menu.vertical th.menu-item { - padding: 10px; - padding-right: 0; - display: block; -} - -table.menu.vertical td.menu-item a, -table.menu.vertical th.menu-item a { - width: 100%; -} - -table.menu.vertical td.menu-item table.menu.vertical td.menu-item, -table.menu.vertical td.menu-item table.menu.vertical th.menu-item, -table.menu.vertical th.menu-item table.menu.vertical td.menu-item, -table.menu.vertical th.menu-item table.menu.vertical th.menu-item { - padding-left: 10px; -} - -table.menu.text-center a { - text-align: center; -} - -.menu[align=\"center\"] { - width: auto !important; -} - -body.outlook p { - display: inline !important; -} - -@media only screen and (max-width: 596px) { - table.body img { - width: auto; - height: auto; - } - table.body center { - min-width: 0 !important; - } - table.body .container { - width: 95% !important; - } - table.body .columns, - table.body .column { - height: auto !important; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding-left: 16px !important; - padding-right: 16px !important; - } - table.body .columns .column, - table.body .columns .columns, - table.body .column .column, - table.body .column .columns { - padding-left: 0 !important; - padding-right: 0 !important; - } - table.body .collapse .columns, - table.body .collapse .column { - padding-left: 0 !important; - padding-right: 0 !important; - } - td.small-1, - th.small-1 { - display: inline-block !important; - width: 8.33333% !important; - } - td.small-2, - th.small-2 { - display: inline-block !important; - width: 16.66667% !important; - } - td.small-3, - th.small-3 { - display: inline-block !important; - width: 25% !important; - } - td.small-4, - th.small-4 { - display: inline-block !important; - width: 33.33333% !important; - } - td.small-5, - th.small-5 { - display: inline-block !important; - width: 41.66667% !important; - } - td.small-6, - th.small-6 { - display: inline-block !important; - width: 50% !important; - } - td.small-7, - th.small-7 { - display: inline-block !important; - width: 58.33333% !important; - } - td.small-8, - th.small-8 { - display: inline-block !important; - width: 66.66667% !important; - } - td.small-9, - th.small-9 { - display: inline-block !important; - width: 75% !important; - } - td.small-10, - th.small-10 { - display: inline-block !important; - width: 83.33333% !important; - } - td.small-11, - th.small-11 { - display: inline-block !important; - width: 91.66667% !important; - } - td.small-12, - th.small-12 { - display: inline-block !important; - width: 100% !important; - } - .columns td.small-12, - .column td.small-12, - .columns th.small-12, - .column th.small-12 { - display: block !important; - width: 100% !important; - } - table.body td.small-offset-1, - table.body th.small-offset-1 { - margin-left: 8.33333% !important; - Margin-left: 8.33333% !important; - } - table.body td.small-offset-2, - table.body th.small-offset-2 { - margin-left: 16.66667% !important; - Margin-left: 16.66667% !important; - } - table.body td.small-offset-3, - table.body th.small-offset-3 { - margin-left: 25% !important; - Margin-left: 25% !important; - } - table.body td.small-offset-4, - table.body th.small-offset-4 { - margin-left: 33.33333% !important; - Margin-left: 33.33333% !important; - } - table.body td.small-offset-5, - table.body th.small-offset-5 { - margin-left: 41.66667% !important; - Margin-left: 41.66667% !important; - } - table.body td.small-offset-6, - table.body th.small-offset-6 { - margin-left: 50% !important; - Margin-left: 50% !important; - } - table.body td.small-offset-7, - table.body th.small-offset-7 { - margin-left: 58.33333% !important; - Margin-left: 58.33333% !important; - } - table.body td.small-offset-8, - table.body th.small-offset-8 { - margin-left: 66.66667% !important; - Margin-left: 66.66667% !important; - } - table.body td.small-offset-9, - table.body th.small-offset-9 { - margin-left: 75% !important; - Margin-left: 75% !important; - } - table.body td.small-offset-10, - table.body th.small-offset-10 { - margin-left: 83.33333% !important; - Margin-left: 83.33333% !important; - } - table.body td.small-offset-11, - table.body th.small-offset-11 { - margin-left: 91.66667% !important; - Margin-left: 91.66667% !important; - } - table.body table.columns td.expander, - table.body table.columns th.expander { - display: none !important; - } - table.body .right-text-pad, - table.body .text-pad-right { - padding-left: 10px !important; - } - table.body .left-text-pad, - table.body .text-pad-left { - padding-right: 10px !important; - } - table.menu { - width: 100% !important; - } - table.menu td, - table.menu th { - width: auto !important; - display: inline-block !important; - } - table.menu.vertical td, - table.menu.vertical th, - table.menu.small-vertical td, - table.menu.small-vertical th { - display: block !important; - } - table.menu[align=\"center\"] { - width: auto !important; - } - table.button.small-expand, - table.button.small-expanded { - width: 100% !important; - } - table.button.small-expand table, - table.button.small-expanded table { - width: 100%; - } - table.button.small-expand table a, - table.button.small-expanded table a { - text-align: center !important; - width: 100% !important; - padding-left: 0 !important; - padding-right: 0 !important; - } - table.button.small-expand center, - table.button.small-expanded center { - min-width: 0; - } -} -", "@email/zurb_2/main.css", "D:\\My Stuff\\DEVELOPMENT\\LaLiga\\LaLiga-BackEnd\\vendor\\symfony\\twig-bridge\\Resources\\views\\Email\\zurb_2\\main.css"); - } -} diff --git a/var/cache/dev/twig/ec/ec236f45b13effcb03d47c16f6fc9dcc.php b/var/cache/dev/twig/ec/ec236f45b13effcb03d47c16f6fc9dcc.php deleted file mode 100644 index 1c710d13..00000000 --- a/var/cache/dev/twig/ec/ec236f45b13effcb03d47c16f6fc9dcc.php +++ /dev/null @@ -1,946 +0,0 @@ -source = $this->getSourceContext(); - - $this->blocks = [ - 'toolbar' => [$this, 'block_toolbar'], - 'menu' => [$this, 'block_menu'], - 'panel' => [$this, 'block_panel'], - ]; - $macros["_self"] = $this->macros["_self"] = $this; - } - - protected function doGetParent(array $context) - { - // line 1 - return "@WebProfiler/Profiler/layout.html.twig"; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@DoctrineMigrations/Collector/migrations.html.twig")); - - $this->parent = $this->loadTemplate("@WebProfiler/Profiler/layout.html.twig", "@DoctrineMigrations/Collector/migrations.html.twig", 1); - $this->parent->display($context, array_merge($this->blocks, $blocks)); - - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); - - } - - // line 3 - public function block_toolbar($context, array $blocks = []) - { - $macros = $this->macros; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "toolbar")); - - // line 4 - echo " "; - if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "data", [], "any", false, true, false, 4), "unavailable_migrations_count", [], "any", true, true, false, 4)) { - // line 5 - echo " "; - $context["unavailable_migrations"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 5, $this->source); })()), "data", [], "any", false, false, false, 5), "unavailable_migrations_count", [], "any", false, false, false, 5); - // line 6 - echo " "; - $context["new_migrations"] = twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 6, $this->source); })()), "data", [], "any", false, false, false, 6), "new_migrations", [], "any", false, false, false, 6)); - // line 7 - echo " "; - if ((((isset($context["unavailable_migrations"]) || array_key_exists("unavailable_migrations", $context) ? $context["unavailable_migrations"] : (function () { throw new RuntimeError('Variable "unavailable_migrations" does not exist.', 7, $this->source); })()) > 0) || ((isset($context["new_migrations"]) || array_key_exists("new_migrations", $context) ? $context["new_migrations"] : (function () { throw new RuntimeError('Variable "new_migrations" does not exist.', 7, $this->source); })()) > 0))) { - // line 8 - echo " "; - $context["executed_migrations"] = twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 8, $this->source); })()), "data", [], "any", false, false, false, 8), "executed_migrations", [], "any", false, false, false, 8)); - // line 9 - echo " "; - $context["available_migrations"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 9, $this->source); })()), "data", [], "any", false, false, false, 9), "available_migrations_count", [], "any", false, false, false, 9); - // line 10 - echo " "; - $context["status_color"] = ((((isset($context["unavailable_migrations"]) || array_key_exists("unavailable_migrations", $context) ? $context["unavailable_migrations"] : (function () { throw new RuntimeError('Variable "unavailable_migrations" does not exist.', 10, $this->source); })()) > 0)) ? ("yellow") : ("")); - // line 11 - echo " "; - $context["status_color"] = ((((isset($context["new_migrations"]) || array_key_exists("new_migrations", $context) ? $context["new_migrations"] : (function () { throw new RuntimeError('Variable "new_migrations" does not exist.', 11, $this->source); })()) > 0)) ? ("red") : ((isset($context["status_color"]) || array_key_exists("status_color", $context) ? $context["status_color"] : (function () { throw new RuntimeError('Variable "status_color" does not exist.', 11, $this->source); })()))); - // line 12 - echo " - "; - // line 13 - ob_start(); - // line 14 - echo " "; - if (((isset($context["profiler_markup_version"]) || array_key_exists("profiler_markup_version", $context) ? $context["profiler_markup_version"] : (function () { throw new RuntimeError('Variable "profiler_markup_version" does not exist.', 14, $this->source); })()) < 3)) { - // line 15 - echo " "; - echo twig_include($this->env, $context, "@DoctrineMigrations/Collector/icon.svg"); - echo " - "; - } else { - // line 17 - echo " "; - echo twig_include($this->env, $context, "@DoctrineMigrations/Collector/icon-v3.svg"); - echo " - "; - } - // line 19 - echo " - "; - // line 20 - echo twig_escape_filter($this->env, ((isset($context["new_migrations"]) || array_key_exists("new_migrations", $context) ? $context["new_migrations"] : (function () { throw new RuntimeError('Variable "new_migrations" does not exist.', 20, $this->source); })()) + (isset($context["unavailable_migrations"]) || array_key_exists("unavailable_migrations", $context) ? $context["unavailable_migrations"] : (function () { throw new RuntimeError('Variable "unavailable_migrations" does not exist.', 20, $this->source); })())), "html", null, true); - echo " - "; - $context["icon"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - // line 22 - echo " - "; - // line 23 - ob_start(); - // line 24 - echo "
-
- Current Migration - "; - // line 27 - ((((isset($context["executed_migrations"]) || array_key_exists("executed_migrations", $context) ? $context["executed_migrations"] : (function () { throw new RuntimeError('Variable "executed_migrations" does not exist.', 27, $this->source); })()) > 0)) ? (print (twig_escape_filter($this->env, twig_last($this->env, twig_split_filter($this->env, twig_get_attribute($this->env, $this->source, twig_last($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 27, $this->source); })()), "data", [], "any", false, false, false, 27), "executed_migrations", [], "any", false, false, false, 27)), "version", [], "any", false, false, false, 27), "\\")), "html", null, true))) : (print ("n/a"))); - echo " -
-
- -
-
- - Database Migrations - -
-
- Executed - "; - // line 39 - echo twig_escape_filter($this->env, (isset($context["executed_migrations"]) || array_key_exists("executed_migrations", $context) ? $context["executed_migrations"] : (function () { throw new RuntimeError('Variable "executed_migrations" does not exist.', 39, $this->source); })()), "html", null, true); - echo " -
-
- Unavailable - source); })()) > 0)) ? ("sf-toolbar-status-yellow") : ("")); - echo "\">"; - echo twig_escape_filter($this->env, (isset($context["unavailable_migrations"]) || array_key_exists("unavailable_migrations", $context) ? $context["unavailable_migrations"] : (function () { throw new RuntimeError('Variable "unavailable_migrations" does not exist.', 43, $this->source); })()), "html", null, true); - echo " -
-
- Available - "; - // line 47 - echo twig_escape_filter($this->env, (isset($context["available_migrations"]) || array_key_exists("available_migrations", $context) ? $context["available_migrations"] : (function () { throw new RuntimeError('Variable "available_migrations" does not exist.', 47, $this->source); })()), "html", null, true); - echo " -
-
- New - source); })()) > 0)) ? ("sf-toolbar-status-red") : ("")); - echo "\">"; - echo twig_escape_filter($this->env, (isset($context["new_migrations"]) || array_key_exists("new_migrations", $context) ? $context["new_migrations"] : (function () { throw new RuntimeError('Variable "new_migrations" does not exist.', 51, $this->source); })()), "html", null, true); - echo " -
-
- "; - $context["text"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - // line 55 - echo " - "; - // line 56 - echo twig_include($this->env, $context, "@WebProfiler/Profiler/toolbar_item.html.twig", ["link" => (isset($context["profiler_url"]) || array_key_exists("profiler_url", $context) ? $context["profiler_url"] : (function () { throw new RuntimeError('Variable "profiler_url" does not exist.', 56, $this->source); })()), "status" => (isset($context["status_color"]) || array_key_exists("status_color", $context) ? $context["status_color"] : (function () { throw new RuntimeError('Variable "status_color" does not exist.', 56, $this->source); })())]); - echo " - "; - } - // line 58 - echo " "; - } - - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); - - } - - // line 61 - public function block_menu($context, array $blocks = []) - { - $macros = $this->macros; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu")); - - // line 62 - echo " "; - if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "data", [], "any", false, true, false, 62), "unavailable_migrations_count", [], "any", true, true, false, 62)) { - // line 63 - echo " "; - $context["unavailable_migrations"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 63, $this->source); })()), "data", [], "any", false, false, false, 63), "unavailable_migrations_count", [], "any", false, false, false, 63); - // line 64 - echo " "; - $context["new_migrations"] = twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 64, $this->source); })()), "data", [], "any", false, false, false, 64), "new_migrations", [], "any", false, false, false, 64)); - // line 65 - echo " "; - $context["label"] = ((((isset($context["unavailable_migrations"]) || array_key_exists("unavailable_migrations", $context) ? $context["unavailable_migrations"] : (function () { throw new RuntimeError('Variable "unavailable_migrations" does not exist.', 65, $this->source); })()) > 0)) ? ("label-status-warning") : ("")); - // line 66 - echo " "; - $context["label"] = ((((isset($context["new_migrations"]) || array_key_exists("new_migrations", $context) ? $context["new_migrations"] : (function () { throw new RuntimeError('Variable "new_migrations" does not exist.', 66, $this->source); })()) > 0)) ? ("label-status-error") : ((isset($context["label"]) || array_key_exists("label", $context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.', 66, $this->source); })()))); - // line 67 - echo " env, (isset($context["label"]) || array_key_exists("label", $context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.', 67, $this->source); })()), "html", null, true); - echo "\"> - - "; - // line 69 - if (((isset($context["profiler_markup_version"]) || array_key_exists("profiler_markup_version", $context) ? $context["profiler_markup_version"] : (function () { throw new RuntimeError('Variable "profiler_markup_version" does not exist.', 69, $this->source); })()) < 3)) { - // line 70 - echo " "; - echo twig_include($this->env, $context, "@DoctrineMigrations/Collector/icon.svg"); - echo " - "; - } else { - // line 72 - echo " "; - echo twig_include($this->env, $context, "@DoctrineMigrations/Collector/icon-v3.svg"); - echo " - "; - } - // line 74 - echo " - - Migrations - "; - // line 77 - if ((((isset($context["unavailable_migrations"]) || array_key_exists("unavailable_migrations", $context) ? $context["unavailable_migrations"] : (function () { throw new RuntimeError('Variable "unavailable_migrations" does not exist.', 77, $this->source); })()) > 0) || ((isset($context["new_migrations"]) || array_key_exists("new_migrations", $context) ? $context["new_migrations"] : (function () { throw new RuntimeError('Variable "new_migrations" does not exist.', 77, $this->source); })()) > 0))) { - // line 78 - echo " - "; - // line 79 - echo twig_escape_filter($this->env, ((isset($context["new_migrations"]) || array_key_exists("new_migrations", $context) ? $context["new_migrations"] : (function () { throw new RuntimeError('Variable "new_migrations" does not exist.', 79, $this->source); })()) + (isset($context["unavailable_migrations"]) || array_key_exists("unavailable_migrations", $context) ? $context["unavailable_migrations"] : (function () { throw new RuntimeError('Variable "unavailable_migrations" does not exist.', 79, $this->source); })())), "html", null, true); - echo " - - "; - } - // line 82 - echo " - "; - } - - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); - - } - - // line 86 - public function block_panel($context, array $blocks = []) - { - $macros = $this->macros; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "panel")); - - // line 87 - echo " "; - $context["num_executed_migrations"] = twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 87, $this->source); })()), "data", [], "any", false, false, false, 87), "executed_migrations", [], "any", false, false, false, 87)); - // line 88 - echo " "; - $context["num_unavailable_migrations"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 88, $this->source); })()), "data", [], "any", false, false, false, 88), "unavailable_migrations_count", [], "any", false, false, false, 88); - // line 89 - echo " "; - $context["num_available_migrations"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 89, $this->source); })()), "data", [], "any", false, false, false, 89), "available_migrations_count", [], "any", false, false, false, 89); - // line 90 - echo " "; - $context["num_new_migrations"] = twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 90, $this->source); })()), "data", [], "any", false, false, false, 90), "new_migrations", [], "any", false, false, false, 90)); - // line 91 - echo " -

Doctrine Migrations

-
-
- "; - // line 95 - echo twig_escape_filter($this->env, (isset($context["num_executed_migrations"]) || array_key_exists("num_executed_migrations", $context) ? $context["num_executed_migrations"] : (function () { throw new RuntimeError('Variable "num_executed_migrations" does not exist.', 95, $this->source); })()), "html", null, true); - echo " - Executed -
- - "; - // line 99 - if (((isset($context["profiler_markup_version"]) || array_key_exists("profiler_markup_version", $context) ? $context["profiler_markup_version"] : (function () { throw new RuntimeError('Variable "profiler_markup_version" does not exist.', 99, $this->source); })()) >= 3)) { - // line 100 - echo "
- "; - } - // line 102 - echo " -
- "; - // line 104 - echo twig_escape_filter($this->env, (isset($context["num_unavailable_migrations"]) || array_key_exists("num_unavailable_migrations", $context) ? $context["num_unavailable_migrations"] : (function () { throw new RuntimeError('Variable "num_unavailable_migrations" does not exist.', 104, $this->source); })()), "html", null, true); - echo " - Unavailable -
-
- "; - // line 108 - echo twig_escape_filter($this->env, (isset($context["num_available_migrations"]) || array_key_exists("num_available_migrations", $context) ? $context["num_available_migrations"] : (function () { throw new RuntimeError('Variable "num_available_migrations" does not exist.', 108, $this->source); })()), "html", null, true); - echo " - Available -
-
- "; - // line 112 - echo twig_escape_filter($this->env, (isset($context["num_new_migrations"]) || array_key_exists("num_new_migrations", $context) ? $context["num_new_migrations"] : (function () { throw new RuntimeError('Variable "num_new_migrations" does not exist.', 112, $this->source); })()), "html", null, true); - echo " - New -
- - "; - // line 116 - if (((isset($context["profiler_markup_version"]) || array_key_exists("profiler_markup_version", $context) ? $context["profiler_markup_version"] : (function () { throw new RuntimeError('Variable "profiler_markup_version" does not exist.', 116, $this->source); })()) >= 3)) { - // line 117 - echo "
"; - // line 118 - echo " "; - } - // line 119 - echo "
- -
-
-

- Migrations - source); })()) > 0)) ? ("status-error") : (((((isset($context["num_unavailable_migrations"]) || array_key_exists("num_unavailable_migrations", $context) ? $context["num_unavailable_migrations"] : (function () { throw new RuntimeError('Variable "num_unavailable_migrations" does not exist.', 125, $this->source); })()) > 0)) ? ("status-warning") : ("")))); - echo "\"> - "; - // line 126 - echo twig_escape_filter($this->env, ((((isset($context["num_new_migrations"]) || array_key_exists("num_new_migrations", $context) ? $context["num_new_migrations"] : (function () { throw new RuntimeError('Variable "num_new_migrations" does not exist.', 126, $this->source); })()) > 0)) ? ((isset($context["num_new_migrations"]) || array_key_exists("num_new_migrations", $context) ? $context["num_new_migrations"] : (function () { throw new RuntimeError('Variable "num_new_migrations" does not exist.', 126, $this->source); })())) : (((((isset($context["num_unavailable_migrations"]) || array_key_exists("num_unavailable_migrations", $context) ? $context["num_unavailable_migrations"] : (function () { throw new RuntimeError('Variable "num_unavailable_migrations" does not exist.', 126, $this->source); })()) > 0)) ? ((isset($context["num_unavailable_migrations"]) || array_key_exists("num_unavailable_migrations", $context) ? $context["num_unavailable_migrations"] : (function () { throw new RuntimeError('Variable "num_unavailable_migrations" does not exist.', 126, $this->source); })())) : ((isset($context["num_executed_migrations"]) || array_key_exists("num_executed_migrations", $context) ? $context["num_executed_migrations"] : (function () { throw new RuntimeError('Variable "num_executed_migrations" does not exist.', 126, $this->source); })()))))), "html", null, true); - echo " - -

- -
- "; - // line 131 - echo twig_call_macro($macros["_self"], "macro_render_migration_details", [(isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 131, $this->source); })()), (isset($context["profiler_markup_version"]) || array_key_exists("profiler_markup_version", $context) ? $context["profiler_markup_version"] : (function () { throw new RuntimeError('Variable "profiler_markup_version" does not exist.', 131, $this->source); })())], 131, $context, $this->getSourceContext()); - echo " -
-
- -
-

Configuration

- -
- "; - // line 139 - echo twig_call_macro($macros["_self"], "macro_render_configuration_details", [(isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 139, $this->source); })()), (isset($context["profiler_markup_version"]) || array_key_exists("profiler_markup_version", $context) ? $context["profiler_markup_version"] : (function () { throw new RuntimeError('Variable "profiler_markup_version" does not exist.', 139, $this->source); })())], 139, $context, $this->getSourceContext()); - echo " -
-
-
-"; - - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); - - } - - // line 145 - public function macro_render_migration_details($__collector__ = null, ...$__varargs__) - { - $macros = $this->macros; - $context = $this->env->mergeGlobals([ - "collector" => $__collector__, - "varargs" => $__varargs__, - ]); - - $blocks = []; - - ob_start(); - try { - $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro", "render_migration_details")); - - // line 146 - echo " - - - - - - - - - - "; - // line 156 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 156, $this->source); })()), "data", [], "any", false, false, false, 156), "new_migrations", [], "any", false, false, false, 156)); - foreach ($context['_seq'] as $context["_key"] => $context["migration"]) { - // line 157 - echo " "; - echo twig_call_macro($macros["_self"], "macro_render_migration", [$context["migration"]], 157, $context, $this->getSourceContext()); - echo " - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['migration'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 159 - echo " - "; - // line 160 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(twig_reverse_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 160, $this->source); })()), "data", [], "any", false, false, false, 160), "executed_migrations", [], "any", false, false, false, 160))); - foreach ($context['_seq'] as $context["_key"] => $context["migration"]) { - // line 161 - echo " "; - echo twig_call_macro($macros["_self"], "macro_render_migration", [$context["migration"]], 161, $context, $this->getSourceContext()); - echo " - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['migration'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 163 - echo "
VersionDescriptionStatusExecuted atExecution time
-"; - - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); - - - return ('' === $tmp = ob_get_contents()) ? '' : new Markup($tmp, $this->env->getCharset()); - } finally { - ob_end_clean(); - } - } - - // line 166 - public function macro_render_configuration_details($__collector__ = null, ...$__varargs__) - { - $macros = $this->macros; - $context = $this->env->mergeGlobals([ - "collector" => $__collector__, - "varargs" => $__varargs__, - ]); - - $blocks = []; - - ob_start(); - try { - $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro", "render_configuration_details")); - - // line 167 - echo " - - - - - - - - - - "; - // line 177 - if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "data", [], "any", false, true, false, 177), "table", [], "any", true, true, false, 177)) { - // line 178 - echo " - - - - "; - } - // line 183 - echo " "; - if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "data", [], "any", false, true, false, 183), "column", [], "any", true, true, false, 183)) { - // line 184 - echo " - - - - "; - } - // line 189 - echo "
Storage
Type"; - // line 175 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 175, $this->source); })()), "data", [], "any", false, false, false, 175), "storage", [], "any", false, false, false, 175), "html", null, true); - echo "
Table Name"; - // line 180 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 180, $this->source); })()), "data", [], "any", false, false, false, 180), "table", [], "any", false, false, false, 180), "html", null, true); - echo "
Column Name"; - // line 186 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 186, $this->source); })()), "data", [], "any", false, false, false, 186), "column", [], "any", false, false, false, 186), "html", null, true); - echo "
- - - - - - - - - - - - - - - -
Database
Driver"; - // line 199 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 199, $this->source); })()), "data", [], "any", false, false, false, 199), "driver", [], "any", false, false, false, 199), "html", null, true); - echo "
Name"; - // line 203 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 203, $this->source); })()), "data", [], "any", false, false, false, 203), "name", [], "any", false, false, false, 203), "html", null, true); - echo "
- - - - - - - - "; - // line 213 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 213, $this->source); })()), "data", [], "any", false, false, false, 213), "namespaces", [], "any", false, false, false, 213)); - foreach ($context['_seq'] as $context["namespace"] => $context["directory"]) { - // line 214 - echo " - - - - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['namespace'], $context['directory'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 219 - echo "
Migration Namespaces
"; - // line 215 - echo twig_escape_filter($this->env, $context["namespace"], "html", null, true); - echo ""; - // line 216 - echo twig_escape_filter($this->env, $context["directory"], "html", null, true); - echo "
-"; - - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); - - - return ('' === $tmp = ob_get_contents()) ? '' : new Markup($tmp, $this->env->getCharset()); - } finally { - ob_end_clean(); - } - } - - // line 222 - public function macro_render_migration($__migration__ = null, $__profiler_markup_version__ = null, ...$__varargs__) - { - $macros = $this->macros; - $context = $this->env->mergeGlobals([ - "migration" => $__migration__, - "profiler_markup_version" => $__profiler_markup_version__, - "varargs" => $__varargs__, - ]); - - $blocks = []; - - ob_start(); - try { - $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro", "render_migration")); - - // line 223 - echo " - - "; - // line 225 - if (twig_get_attribute($this->env, $this->source, (isset($context["migration"]) || array_key_exists("migration", $context) ? $context["migration"] : (function () { throw new RuntimeError('Variable "migration" does not exist.', 225, $this->source); })()), "file", [], "any", false, false, false, 225)) { - // line 226 - echo " env, $this->extensions['Symfony\Bridge\Twig\Extension\CodeExtension']->getFileLink(twig_get_attribute($this->env, $this->source, (isset($context["migration"]) || array_key_exists("migration", $context) ? $context["migration"] : (function () { throw new RuntimeError('Variable "migration" does not exist.', 226, $this->source); })()), "file", [], "any", false, false, false, 226), 1), "html", null, true); - echo "\" title=\""; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["migration"]) || array_key_exists("migration", $context) ? $context["migration"] : (function () { throw new RuntimeError('Variable "migration" does not exist.', 226, $this->source); })()), "file", [], "any", false, false, false, 226), "html", null, true); - echo "\">"; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["migration"]) || array_key_exists("migration", $context) ? $context["migration"] : (function () { throw new RuntimeError('Variable "migration" does not exist.', 226, $this->source); })()), "version", [], "any", false, false, false, 226), "html", null, true); - echo " - "; - } else { - // line 228 - echo " "; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["migration"]) || array_key_exists("migration", $context) ? $context["migration"] : (function () { throw new RuntimeError('Variable "migration" does not exist.', 228, $this->source); })()), "version", [], "any", false, false, false, 228), "html", null, true); - echo " - "; - } - // line 230 - echo " - "; - // line 231 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["migration"]) || array_key_exists("migration", $context) ? $context["migration"] : (function () { throw new RuntimeError('Variable "migration" does not exist.', 231, $this->source); })()), "description", [], "any", false, false, false, 231), "html", null, true); - echo " - - "; - // line 233 - if (twig_get_attribute($this->env, $this->source, (isset($context["migration"]) || array_key_exists("migration", $context) ? $context["migration"] : (function () { throw new RuntimeError('Variable "migration" does not exist.', 233, $this->source); })()), "is_new", [], "any", false, false, false, 233)) { - // line 234 - echo " source); })()) >= 3)) ? ("badge badge-error") : ("label status-error")); - echo "\">NOT EXECUTED - "; - } elseif (twig_get_attribute($this->env, $this->source, // line 235 -(isset($context["migration"]) || array_key_exists("migration", $context) ? $context["migration"] : (function () { throw new RuntimeError('Variable "migration" does not exist.', 235, $this->source); })()), "is_unavailable", [], "any", false, false, false, 235)) { - // line 236 - echo " source); })()) >= 3)) ? ("badge badge-warning") : ("label status-warning")); - echo "\">UNAVAILABLE - "; - } else { - // line 238 - echo " source); })()) >= 3)) ? ("badge badge-success") : ("label status-success")); - echo "\">EXECUTED - "; - } - // line 240 - echo " - "; - // line 241 - ((twig_get_attribute($this->env, $this->source, (isset($context["migration"]) || array_key_exists("migration", $context) ? $context["migration"] : (function () { throw new RuntimeError('Variable "migration" does not exist.', 241, $this->source); })()), "executed_at", [], "any", false, false, false, 241)) ? (print (twig_escape_filter($this->env, twig_date_format_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["migration"]) || array_key_exists("migration", $context) ? $context["migration"] : (function () { throw new RuntimeError('Variable "migration" does not exist.', 241, $this->source); })()), "executed_at", [], "any", false, false, false, 241), "M j, Y H:i"), "html", null, true))) : (print ("n/a"))); - echo " - - "; - // line 243 - if ((null === twig_get_attribute($this->env, $this->source, (isset($context["migration"]) || array_key_exists("migration", $context) ? $context["migration"] : (function () { throw new RuntimeError('Variable "migration" does not exist.', 243, $this->source); })()), "execution_time", [], "any", false, false, false, 243))) { - // line 244 - echo " n/a - "; - } elseif ((twig_get_attribute($this->env, $this->source, // line 245 -(isset($context["migration"]) || array_key_exists("migration", $context) ? $context["migration"] : (function () { throw new RuntimeError('Variable "migration" does not exist.', 245, $this->source); })()), "execution_time", [], "any", false, false, false, 245) < 1)) { - // line 246 - echo " "; - echo twig_escape_filter($this->env, twig_number_format_filter($this->env, (twig_get_attribute($this->env, $this->source, (isset($context["migration"]) || array_key_exists("migration", $context) ? $context["migration"] : (function () { throw new RuntimeError('Variable "migration" does not exist.', 246, $this->source); })()), "execution_time", [], "any", false, false, false, 246) * 1000), 0), "html", null, true); - echo " ms - "; - } else { - // line 248 - echo " "; - echo twig_escape_filter($this->env, twig_number_format_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["migration"]) || array_key_exists("migration", $context) ? $context["migration"] : (function () { throw new RuntimeError('Variable "migration" does not exist.', 248, $this->source); })()), "execution_time", [], "any", false, false, false, 248), 2), "html", null, true); - echo " seconds - "; - } - // line 250 - echo " - -"; - - $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); - - - return ('' === $tmp = ob_get_contents()) ? '' : new Markup($tmp, $this->env->getCharset()); - } finally { - ob_end_clean(); - } - } - - /** - * @codeCoverageIgnore - */ - public function getTemplateName() - { - return "@DoctrineMigrations/Collector/migrations.html.twig"; - } - - /** - * @codeCoverageIgnore - */ - public function isTraitable() - { - return false; - } - - /** - * @codeCoverageIgnore - */ - public function getDebugInfo() - { - return array ( 653 => 250, 647 => 248, 641 => 246, 639 => 245, 636 => 244, 634 => 243, 629 => 241, 626 => 240, 620 => 238, 614 => 236, 612 => 235, 607 => 234, 605 => 233, 600 => 231, 597 => 230, 591 => 228, 581 => 226, 579 => 225, 575 => 223, 558 => 222, 545 => 219, 536 => 216, 532 => 215, 529 => 214, 525 => 213, 512 => 203, 505 => 199, 493 => 189, 487 => 186, 483 => 184, 480 => 183, 474 => 180, 470 => 178, 468 => 177, 463 => 175, 453 => 167, 437 => 166, 424 => 163, 415 => 161, 411 => 160, 408 => 159, 399 => 157, 395 => 156, 383 => 146, 367 => 145, 355 => 139, 344 => 131, 336 => 126, 332 => 125, 324 => 119, 321 => 118, 319 => 117, 317 => 116, 310 => 112, 303 => 108, 296 => 104, 292 => 102, 288 => 100, 286 => 99, 279 => 95, 273 => 91, 270 => 90, 267 => 89, 264 => 88, 261 => 87, 254 => 86, 245 => 82, 239 => 79, 236 => 78, 234 => 77, 229 => 74, 223 => 72, 217 => 70, 215 => 69, 209 => 67, 206 => 66, 203 => 65, 200 => 64, 197 => 63, 194 => 62, 187 => 61, 179 => 58, 174 => 56, 171 => 55, 162 => 51, 155 => 47, 146 => 43, 139 => 39, 124 => 27, 119 => 24, 117 => 23, 114 => 22, 109 => 20, 106 => 19, 100 => 17, 94 => 15, 91 => 14, 89 => 13, 86 => 12, 83 => 11, 80 => 10, 77 => 9, 74 => 8, 71 => 7, 68 => 6, 65 => 5, 62 => 4, 55 => 3, 38 => 1,); - } - - public function getSourceContext() - { - return new Source("{% extends '@WebProfiler/Profiler/layout.html.twig' %} - -{% block toolbar %} - {% if collector.data.unavailable_migrations_count is defined %} - {% set unavailable_migrations = collector.data.unavailable_migrations_count %} - {% set new_migrations = collector.data.new_migrations|length %} - {% if unavailable_migrations > 0 or new_migrations > 0 %} - {% set executed_migrations = collector.data.executed_migrations|length %} - {% set available_migrations = collector.data.available_migrations_count %} - {% set status_color = unavailable_migrations > 0 ? 'yellow' : '' %} - {% set status_color = new_migrations > 0 ? 'red' : status_color %} - - {% set icon %} - {% if profiler_markup_version < 3 %} - {{ include('@DoctrineMigrations/Collector/icon.svg') }} - {% else %} - {{ include('@DoctrineMigrations/Collector/icon-v3.svg') }} - {% endif %} - - {{ new_migrations + unavailable_migrations }} - {% endset %} - - {% set text %} -
-
- Current Migration - {{ executed_migrations > 0 ? collector.data.executed_migrations|last.version|split('\\\\')|last : 'n/a' }} -
-
- -
-
- - Database Migrations - -
-
- Executed - {{ executed_migrations }} -
-
- Unavailable - 0 ? 'sf-toolbar-status-yellow' }}\">{{ unavailable_migrations }} -
-
- Available - {{ available_migrations }} -
-
- New - 0 ? 'sf-toolbar-status-red' }}\">{{ new_migrations }} -
-
- {% endset %} - - {{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { link: profiler_url, status: status_color }) }} - {% endif %} - {% endif %} -{% endblock %} - -{% block menu %} - {% if collector.data.unavailable_migrations_count is defined %} - {% set unavailable_migrations = collector.data.unavailable_migrations_count %} - {% set new_migrations = collector.data.new_migrations|length %} - {% set label = unavailable_migrations > 0 ? 'label-status-warning' : '' %} - {% set label = new_migrations > 0 ? 'label-status-error' : label %} - - - {% if profiler_markup_version < 3 %} - {{ include('@DoctrineMigrations/Collector/icon.svg') }} - {% else %} - {{ include('@DoctrineMigrations/Collector/icon-v3.svg') }} - {% endif %} - - - Migrations - {% if unavailable_migrations > 0 or new_migrations > 0 %} - - {{ new_migrations + unavailable_migrations }} - - {% endif %} - - {% endif %} -{% endblock %} - -{% block panel %} - {% set num_executed_migrations = collector.data.executed_migrations|length %} - {% set num_unavailable_migrations = collector.data.unavailable_migrations_count %} - {% set num_available_migrations = collector.data.available_migrations_count %} - {% set num_new_migrations = collector.data.new_migrations|length %} - -

Doctrine Migrations

-
-
- {{ num_executed_migrations }} - Executed -
- - {% if profiler_markup_version >= 3 %} -
- {% endif %} - -
- {{ num_unavailable_migrations }} - Unavailable -
-
- {{ num_available_migrations }} - Available -
-
- {{ num_new_migrations }} - New -
- - {% if profiler_markup_version >= 3 %} -
{# closes the
#} - {% endif %} -
- -
-
-

- Migrations - 0 ? 'status-error' : num_unavailable_migrations > 0 ? 'status-warning' }}\"> - {{ num_new_migrations > 0 ? num_new_migrations : num_unavailable_migrations > 0 ? num_unavailable_migrations : num_executed_migrations }} - -

- -
- {{ _self.render_migration_details(collector, profiler_markup_version) }} -
-
- -
-

Configuration

- -
- {{ _self.render_configuration_details(collector, profiler_markup_version) }} -
-
-
-{% endblock %} - -{% macro render_migration_details(collector) %} - - - - - - - - - - - {% for migration in collector.data.new_migrations %} - {{ _self.render_migration(migration) }} - {% endfor %} - - {% for migration in collector.data.executed_migrations|reverse %} - {{ _self.render_migration(migration) }} - {% endfor %} -
VersionDescriptionStatusExecuted atExecution time
-{% endmacro %} - -{% macro render_configuration_details(collector) %} - - - - - - - - - - - {% if collector.data.table is defined %} - - - - - {% endif %} - {% if collector.data.column is defined %} - - - - - {% endif %} -
Storage
Type{{ collector.data.storage }}
Table Name{{ collector.data.table }}
Column Name{{ collector.data.column }}
- - - - - - - - - - - - - - - -
Database
Driver{{ collector.data.driver }}
Name{{ collector.data.name }}
- - - - - - - - {% for namespace, directory in collector.data.namespaces %} - - - - - {% endfor %} -
Migration Namespaces
{{ namespace }}{{ directory }}
-{% endmacro %} - -{% macro render_migration(migration, profiler_markup_version) %} - - - {% if migration.file %} - {{ migration.version }} - {% else %} - {{ migration.version }} - {% endif %} - - {{ migration.description }} - - {% if migration.is_new %} - = 3 ? 'badge badge-error' : 'label status-error' }}\">NOT EXECUTED - {% elseif migration.is_unavailable %} - = 3 ? 'badge badge-warning' : 'label status-warning' }}\">UNAVAILABLE - {% else %} - = 3 ? 'badge badge-success' : 'label status-success' }}\">EXECUTED - {% endif %} - - {{ migration.executed_at ? migration.executed_at|date('M j, Y H:i') : 'n/a' }} - - {% if migration.execution_time is null %} - n/a - {% elseif migration.execution_time < 1 %} - {{ (migration.execution_time * 1000)|number_format(0) }} ms - {% else %} - {{ migration.execution_time|number_format(2) }} seconds - {% endif %} - - -{% endmacro %} -", "@DoctrineMigrations/Collector/migrations.html.twig", "D:\\My Stuff\\DEVELOPMENT\\LaLiga\\LaLiga-BackEnd\\vendor\\doctrine\\doctrine-migrations-bundle\\Resources\\views\\Collector\\migrations.html.twig"); - } -} diff --git a/var/cache/dev/url_generating_routes.php b/var/cache/dev/url_generating_routes.php deleted file mode 100644 index e35fad27..00000000 --- a/var/cache/dev/url_generating_routes.php +++ /dev/null @@ -1,25 +0,0 @@ - [['code', '_format'], ['_controller' => 'error_controller::preview', '_format' => 'html'], ['code' => '\\d+'], [['variable', '.', '[^/]++', '_format', true], ['variable', '/', '\\d+', 'code', true], ['text', '/_error']], [], [], []], - 'app.swagger' => [[], ['_controller' => 'nelmio_api_doc.controller.swagger'], [], [['text', '/api/doc.json']], [], [], []], - 'app_league' => [[], ['_controller' => 'DMD\\LaLigaApi\\Controller\\LeagueController::createLeague'], [], [['text', '/api/league/new']], [], [], []], - 'app_update_league' => [[], ['_controller' => 'DMD\\LaLigaApi\\Controller\\LeagueController::updateLeague'], [], [['text', '/api/league/{$leagueId}']], [], [], []], - 'app_join_league' => [['leagueId'], ['_controller' => 'DMD\\LaLigaApi\\Controller\\LeagueController::joinLeague'], [], [['text', '/join'], ['variable', '/', '[^/]++', 'leagueId', true], ['text', '/api/league']], [], [], []], - 'app_join_team' => [['leagueId', 'teamId'], ['_controller' => 'DMD\\LaLigaApi\\Controller\\LeagueController::joinTeam'], [], [['variable', '/', '[^/]++', 'teamId', true], ['text', '/team'], ['variable', '/', '[^/]++', 'leagueId', true], ['text', '/api/league']], [], [], []], - 'app_get_league' => [['leagueId'], ['_controller' => 'DMD\\LaLigaApi\\Controller\\LeagueController::getLeagueById'], [], [['variable', '/', '[^/]++', 'leagueId', true], ['text', '/api/league']], [], [], []], - 'app_get_all_leagues' => [[], ['_controller' => 'DMD\\LaLigaApi\\Controller\\LeagueController::getAllLeagues'], [], [['text', '/api/public/league']], [], [], []], - 'app_accept_join_request' => [['leagueId', 'userId'], ['_controller' => 'DMD\\LaLigaApi\\Controller\\LeagueController::acceptJoinRequest'], [], [['text', '/accept'], ['variable', '/', '[^/]++', 'userId', true], ['text', '/user'], ['variable', '/', '[^/]++', 'leagueId', true], ['text', '/api/league']], [], [], []], - 'app_decline_join_request' => [['leagueId', 'captainId'], ['_controller' => 'DMD\\LaLigaApi\\Controller\\LeagueController::declineJoinRequest'], [], [['variable', '/', '[^/]++', 'captainId', true], ['text', '/decline'], ['variable', '/', '[^/]++', 'leagueId', true], ['text', '/api/league']], [], [], []], - 'app_get_notifications' => [[], ['_controller' => 'DMD\\LaLigaApi\\Controller\\NotificationController::getAllNotifications'], [], [['text', '/api/notifications']], [], [], []], - 'app_add_season' => [['leagueId'], ['_controller' => 'DMD\\LaLigaApi\\Controller\\SeasonController::addSeason'], [], [['text', '/season/create'], ['variable', '/', '[^/]++', 'leagueId', true], ['text', '/api/league']], [], [], []], - 'app_add_team' => [['leagueId', 'seasonId'], ['_controller' => 'DMD\\LaLigaApi\\Controller\\SeasonController::addTeam'], [], [['text', '/team'], ['variable', '/', '[^/]++', 'seasonId', true], ['text', '/season'], ['variable', '/', '[^/]++', 'leagueId', true], ['text', '/api/league']], [], [], []], - 'app_create_calendar' => [['leagueId', 'seasonId'], ['_controller' => 'DMD\\LaLigaApi\\Controller\\SeasonController::createCalendar'], [], [['text', '/calendar'], ['variable', '/', '[^/]++', 'seasonId', true], ['text', '/season'], ['variable', '/', '[^/]++', 'leagueId', true], ['text', '/api/league']], [], [], []], - 'app_user_register' => [[], ['_controller' => 'DMD\\LaLigaApi\\Controller\\UserController::createUser'], [], [['text', '/api/register']], [], [], []], - 'app_user_delete' => [[], ['_controller' => 'DMD\\LaLigaApi\\Controller\\UserController::deleteUser'], [], [['text', '/api/user/']], [], [], []], - 'app_update_user' => [[], ['_controller' => 'DMD\\LaLigaApi\\Controller\\UserController::updateUser'], [], [['text', '/api/user/edit']], [], [], []], - 'app_user_change_password' => [[], ['_controller' => 'DMD\\LaLigaApi\\Controller\\UserController::changePassword'], [], [['text', '/api/user/password']], [], [], []], - 'api_login_check' => [[], [], [], [['text', '/api/login_check']], [], [], []], -]; diff --git a/var/cache/dev/url_generating_routes.php.meta b/var/cache/dev/url_generating_routes.php.meta deleted file mode 100644 index 3574910b..00000000 Binary files a/var/cache/dev/url_generating_routes.php.meta and /dev/null differ diff --git a/var/cache/dev/url_matching_routes.php b/var/cache/dev/url_matching_routes.php deleted file mode 100644 index 0fd3aa9b..00000000 --- a/var/cache/dev/url_matching_routes.php +++ /dev/null @@ -1,64 +0,0 @@ - [[['_route' => 'app.swagger', '_controller' => 'nelmio_api_doc.controller.swagger'], null, ['GET' => 0], null, false, false, null]], - '/api/league/create' => [[['_route' => 'app_league', '_controller' => 'DMD\\LaLigaApi\\Controller\\LeagueController::createLeague'], null, ['POST' => 0], null, false, false, null]], - '/api/league/{$leagueId}' => [[['_route' => 'app_update_league', '_controller' => 'DMD\\LaLigaApi\\Controller\\LeagueController::updateLeague'], null, ['PUT' => 0], null, false, false, null]], - '/api/public/league' => [[['_route' => 'app_get_all_leagues', '_controller' => 'DMD\\LaLigaApi\\Controller\\LeagueController::getAllLeagues'], null, ['GET' => 0], null, false, false, null]], - '/api/notifications' => [[['_route' => 'app_get_notifications', '_controller' => 'DMD\\LaLigaApi\\Controller\\NotificationController::getAllNotifications'], null, null, null, false, false, null]], - '/api/register' => [[['_route' => 'app_user_register', '_controller' => 'DMD\\LaLigaApi\\Controller\\UserController::createUser'], null, ['POST' => 0], null, false, false, null]], - '/api/user' => [[['_route' => 'app_user_delete', '_controller' => 'DMD\\LaLigaApi\\Controller\\UserController::deleteUser'], null, ['DELETE' => 0], null, true, false, null]], - '/api/user/edit' => [[['_route' => 'app_update_user', '_controller' => 'DMD\\LaLigaApi\\Controller\\UserController::updateUser'], null, ['PUT' => 0], null, false, false, null]], - '/api/user/password' => [[['_route' => 'app_user_change_password', '_controller' => 'DMD\\LaLigaApi\\Controller\\UserController::changePassword'], null, ['PUT' => 0], null, false, false, null]], - '/api/login_check' => [[['_route' => 'api_login_check'], null, null, null, false, false, null]], - ], - [ // $regexpList - 0 => '{^(?' - .'|/_error/(\\d+)(?:\\.([^/]++))?(*:35)' - .'|/api/league/([^/]++)(?' - .'|/(?' - .'|join(*:73)' - .'|team/([^/]++)(*:93)' - .'|user/([^/]++)/accept(*:120)' - .'|decline/([^/]++)(*:144)' - .'|season/(?' - .'|create(*:168)' - .'|([^/]++)/(?' - .'|team(*:192)' - .'|facilities(?' - .'|/create(*:220)' - .'|(*:228)' - .')' - .'|calendar(*:245)' - .')' - .')' - .')' - .'|(*:256)' - .')' - .')/?$}sDu', - ], - [ // $dynamicRoutes - 35 => [[['_route' => '_preview_error', '_controller' => 'error_controller::preview', '_format' => 'html'], ['code', '_format'], null, null, false, true, null]], - 73 => [[['_route' => 'app_join_league', '_controller' => 'DMD\\LaLigaApi\\Controller\\LeagueController::joinLeague'], ['leagueId'], ['PUT' => 0], null, false, false, null]], - 93 => [[['_route' => 'app_join_team', '_controller' => 'DMD\\LaLigaApi\\Controller\\LeagueController::joinTeam'], ['leagueId', 'teamId'], ['PUT' => 0], null, false, true, null]], - 120 => [[['_route' => 'app_accept_join_request', '_controller' => 'DMD\\LaLigaApi\\Controller\\LeagueController::acceptJoinRequest'], ['leagueId', 'userId'], ['GET' => 0], null, false, false, null]], - 144 => [[['_route' => 'app_decline_join_request', '_controller' => 'DMD\\LaLigaApi\\Controller\\LeagueController::declineJoinRequest'], ['leagueId', 'captainId'], ['GET' => 0], null, false, true, null]], - 168 => [[['_route' => 'app_add_season', '_controller' => 'DMD\\LaLigaApi\\Controller\\SeasonController::addSeason'], ['leagueId'], ['POST' => 0], null, false, false, null]], - 192 => [[['_route' => 'app_add_team', '_controller' => 'DMD\\LaLigaApi\\Controller\\SeasonController::addTeam'], ['leagueId', 'seasonId'], ['POST' => 0], null, false, false, null]], - 220 => [[['_route' => 'app_create_facilities', '_controller' => 'DMD\\LaLigaApi\\Controller\\SeasonController::createFacilities'], ['leagueId', 'seasonId'], ['POST' => 0], null, false, false, null]], - 228 => [[['_route' => 'app_get_all_facilities', '_controller' => 'DMD\\LaLigaApi\\Controller\\SeasonController::getAllFacilities'], ['leagueId', 'seasonId'], ['GET' => 0], null, true, false, null]], - 245 => [[['_route' => 'app_create_calendar', '_controller' => 'DMD\\LaLigaApi\\Controller\\SeasonController::createCalendar'], ['leagueId', 'seasonId'], ['POST' => 0], null, false, false, null]], - 256 => [ - [['_route' => 'app_get_league', '_controller' => 'DMD\\LaLigaApi\\Controller\\LeagueController::getLeagueById'], ['leagueId'], ['GET' => 0], null, false, true, null], - [null, null, null, null, false, false, 0], - ], - ], - null, // $checkCondition -]; diff --git a/var/cache/dev/url_matching_routes.php.meta b/var/cache/dev/url_matching_routes.php.meta deleted file mode 100644 index 168b169a..00000000 Binary files a/var/cache/dev/url_matching_routes.php.meta and /dev/null differ diff --git a/var/cache/dev/validation.php b/var/cache/dev/validation.php deleted file mode 100644 index 6f5f6c7e..00000000 --- a/var/cache/dev/validation.php +++ /dev/null @@ -1,11 +0,0 @@ -