User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.api" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\GuardAuthenticatorHandler" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Event\AuthenticationFailureEvent" class is deprecated, use "Symfony\Component\Security\Http\Event\LoginFailureEvent" with the new authenticator system instead.
User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Token\PreAuthenticationGuardToken" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Token\GuardTokenInterface" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.login" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\UserAuthenticationProvider" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface" interface is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.login" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.api" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactory" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory" instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead.
User Deprecated: Since symfony/security-core 5.3: Not implementing method "getUserIdentifier(): string" in user class "App\Entity\Usuario" is deprecated. This method will replace "getUsername()" in Symfony 6.0.
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
Since symfony/framework-bundle 5.3: Not setting the "framework.session.storage_factory_id" configuration option is deprecated, it will default to "session.storage.factory.native" and will replace the "framework.session.storage_id" configuration option in version 6.0.
Class "App\Entity\Usuario" should implement method "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier()": returns the identifier for this user (e.g. its username or e-mailaddress)
Since symfony/security-bundle 5.3: Configuring an encoder for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "App\Entity\Usuario" should implement it.
Since symfony/security-bundle 5.3: Configuring a password hasher for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "App\Entity\Usuario" should implement it.
Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead.
Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener" class is deprecated, use the new authenticator system instead.
Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener" class is deprecated, use the new authenticator system instead.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead. It is being referenced by the "App\Services\Password\EncoderService" service.
Since symfony/framework-bundle 5.1: Using type "Symfony\Component\Routing\RouteCollectionBuilder" for argument 1 of method "App\Kernel:configureRoutes()" is deprecated, use "Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator" instead.
Since symfony/routing 5.1: The "Symfony\Component\Routing\RouteCollectionBuilder" class is deprecated, use "Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator" instead.
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.create_at AS create_at_3, t0.updated_at AS updated_at_4, t0.email AS email_5, t0.password AS password_6, t0.dni AS dni_7, t0.roles AS roles_8, t0.estado AS estado_9 FROM usuario t0 WHERE t0.email = ? LIMIT 1
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.create_at AS create_at_3, t0.updated_at AS updated_at_4, t0.email AS email_5, t0.password AS password_6, t0.dni AS dni_7, t0.roles AS roles_8, t0.estado AS estado_9 FROM usuario t0 WHERE t0.email = ? LIMIT 1
SELECT entidad_id as id, valor as role
FROM custom_values
WHERE entidad LIKE "USER" AND entidad_id IN (32752) AND clave LIKE "id_roles"
doctrine
SELECT entidad_id as id, valor as sede
FROM custom_values
WHERE entidad LIKE "USER" AND entidad_id IN (32752) AND clave LIKE "sede"
doctrine
SELECT cv.entidad_id as id, cv2.valor as sede
FROM custom_values cv
LEFT JOIN custom_values cv2 ON cv2.entidad_id = cv.valor
WHERE cv.entidad LIKE "USER" AND cv.entidad_id IN (32752) AND cv.clave LIKE "curso"
AND cv2.entidad LIKE "CURSO" AND cv2.clave LIKE "sede"
doctrine
SELECT id FROM cursos WHERE start_date <= CURRENT_DATE AND estado = 1 AND CURRENT_DATE <= end_date AND id IN ("2745")
doctrine
SELECT DISTINCT conv.super_promocion
FROM cursos c
LEFT JOIN convocatoria conv ON conv.id = c.convocatoria
WHERE c.id IN ("")
doctrine
SELECT DISTINCT m.id as msg_id, m.title, u.id as created_by_id, u.nombre as created_by, me.id as msg_entry_id
, me.text, mkv2.value as start, mc.id categoryId, mc.category as category, 1 as is_new
FROM msg AS m
INNER JOIN msg_entry AS me ON me.id_msg_id = m.id
LEFT JOIN msg_kv AS mkv ON mkv.id_msg_id = m.id
LEFT JOIN msg_kv AS mkv2 ON mkv2.id_msg_id = m.id
LEFT JOIN msg_kv AS mkv3 ON mkv3.id_msg_id = m.id
LEFT JOIN msg_kv AS mkv4 ON mkv4.id_msg_id = m.id
LEFT JOIN msg_kv AS mkv5 ON mkv5.id_msg_id = m.id
LEFT JOIN msg_kv AS mkv6 ON mkv6.id_msg_id = m.id
LEFT JOIN usuario AS u ON u.id = m.created_by_id
LEFT JOIN msg_category AS mc ON mc.id = mkv5.value
WHERE m.type = 0
AND ((mkv.field LIKE "user" AND mkv.value = 32752) OR (mkv.field LIKE "curso" AND mkv.value IN ("2745")))
AND mkv2.field LIKE "inicio" AND STR_TO_DATE(mkv2.value, "%d-%m-%Y") <= CURRENT_DATE
AND mkv3.field LIKE "habilitado" AND mkv3.value = "1"
AND mkv4.field LIKE "visualizar" AND mkv4.value = "1"
AND mkv5.field LIKE "category"
AND mkv6.field LIKE "fin" AND (mkv6.value IS NULL OR STR_TO_DATE(mkv6.value, "%d-%m-%Y") > CURRENT_DATE)
AND me.id NOT IN (
SELECT mr.id_msg_entry_id
FROM msg_read mr
WHERE mr.created_by_id = 32752
)
UNION
SELECT DISTINCT m.id as msg_id, m.title, u.id as created_by_id, u.nombre as created_by, me.id as msg_entry_id
, me.text, mkv2.value as start, mc.id categoryId, mc.category as category, 0 as is_new
FROM msg AS m
INNER JOIN msg_entry AS me ON me.id_msg_id = m.id
LEFT JOIN msg_kv AS mkv ON mkv.id_msg_id = m.id
LEFT JOIN msg_kv AS mkv2 ON mkv2.id_msg_id = m.id
LEFT JOIN msg_kv AS mkv3 ON mkv3.id_msg_id = m.id
LEFT JOIN msg_kv AS mkv4 ON mkv4.id_msg_id = m.id
LEFT JOIN msg_kv AS mkv5 ON mkv5.id_msg_id = m.id
LEFT JOIN msg_kv AS mkv6 ON mkv6.id_msg_id = m.id
LEFT JOIN usuario AS u ON u.id = m.created_by_id
LEFT JOIN msg_category AS mc ON mc.id = mkv5.value
WHERE m.type = 0
AND ((mkv.field LIKE "user" AND mkv.value = 32752) OR (mkv.field LIKE "curso" AND mkv.value IN ("2745")))
AND mkv2.field LIKE "inicio" AND STR_TO_DATE(mkv2.value, "%d-%m-%Y") <= CURRENT_DATE
AND mkv3.field LIKE "habilitado" AND mkv3.value = "1"
AND mkv4.field LIKE "visualizar" AND mkv4.value = "1"
AND mkv5.field LIKE "category"
AND mkv6.field LIKE "fin" AND (mkv6.value IS NULL OR STR_TO_DATE(mkv6.value, "%d-%m-%Y") > CURRENT_DATE)
AND me.id IN (
SELECT mr.id_msg_entry_id
FROM msg_read mr
WHERE mr.created_by_id = 32752
)
ORDER BY STR_TO_DATE(start, "%d-%m-%Y") DESC, msg_id DESC
Changed reference of service "App\Controller\ADMIN\Cursos" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "App\Controller\ADMIN\Users" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "App\Controller\Authentication" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "App\Controller\MENSAJERIA\Bidireccional" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "App\Controller\MENSAJERIA\Masivo" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "App\Controller\MENSAJERIA\Mensajes" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "App\Controller\MENSAJERIA\Retro" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "App\Controller\MENSAJERIA\Retros" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "App\Controller\PROFESOR\Alumnos" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "App\Controller\PROFESOR\Asignaturas" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "App\Controller\PROFESOR\Cursos" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "App\Controller\PROFESOR\Deberes" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "App\Controller\SUPERADMIN\Areas" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "App\Controller\SUPERADMIN\Aulas" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "App\Controller\SUPERADMIN\Retro\Retro" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "App\Controller\SUPERADMIN\Sedes" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "App\Controller\_ALUMNO\AlumnoExamenes" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "App\Controller\_ALUMNO\AlumnoStats" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "App\Controller\_ALUMNO\Compras" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "App\Controller\_CERTIFICADOS\Certificados" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "App\Controller\_CURSOS\Cursos" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "App\Controller\_PREGUNTAS\Preguntas" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "App\Controller\_PROGRAMACION\Programaciones" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "App\Controller\_TEMAS\Temas" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "App\Controller\_TEST\NTest" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "App\Repository\BaseRepository" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "App\Services\UserService\UserService" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "session.flash_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "session.attribute_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.json" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.json.login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.json.login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.authentication.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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".
Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.W9y3dzm" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.J4b.DPX" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.HLwzKIm" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.rbkQM6D" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.4kgUM3R" previously pointing to ".session.do-not-use" to "session".
Changed reference of service ".service_locator.4kgUM3R" previously pointing to ".session.do-not-use" to "session".
Removed service "container.env"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.doctrine"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.form_entry_point"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authentication.listener.rememberme"; reason: abstract.
Removed service "security.authentication.provider.rememberme"; reason: abstract.
Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
Removed service "security.authentication.listener.form"; reason: abstract.
Removed service "security.authentication.listener.x509"; reason: abstract.
Removed service "security.authentication.listener.json"; reason: abstract.
Removed service "security.authentication.listener.remote_user"; reason: abstract.
Removed service "security.authentication.listener.basic"; reason: abstract.
Removed service "security.authentication.provider.dao"; reason: abstract.
Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
Removed service "security.authentication.provider.guard"; reason: abstract.
Removed service "security.authentication.listener.guard"; reason: abstract.
Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ADMIN\Cursos"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ADMIN\Cursos"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ADMIN\Cursos"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ADMIN\Users"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ADMIN\Users"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ADMIN\Users"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Authentication"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Authentication"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Authentication"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\COMUNICACIONES\Announcement"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\COMUNICACIONES\Announcement"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\COMUNICACIONES\Announcement"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\COMUNICACIONES\AnnouncementCategory"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\COMUNICACIONES\AnnouncementCategory"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\COMUNICACIONES\AnnouncementCategory"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DEBERES\Deberes"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DEBERES\Deberes"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DEBERES\Deberes"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MAGENTO\Magento"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MAGENTO\Magento"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MAGENTO\Magento"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MENSAJERIA\Bidireccional"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MENSAJERIA\Bidireccional"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MENSAJERIA\Bidireccional"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MENSAJERIA\Masivo"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MENSAJERIA\Masivo"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MENSAJERIA\Masivo"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MENSAJERIA\Mensajes"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MENSAJERIA\Mensajes"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MENSAJERIA\Mensajes"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MENSAJERIA\Retro"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MENSAJERIA\Retro"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MENSAJERIA\Retro"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MENSAJERIA\Retros"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MENSAJERIA\Retros"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MENSAJERIA\Retros"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PROFESOR\Alumnos"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PROFESOR\Alumnos"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PROFESOR\Alumnos"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PROFESOR\Asignaturas"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PROFESOR\Asignaturas"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PROFESOR\Asignaturas"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PROFESOR\Cursos"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PROFESOR\Cursos"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PROFESOR\Cursos"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PROFESOR\Deberes"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PROFESOR\Deberes"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PROFESOR\Deberes"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Areas"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Areas"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SUPERADMIN\Areas"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Aulas"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Aulas"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SUPERADMIN\Aulas"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Cursos\CursosH"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Cursos\CursosH"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SUPERADMIN\Cursos\CursosH"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Importador\ImpoPreguntas"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Importador\ImpoPreguntas"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SUPERADMIN\Importador\ImpoPreguntas"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\PdfConvert\PdfConvert"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\PdfConvert\PdfConvert"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SUPERADMIN\PdfConvert\PdfConvert"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Profesores\Profesores"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Profesores\Profesores"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SUPERADMIN\Profesores\Profesores"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Retro\Retro"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Retro\Retro"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SUPERADMIN\Retro\Retro"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Sedes"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Sedes"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SUPERADMIN\Sedes"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Stats\Stats"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Stats\Stats"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SUPERADMIN\Stats\Stats"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Temas\Preguntas"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Temas\Preguntas"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SUPERADMIN\Temas\Preguntas"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Temas\Respuestas"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Temas\Respuestas"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SUPERADMIN\Temas\Respuestas"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Temas\Temas"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Temas\Temas"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SUPERADMIN\Temas\Temas"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Tests\Recursos"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Tests\Recursos"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SUPERADMIN\Tests\Recursos"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Users"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Users"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SUPERADMIN\Users"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_ALUMNO\AlumnoExamenes"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_ALUMNO\AlumnoExamenes"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_ALUMNO\AlumnoExamenes"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_ALUMNO\AlumnoStats"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_ALUMNO\AlumnoStats"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_ALUMNO\AlumnoStats"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_ALUMNO\Compras"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_ALUMNO\Compras"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_ALUMNO\Compras"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_BIBLIOTECA\Biblioteca"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_BIBLIOTECA\Biblioteca"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_BIBLIOTECA\Biblioteca"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_CASO_PRACTICO\CasoPractico"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_CASO_PRACTICO\CasoPractico"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_CASO_PRACTICO\CasoPractico"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_CERTIFICADOS\Certificados"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_CERTIFICADOS\Certificados"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_CERTIFICADOS\Certificados"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_CERTIFICADOS\Diplomas"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_CERTIFICADOS\Diplomas"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_CERTIFICADOS\Diplomas"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_COMPARATIVA_BAJA\ComparativaBaja"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_COMPARATIVA_BAJA\ComparativaBaja"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_COMPARATIVA_BAJA\ComparativaBaja"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_CONFIGURACION\Configuracion"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_CONFIGURACION\Configuracion"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_CONFIGURACION\Configuracion"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_CONVOCATORIA\Convocatoria"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_CONVOCATORIA\Convocatoria"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_CONVOCATORIA\Convocatoria"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_CURSOS\Cursos"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_CURSOS\Cursos"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_CURSOS\Cursos"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_CURSOS\auxCursos"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_CURSOS\auxCursos"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_CURSOS\auxCursos"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DASHBOARD\_ADMIN\Dashboard"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DASHBOARD\_ADMIN\Dashboard"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_DASHBOARD\_ADMIN\Dashboard"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DASHBOARD\_ADMIN\EvoStudentsMonth"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DASHBOARD\_ADMIN\EvoStudentsMonth"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_DASHBOARD\_ADMIN\EvoStudentsMonth"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DASHBOARD\_ADMIN\HalfMarkPresentialForMoth"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DASHBOARD\_ADMIN\HalfMarkPresentialForMoth"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_DASHBOARD\_ADMIN\HalfMarkPresentialForMoth"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DASHBOARD\_ADMIN\HalfMarksStudentByArea"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DASHBOARD\_ADMIN\HalfMarksStudentByArea"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_DASHBOARD\_ADMIN\HalfMarksStudentByArea"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DASHBOARD\_ADMIN\StudentsBySede"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DASHBOARD\_ADMIN\StudentsBySede"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_DASHBOARD\_ADMIN\StudentsBySede"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DASHBOARD\_ADMIN\StudentsLastMonth"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DASHBOARD\_ADMIN\StudentsLastMonth"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_DASHBOARD\_ADMIN\StudentsLastMonth"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DASHBOARD\_ADMIN\StudentsOnline"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DASHBOARD\_ADMIN\StudentsOnline"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_DASHBOARD\_ADMIN\StudentsOnline"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DASHBOARD\_ADMIN\TeachersFromArea"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DASHBOARD\_ADMIN\TeachersFromArea"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_DASHBOARD\_ADMIN\TeachersFromArea"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DASHBOARD\_ADMIN\TeachersFromSede"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DASHBOARD\_ADMIN\TeachersFromSede"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_DASHBOARD\_ADMIN\TeachersFromSede"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DOCUMENTACION_GENERAL\DocumentacionGeneral"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DOCUMENTACION_GENERAL\DocumentacionGeneral"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_DOCUMENTACION_GENERAL\DocumentacionGeneral"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_ESTADISTICAS\Estadisticas"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_ESTADISTICAS\Estadisticas"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_ESTADISTICAS\Estadisticas"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_EVOLUCION_ESTUDIO\EvolucionEstudio"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_EVOLUCION_ESTUDIO\EvolucionEstudio"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_EVOLUCION_ESTUDIO\EvolucionEstudio"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_FILES\ServerFiles"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_FILES\ServerFiles"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_FILES\ServerFiles"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_INFORMES\Informes"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_INFORMES\Informes"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_INFORMES\Informes"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_INGLES\Ingles"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_INGLES\Ingles"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_INGLES\Ingles"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_LOGROS\Logros"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_LOGROS\Logros"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_LOGROS\Logros"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_MANUAL_PDF\ManualPdf"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_MANUAL_PDF\ManualPdf"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_MANUAL_PDF\ManualPdf"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_MENU\Menu"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_MENU\Menu"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_MENU\Menu"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_ORTOGRAFIA\Ortografia"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_ORTOGRAFIA\Ortografia"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_ORTOGRAFIA\Ortografia"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_PREGUNTAS\Preguntas"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_PREGUNTAS\Preguntas"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_PREGUNTAS\Preguntas"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_PREGUNTAS\importarPreguntas"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_PREGUNTAS\importarPreguntas"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_PREGUNTAS\importarPreguntas"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_PROGRAMACION\Programaciones"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_PROGRAMACION\Programaciones"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_PROGRAMACION\Programaciones"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_PRUEBAS_FISICAS\PruebasFisicas"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_PRUEBAS_FISICAS\PruebasFisicas"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_PRUEBAS_FISICAS\PruebasFisicas"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_PSICOTECNICOS\Psicotecnicos"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_PSICOTECNICOS\Psicotecnicos"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_PSICOTECNICOS\Psicotecnicos"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_PUBLICIDAD\Publicidad"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_PUBLICIDAD\Publicidad"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_PUBLICIDAD\Publicidad"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_PUBLICIDAD\PublicidadAlumno"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_PUBLICIDAD\PublicidadAlumno"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_PUBLICIDAD\PublicidadAlumno"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_RECURSO\CursoRecursoCaso"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_RECURSO\CursoRecursoCaso"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_RECURSO\CursoRecursoCaso"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_RECURSO\CursoRecursoRefactor"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_RECURSO\CursoRecursoRefactor"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_RECURSO\CursoRecursoRefactor"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_RECURSO\Recurso"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_RECURSO\Recurso"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_RECURSO\Recurso"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_RECURSOS\NRecursos"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_RECURSOS\NRecursos"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_RECURSOS\NRecursos"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_RECURSO_INFORME\RecursoInforme"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_RECURSO_INFORME\RecursoInforme"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_RECURSO_INFORME\RecursoInforme"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_SCRIPTS\AddShowUnitsProgramation"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_SCRIPTS\AddShowUnitsProgramation"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_SCRIPTS\AddShowUnitsProgramation"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_SCRIPTS\RecoveryUnitsCourse"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_SCRIPTS\RecoveryUnitsCourse"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_SCRIPTS\RecoveryUnitsCourse"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_SCRIPTS\addBirthdateUsers"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_SCRIPTS\addBirthdateUsers"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_SCRIPTS\addBirthdateUsers"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_SCRIPTS\addMsgKVToAllMsg"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_SCRIPTS\addMsgKVToAllMsg"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_SCRIPTS\addMsgKVToAllMsg"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_SCRIPTS\updateUrlToVimeo"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_SCRIPTS\updateUrlToVimeo"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_SCRIPTS\updateUrlToVimeo"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_SUPER_PROMOCION\SuperPromocion"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_SUPER_PROMOCION\SuperPromocion"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_SUPER_PROMOCION\SuperPromocion"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_SUPER_PROMOCION\SuperPromocionNotas"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_SUPER_PROMOCION\SuperPromocionNotas"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_SUPER_PROMOCION\SuperPromocionNotas"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_SURVEY\Survey"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_SURVEY\Survey"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_SURVEY\Survey"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_TECNICAS_ESTUDIO\TecnicasEstudio"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_TECNICAS_ESTUDIO\TecnicasEstudio"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_TECNICAS_ESTUDIO\TecnicasEstudio"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_TEMAS\Temas"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_TEMAS\Temas"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_TEMAS\Temas"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_TEST\NTest"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_TEST\NTest"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_TEST\NTest"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_TEST\Test"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_TEST\Test"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_TEST\Test"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_TEST\TestRecurso"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_TEST\TestRecurso"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_TEST\TestRecurso"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_TEST\auxTest"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_TEST\auxTest"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_TEST\auxTest"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_USER\ControlHoras"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_USER\ControlHoras"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_USER\ControlHoras"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_USER\ControlPermisos"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_USER\ControlPermisos"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_USER\ControlPermisos"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_USER\Nuser"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_USER\Nuser"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_USER\Nuser"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_USER\User"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_USER\User"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_USER\User"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_USER\auxPictureUser"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_USER\auxPictureUser"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_USER\auxPictureUser"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_VIDEO_AYUDA\VideoAyuda"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_VIDEO_AYUDA\VideoAyuda"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\_VIDEO_AYUDA\VideoAyuda"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Listener\JWTCreatedListener"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Listener\JWTCreatedListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Listener\JWTCreatedListener"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ComunesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ComunesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConvocatoriaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ConvocatoriaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Curso2TemaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Curso2TemaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CursoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CursoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeberRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DeberRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeberesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DeberesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FisicasRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FisicasRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HorarioRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\HorarioRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MarcaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MarcaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MensajeEnlaceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MensajeEnlaceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MensajeFileRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MensajeFileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MensajeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MensajeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModalidadCursoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ModalidadCursoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MsgEntryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MsgEntryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MsgKvRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MsgKvRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MsgReadRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MsgReadRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MsgRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MsgRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MsgvRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MsgvRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NombreCursoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NombreCursoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Pregunta2TemaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Pregunta2TemaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PreguntaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PreguntaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PresencialRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PresencialRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PruebaFisicaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PruebaFisicaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Recurso2PreguntaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Recurso2PreguntaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Recurso2TemaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Recurso2TemaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecursoEmbedRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RecursoEmbedRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecursoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RecursoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecursoTemaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RecursoTemaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RespuestaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RespuestaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetroAlimentacionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RetroAlimentacionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetroHiloRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RetroHiloRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetroRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RetroRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\ActivityUserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Sql\ActivityUserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\AreaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Sql\AreaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\CasoPracticoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Sql\CasoPracticoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\CertificadoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Sql\CertificadoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\DeberesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Sql\DeberesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\PreguntasRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Sql\PreguntasRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\PruebasFisicasRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Sql\PruebasFisicasRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\PublicidadAlumnoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Sql\PublicidadAlumnoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\PublicidadRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Sql\PublicidadRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\RecursoCasosRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Sql\RecursoCasosRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\RecursosRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Sql\RecursosRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\RespuestasRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Sql\RespuestasRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\SedeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Sql\SedeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\SurveyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Sql\SurveyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\TemasPermisosRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Sql\TemasPermisosRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\TestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Sql\TestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Sql\UserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TemaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TemaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Test2ExamenPreguntaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Test2ExamenPreguntaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Test2PreguntaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Test2PreguntaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Test2SimulacroPreguntaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Test2SimulacroPreguntaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestAlumnoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TestAlumnoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestAlumnoRespuestaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TestAlumnoRespuestaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestExamenAlumnoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TestExamenAlumnoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestExamenAlumnoRespuestaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TestExamenAlumnoRespuestaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestExamenCursoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TestExamenCursoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestExamenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TestExamenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestExamenTemasRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TestExamenTemasRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestSimulacroAlumnoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TestSimulacroAlumnoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestSimulacroAlumnoRespuestaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TestSimulacroAlumnoRespuestaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestSimulacroRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TestSimulacroRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoEjercicioRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TipoEjercicioRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoRecursoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TipoRecursoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TutorAreaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TutorAreaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User2TemaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User2TemaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Services\FPDF\HtmlToPdf"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Services\FPDF\HtmlToPdf"; reason: abstract.
Removed service ".abstract.instanceof.App\Services\FPDF\HtmlToPdf"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\AnnouncementsAlertTask"; reason: abstract.
Removed service ".abstract.instanceof.App\Task\AnnouncementsAlertTask"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\CleanDataBaseTask"; reason: abstract.
Removed service ".abstract.instanceof.App\Task\CleanDataBaseTask"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\CleanTestRespuestasDataBaseTask"; reason: abstract.
Removed service ".abstract.instanceof.App\Task\CleanTestRespuestasDataBaseTask"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\CompoundAlertTask"; reason: abstract.
Removed service ".abstract.instanceof.App\Task\CompoundAlertTask"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\CompoundCursoTask"; reason: abstract.
Removed service ".abstract.instanceof.App\Task\CompoundCursoTask"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\CompoundMsgCVTask"; reason: abstract.
Removed service ".abstract.instanceof.App\Task\CompoundMsgCVTask"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\CompoundMsgTask"; reason: abstract.
Removed service ".abstract.instanceof.App\Task\CompoundMsgTask"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\CompoundStatisticsTask"; reason: abstract.
Removed service ".abstract.instanceof.App\Task\CompoundStatisticsTask"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\CompoundTestTask"; reason: abstract.
Removed service ".abstract.instanceof.App\Task\CompoundTestTask"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\CompoundUserTask"; reason: abstract.
Removed service ".abstract.instanceof.App\Task\CompoundUserTask"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\EmailUsersInactivos"; reason: abstract.
Removed service ".abstract.instanceof.App\Task\EmailUsersInactivos"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\EstadoUsuariosTask"; reason: abstract.
Removed service ".abstract.instanceof.App\Task\EstadoUsuariosTask"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\MsgCloseWithAnswerTask"; reason: abstract.
Removed service ".abstract.instanceof.App\Task\MsgCloseWithAnswerTask"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\MsgWithoutAnswerTask"; reason: abstract.
Removed service ".abstract.instanceof.App\Task\MsgWithoutAnswerTask"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\ProcessActivityReport"; reason: abstract.
Removed service ".abstract.instanceof.App\Task\ProcessActivityReport"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\PublicarCursoTask"; reason: abstract.
Removed service ".abstract.instanceof.App\Task\PublicarCursoTask"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\RemoveFakeUser"; reason: abstract.
Removed service ".abstract.instanceof.App\Task\RemoveFakeUser"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.acme_api.event.jwt_created_listener"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.acme_api.event.jwt_created_listener"; reason: abstract.
Removed service ".abstract.instanceof.acme_api.event.jwt_created_listener"; reason: abstract.
Inlined service ".service_locator.W9y3dzm.App\Controller\ADMIN\Cursos" to "App\Controller\ADMIN\Cursos".
Inlined service ".service_locator.W9y3dzm.App\Controller\ADMIN\Users" to "App\Controller\ADMIN\Users".
Inlined service "App\Services\Sessions\AuthenticationService" to "App\Controller\Authentication".
Inlined service ".service_locator.W9y3dzm.App\Controller\Authentication" to "App\Controller\Authentication".
Inlined service ".service_locator.W9y3dzm.App\Controller\COMUNICACIONES\Announcement" to "App\Controller\COMUNICACIONES\Announcement".
Inlined service "App\Services\MsgService\AnnouncementCategoryService" to "App\Controller\COMUNICACIONES\AnnouncementCategory".
Inlined service ".service_locator.W9y3dzm.App\Controller\COMUNICACIONES\AnnouncementCategory" to "App\Controller\COMUNICACIONES\AnnouncementCategory".
Inlined service "App\Services\DeberesService\DeberesService" to "App\Controller\DEBERES\Deberes".
Inlined service ".service_locator.W9y3dzm.App\Controller\DEBERES\Deberes" to "App\Controller\DEBERES\Deberes".
Inlined service "App\Services\MagentoService\MagentoService" to "App\Controller\MAGENTO\Magento".
Inlined service ".service_locator.W9y3dzm.App\Controller\MAGENTO\Magento" to "App\Controller\MAGENTO\Magento".
Inlined service ".service_locator.W9y3dzm.App\Controller\MENSAJERIA\Bidireccional" to "App\Controller\MENSAJERIA\Bidireccional".
Inlined service ".service_locator.W9y3dzm.App\Controller\MENSAJERIA\Masivo" to "App\Controller\MENSAJERIA\Masivo".
Inlined service ".service_locator.W9y3dzm.App\Controller\MENSAJERIA\Mensajes" to "App\Controller\MENSAJERIA\Mensajes".
Inlined service ".service_locator.W9y3dzm.App\Controller\MENSAJERIA\Retro" to "App\Controller\MENSAJERIA\Retro".
Inlined service ".service_locator.W9y3dzm.App\Controller\MENSAJERIA\Retros" to "App\Controller\MENSAJERIA\Retros".
Inlined service ".service_locator.W9y3dzm.App\Controller\PROFESOR\Alumnos" to "App\Controller\PROFESOR\Alumnos".
Inlined service ".service_locator.W9y3dzm.App\Controller\PROFESOR\Asignaturas" to "App\Controller\PROFESOR\Asignaturas".
Inlined service ".service_locator.W9y3dzm.App\Controller\PROFESOR\Cursos" to "App\Controller\PROFESOR\Cursos".
Inlined service ".service_locator.W9y3dzm.App\Controller\PROFESOR\Deberes" to "App\Controller\PROFESOR\Deberes".
Inlined service "App\Services\AreaService\AreaService" to "App\Controller\SUPERADMIN\Areas".
Inlined service ".service_locator.W9y3dzm.App\Controller\SUPERADMIN\Areas" to "App\Controller\SUPERADMIN\Areas".
Inlined service ".service_locator.W9y3dzm.App\Controller\SUPERADMIN\Aulas" to "App\Controller\SUPERADMIN\Aulas".
Inlined service ".service_locator.W9y3dzm.App\Controller\SUPERADMIN\Cursos\CursosH" to "App\Controller\SUPERADMIN\Cursos\CursosH".
Inlined service ".service_locator.W9y3dzm.App\Controller\SUPERADMIN\Importador\ImpoPreguntas" to "App\Controller\SUPERADMIN\Importador\ImpoPreguntas".
Inlined service ".service_locator.W9y3dzm.App\Controller\SUPERADMIN\PdfConvert\PdfConvert" to "App\Controller\SUPERADMIN\PdfConvert\PdfConvert".
Inlined service ".service_locator.W9y3dzm.App\Controller\SUPERADMIN\Profesores\Profesores" to "App\Controller\SUPERADMIN\Profesores\Profesores".
Inlined service ".service_locator.W9y3dzm.App\Controller\SUPERADMIN\Retro\Retro" to "App\Controller\SUPERADMIN\Retro\Retro".
Inlined service ".service_locator.W9y3dzm.App\Controller\SUPERADMIN\Sedes" to "App\Controller\SUPERADMIN\Sedes".
Inlined service ".service_locator.W9y3dzm.App\Controller\SUPERADMIN\Stats\Stats" to "App\Controller\SUPERADMIN\Stats\Stats".
Inlined service ".service_locator.W9y3dzm.App\Controller\SUPERADMIN\Temas\Preguntas" to "App\Controller\SUPERADMIN\Temas\Preguntas".
Inlined service ".service_locator.W9y3dzm.App\Controller\SUPERADMIN\Temas\Respuestas" to "App\Controller\SUPERADMIN\Temas\Respuestas".
Inlined service ".service_locator.W9y3dzm.App\Controller\SUPERADMIN\Temas\Temas" to "App\Controller\SUPERADMIN\Temas\Temas".
Inlined service ".service_locator.W9y3dzm.App\Controller\SUPERADMIN\Tests\Recursos" to "App\Controller\SUPERADMIN\Tests\Recursos".
Inlined service ".service_locator.W9y3dzm.App\Controller\SUPERADMIN\Users" to "App\Controller\SUPERADMIN\Users".
Inlined service ".service_locator.W9y3dzm.App\Controller\_ALUMNO\AlumnoExamenes" to "App\Controller\_ALUMNO\AlumnoExamenes".
Inlined service ".service_locator.W9y3dzm.App\Controller\_ALUMNO\AlumnoStats" to "App\Controller\_ALUMNO\AlumnoStats".
Inlined service ".service_locator.W9y3dzm.App\Controller\_ALUMNO\Compras" to "App\Controller\_ALUMNO\Compras".
Inlined service "App\Services\BibliotecaService\BibliotecaService" to "App\Controller\_BIBLIOTECA\Biblioteca".
Inlined service ".service_locator.W9y3dzm.App\Controller\_BIBLIOTECA\Biblioteca" to "App\Controller\_BIBLIOTECA\Biblioteca".
Inlined service "App\Services\CasoPracticoService\CasoPracticoService" to "App\Controller\_CASO_PRACTICO\CasoPractico".
Inlined service ".service_locator.W9y3dzm.App\Controller\_CASO_PRACTICO\CasoPractico" to "App\Controller\_CASO_PRACTICO\CasoPractico".
Inlined service "App\Services\FPDF\FpdfService" to "App\Controller\_CERTIFICADOS\Certificados".
Inlined service "App\Services\FPDF\CertificadosPdf" to "App\Controller\_CERTIFICADOS\Certificados".
Inlined service ".service_locator.W9y3dzm.App\Controller\_CERTIFICADOS\Certificados" to "App\Controller\_CERTIFICADOS\Certificados".
Inlined service "App\Services\CertificadoService\CertificadoService" to "App\Controller\_CERTIFICADOS\Diplomas".
Inlined service ".service_locator.W9y3dzm.App\Controller\_CERTIFICADOS\Diplomas" to "App\Controller\_CERTIFICADOS\Diplomas".
Inlined service "App\Services\ComparativaBajaService\ComparativaBajaService" to "App\Controller\_COMPARATIVA_BAJA\ComparativaBaja".
Inlined service ".service_locator.W9y3dzm.App\Controller\_COMPARATIVA_BAJA\ComparativaBaja" to "App\Controller\_COMPARATIVA_BAJA\ComparativaBaja".
Inlined service "App\Services\ConfigurationService\ConfigurationService" to "App\Controller\_CONFIGURACION\Configuracion".
Inlined service ".service_locator.W9y3dzm.App\Controller\_CONFIGURACION\Configuracion" to "App\Controller\_CONFIGURACION\Configuracion".
Inlined service ".service_locator.W9y3dzm.App\Controller\_CONVOCATORIA\Convocatoria" to "App\Controller\_CONVOCATORIA\Convocatoria".
Inlined service ".service_locator.W9y3dzm.App\Controller\_CURSOS\Cursos" to "App\Controller\_CURSOS\Cursos".
Inlined service ".service_locator.W9y3dzm.App\Controller\_CURSOS\auxCursos" to "App\Controller\_CURSOS\auxCursos".
Inlined service ".service_locator.W9y3dzm.App\Controller\_DASHBOARD\_ADMIN\Dashboard" to "App\Controller\_DASHBOARD\_ADMIN\Dashboard".
Inlined service ".service_locator.W9y3dzm.App\Controller\_DASHBOARD\_ADMIN\EvoStudentsMonth" to "App\Controller\_DASHBOARD\_ADMIN\EvoStudentsMonth".
Inlined service ".service_locator.W9y3dzm.App\Controller\_DASHBOARD\_ADMIN\HalfMarkPresentialForMoth" to "App\Controller\_DASHBOARD\_ADMIN\HalfMarkPresentialForMoth".
Inlined service ".service_locator.W9y3dzm.App\Controller\_DASHBOARD\_ADMIN\HalfMarksStudentByArea" to "App\Controller\_DASHBOARD\_ADMIN\HalfMarksStudentByArea".
Inlined service ".service_locator.W9y3dzm.App\Controller\_DASHBOARD\_ADMIN\StudentsBySede" to "App\Controller\_DASHBOARD\_ADMIN\StudentsBySede".
Inlined service ".service_locator.W9y3dzm.App\Controller\_DASHBOARD\_ADMIN\StudentsLastMonth" to "App\Controller\_DASHBOARD\_ADMIN\StudentsLastMonth".
Inlined service ".service_locator.W9y3dzm.App\Controller\_DASHBOARD\_ADMIN\StudentsOnline" to "App\Controller\_DASHBOARD\_ADMIN\StudentsOnline".
Inlined service ".service_locator.W9y3dzm.App\Controller\_DASHBOARD\_ADMIN\TeachersFromArea" to "App\Controller\_DASHBOARD\_ADMIN\TeachersFromArea".
Inlined service ".service_locator.W9y3dzm.App\Controller\_DASHBOARD\_ADMIN\TeachersFromSede" to "App\Controller\_DASHBOARD\_ADMIN\TeachersFromSede".
Inlined service ".service_locator.W9y3dzm.App\Controller\_DOCUMENTACION_GENERAL\DocumentacionGeneral" to "App\Controller\_DOCUMENTACION_GENERAL\DocumentacionGeneral".
Inlined service "App\Services\EstadisticasService\EstadisticasService" to "App\Controller\_ESTADISTICAS\Estadisticas".
Inlined service ".service_locator.W9y3dzm.App\Controller\_ESTADISTICAS\Estadisticas" to "App\Controller\_ESTADISTICAS\Estadisticas".
Inlined service "App\Services\EvolucionEstudioService\EvolucionEstudioService" to "App\Controller\_EVOLUCION_ESTUDIO\EvolucionEstudio".
Inlined service ".service_locator.W9y3dzm.App\Controller\_EVOLUCION_ESTUDIO\EvolucionEstudio" to "App\Controller\_EVOLUCION_ESTUDIO\EvolucionEstudio".
Inlined service ".service_locator.W9y3dzm.App\Controller\_FILES\ServerFiles" to "App\Controller\_FILES\ServerFiles".
Inlined service ".service_locator.W9y3dzm.App\Controller\_INFORMES\Informes" to "App\Controller\_INFORMES\Informes".
Inlined service "App\Services\InglesService\InglesMaterialService" to "App\Controller\_INGLES\Ingles".
Inlined service ".service_locator.W9y3dzm.App\Controller\_INGLES\Ingles" to "App\Controller\_INGLES\Ingles".
Inlined service ".service_locator.W9y3dzm.App\Controller\_LOGROS\Logros" to "App\Controller\_LOGROS\Logros".
Inlined service "App\Services\ManualPdfService\ManualPdfService" to "App\Controller\_MANUAL_PDF\ManualPdf".
Inlined service ".service_locator.W9y3dzm.App\Controller\_MANUAL_PDF\ManualPdf" to "App\Controller\_MANUAL_PDF\ManualPdf".
Inlined service "App\Services\MenuService\MenuService" to "App\Controller\_MENU\Menu".
Inlined service ".service_locator.W9y3dzm.App\Controller\_MENU\Menu" to "App\Controller\_MENU\Menu".
Inlined service "App\Services\OrtografiaService\OrtografiaMaterialService" to "App\Controller\_ORTOGRAFIA\Ortografia".
Inlined service ".service_locator.W9y3dzm.App\Controller\_ORTOGRAFIA\Ortografia" to "App\Controller\_ORTOGRAFIA\Ortografia".
Inlined service "App\Services\PreguntasService\PreguntasService" to "App\Controller\_PREGUNTAS\Preguntas".
Inlined service ".service_locator.W9y3dzm.App\Controller\_PREGUNTAS\Preguntas" to "App\Controller\_PREGUNTAS\Preguntas".
Inlined service ".service_locator.W9y3dzm.App\Controller\_PREGUNTAS\importarPreguntas" to "App\Controller\_PREGUNTAS\importarPreguntas".
Inlined service ".service_locator.W9y3dzm.App\Controller\_PROGRAMACION\Programaciones" to "App\Controller\_PROGRAMACION\Programaciones".
Inlined service "App\Services\PruebasFisicas\PruebasFisicasMaterialService" to "App\Controller\_PRUEBAS_FISICAS\PruebasFisicas".
Inlined service ".service_locator.W9y3dzm.App\Controller\_PRUEBAS_FISICAS\PruebasFisicas" to "App\Controller\_PRUEBAS_FISICAS\PruebasFisicas".
Inlined service "App\Services\PsicotecnicosService\PsicotecnicosMaterialService" to "App\Controller\_PSICOTECNICOS\Psicotecnicos".
Inlined service ".service_locator.W9y3dzm.App\Controller\_PSICOTECNICOS\Psicotecnicos" to "App\Controller\_PSICOTECNICOS\Psicotecnicos".
Inlined service "App\Services\PublicidadService\PublicidadService" to "App\Controller\_PUBLICIDAD\Publicidad".
Inlined service ".service_locator.W9y3dzm.App\Controller\_PUBLICIDAD\Publicidad" to "App\Controller\_PUBLICIDAD\Publicidad".
Inlined service "App\Services\PublicidadService\PublicidadAlumnoService" to "App\Controller\_PUBLICIDAD\PublicidadAlumno".
Inlined service ".service_locator.W9y3dzm.App\Controller\_PUBLICIDAD\PublicidadAlumno" to "App\Controller\_PUBLICIDAD\PublicidadAlumno".
Inlined service ".service_locator.W9y3dzm.App\Controller\_RECURSO\CursoRecursoCaso" to "App\Controller\_RECURSO\CursoRecursoCaso".
Inlined service ".service_locator.W9y3dzm.App\Controller\_RECURSO\CursoRecursoRefactor" to "App\Controller\_RECURSO\CursoRecursoRefactor".
Inlined service ".service_locator.W9y3dzm.App\Controller\_RECURSO\Recurso" to "App\Controller\_RECURSO\Recurso".
Inlined service ".service_locator.W9y3dzm.App\Controller\_RECURSOS\NRecursos" to "App\Controller\_RECURSOS\NRecursos".
Inlined service "App\Services\RecursoInformeService\RecursoInformeService" to "App\Controller\_RECURSO_INFORME\RecursoInforme".
Inlined service ".service_locator.W9y3dzm.App\Controller\_RECURSO_INFORME\RecursoInforme" to "App\Controller\_RECURSO_INFORME\RecursoInforme".
Inlined service ".service_locator.W9y3dzm.App\Controller\_SCRIPTS\AddShowUnitsProgramation" to "App\Controller\_SCRIPTS\AddShowUnitsProgramation".
Inlined service "App\Services\RecoveryUnitsCourseService\RecoveryUnitsCourseService" to "App\Controller\_SCRIPTS\RecoveryUnitsCourse".
Inlined service ".service_locator.W9y3dzm.App\Controller\_SCRIPTS\RecoveryUnitsCourse" to "App\Controller\_SCRIPTS\RecoveryUnitsCourse".
Inlined service ".service_locator.W9y3dzm.App\Controller\_SCRIPTS\addBirthdateUsers" to "App\Controller\_SCRIPTS\addBirthdateUsers".
Inlined service ".service_locator.W9y3dzm.App\Controller\_SCRIPTS\addMsgKVToAllMsg" to "App\Controller\_SCRIPTS\addMsgKVToAllMsg".
Inlined service ".service_locator.W9y3dzm.App\Controller\_SCRIPTS\updateUrlToVimeo" to "App\Controller\_SCRIPTS\updateUrlToVimeo".
Inlined service "App\Services\SuperPromocionService\SuperPromocionService" to "App\Controller\_SUPER_PROMOCION\SuperPromocion".
Inlined service ".service_locator.W9y3dzm.App\Controller\_SUPER_PROMOCION\SuperPromocion" to "App\Controller\_SUPER_PROMOCION\SuperPromocion".
Inlined service ".service_locator.W9y3dzm.App\Controller\_SUPER_PROMOCION\SuperPromocionNotas" to "App\Controller\_SUPER_PROMOCION\SuperPromocionNotas".
Inlined service "App\Services\SurveyService\SurveyService" to "App\Controller\_SURVEY\Survey".
Inlined service ".service_locator.W9y3dzm.App\Controller\_SURVEY\Survey" to "App\Controller\_SURVEY\Survey".
Inlined service ".service_locator.W9y3dzm.App\Controller\_TECNICAS_ESTUDIO\TecnicasEstudio" to "App\Controller\_TECNICAS_ESTUDIO\TecnicasEstudio".
Inlined service ".service_locator.W9y3dzm.App\Controller\_TEMAS\Temas" to "App\Controller\_TEMAS\Temas".
Inlined service "App\Services\TestService\TestAdminService" to "App\Controller\_TEST\NTest".
Inlined service ".service_locator.W9y3dzm.App\Controller\_TEST\NTest" to "App\Controller\_TEST\NTest".
Inlined service ".service_locator.W9y3dzm.App\Controller\_TEST\Test" to "App\Controller\_TEST\Test".
Inlined service "App\Services\TestService\TestResourceService" to "App\Controller\_TEST\TestRecurso".
Inlined service ".service_locator.W9y3dzm.App\Controller\_TEST\TestRecurso" to "App\Controller\_TEST\TestRecurso".
Inlined service ".service_locator.W9y3dzm.App\Controller\_TEST\auxTest" to "App\Controller\_TEST\auxTest".
Inlined service "App\Services\ControlHorasService\ControlHorasService" to "App\Controller\_USER\ControlHoras".
Inlined service ".service_locator.W9y3dzm.App\Controller\_USER\ControlHoras" to "App\Controller\_USER\ControlHoras".
Inlined service ".service_locator.W9y3dzm.App\Controller\_USER\ControlPermisos" to "App\Controller\_USER\ControlPermisos".
Inlined service ".service_locator.W9y3dzm.App\Controller\_USER\Nuser" to "App\Controller\_USER\Nuser".
Inlined service ".service_locator.W9y3dzm.App\Controller\_USER\User" to "App\Controller\_USER\User".
Inlined service ".service_locator.W9y3dzm.App\Controller\_USER\auxPictureUser" to "App\Controller\_USER\auxPictureUser".
Inlined service "App\Services\VideoAyudaService\VideoAyudaService" to "App\Controller\_VIDEO_AYUDA\VideoAyuda".
Inlined service ".service_locator.W9y3dzm.App\Controller\_VIDEO_AYUDA\VideoAyuda" to "App\Controller\_VIDEO_AYUDA\VideoAyuda".
Inlined service ".service_locator.W9y3dzm.App\Listener\JWTCreatedListener" to "App\Listener\JWTCreatedListener".
Inlined service "App\Repository\Sql\BibliotecaRepository" to "App\Services\BibliotecaService\BibliotecaService".
Inlined service "App\Services\FPDF\DiplomaService" to "App\Services\CertificadoService\CertificadoService".
Inlined service "App\Repository\Sql\ConfigurationRepository" to "App\Services\ConfigurationService\ConfigurationService".
Inlined service "App\Repository\Sql\DocumentacionGeneralRepository" to "App\Services\DocumentacionGeneralService\DocumentacionGeneralService".
Inlined service "App\Repository\Sql\EvolucionEstudioRepository" to "App\Services\EvolucionEstudioService\EvolucionEstudioService".
Inlined service ".service_locator.W9y3dzm.App\Services\FPDF\HtmlToPdf" to "App\Services\FPDF\HtmlToPdf".
Inlined service "App\Repository\Sql\InformesRepository" to "App\Services\InformesService\InformesService".
Inlined service "App\Repository\Sql\InglesMaterialRepository" to "App\Services\InglesService\InglesMaterialService".
Inlined service "App\Repository\Sql\ManualPdfRepository" to "App\Services\ManualPdfService\ManualPdfService".
Inlined service "App\Repository\Sql\AnnouncementCategoryRepository" to "App\Services\MsgService\AnnouncementCategoryService".
Inlined service "App\Repository\Sql\OrtografiaMaterialRepository" to "App\Services\OrtografiaService\OrtografiaMaterialService".
Inlined service "App\Services\PreguntasService\PreguntasListModel" to "App\Services\PreguntasService\PreguntasService".
Inlined service "App\Services\PreguntasService\PreguntasListAnswerModel" to "App\Services\PreguntasService\PreguntasService".
Inlined service "App\Repository\Sql\AulasRepository" to "App\Services\ProgramacionService\ProgramacionService".
Inlined service "App\Repository\Sql\PruebasFisicasMaterialRepository" to "App\Services\PruebasFisicas\PruebasFisicasMaterialService".
Inlined service "App\Repository\Sql\PsicotecnicosMaterialRepository" to "App\Services\PsicotecnicosService\PsicotecnicosMaterialService".
Inlined service "App\Services\RecursosService\RecursoPsicotecnicosService" to "App\Services\PsicotecnicosService\PsicotecnicosMaterialService".
Inlined service "App\Repository\Sql\SuperPromocionNotasRepository" to "App\Services\SuperPromocionService\SuperPromocionNotasService".
Inlined service "App\Repository\Sql\TecnicasEstudioRepository" to "App\Services\TecnicasEstudioService\TecnicasEstudioService".
Inlined service "App\Repository\Sql\TestResourceRepository" to "App\Services\TestService\TestResourceService".
Inlined service "App\Repository\Sql\VideoAyudaRepository" to "App\Services\VideoAyudaService\VideoAyudaService".
Inlined service "App\Services\CommonService\CleanDataBaseService" to "App\Task\CleanDataBaseTask".
Inlined service "App\Services\CommonService\RemoveDataBaseService" to "App\Task\CleanTestRespuestasDataBaseTask".
Inlined service ".service_locator.W9y3dzm.acme_api.event.jwt_created_listener" to "acme_api.event.jwt_created_listener".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service ".service_locator.4kgUM3R" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "mailer.transports" to "mailer.mailer".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.O24_MAy" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.J4b.DPX.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "profiler.storage" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.cache" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service ".service_locator.kODoftA" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.HLwzKIm.router.cache_warmer" to "router.cache_warmer".
Inlined service "annotations.dummy_registry" to "annotations.reader".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "container.getenv" to "secrets.decryption_key".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logger".
Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logger" to "doctrine.dbal.logger.chain.default".
Inlined service ".service_locator.VPhYdBw" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.Xc5tJJm" to "doctrine.orm.container_repository_factory".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.query.compatibility_layer" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.compatibility_layer" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.connection_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.file_link_formatter" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.authentication.retry_entry_point" to "security.channel_listener".
Inlined service ".security.request_matcher.ebRA.bC" to "security.access_map".
Inlined service ".security.request_matcher.Ud1TEPV" to "security.access_map".
Inlined service ".security.request_matcher.cRNYaJ1" to "security.access_map".
Inlined service "security.authentication.session_strategy" to "security.authentication.guard_handler".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service "lexik_jwt_authentication.handler.authentication_success" to "security.authentication.success_handler.login.json_login".
Inlined service "lexik_jwt_authentication.handler.authentication_failure" to "security.authentication.failure_handler.login.json_login".
Inlined service "security.authentication.success_handler.login.json_login" to "security.authentication.listener.json.login".
Inlined service "security.authentication.failure_handler.login.json_login" to "security.authentication.listener.json.login".
Inlined service "security.authentication.session_strategy_noop" to "security.authentication.listener.json.login".
Inlined service "security.exception_listener.login" to "security.firewall.map.context.login".
Inlined service "security.firewall.map.config.login" to "security.firewall.map.context.login".
Inlined service "security.user_password_hasher" to "security.authentication.provider.guard.api".
Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
Inlined service "lexik_jwt_authentication.extractor.authorization_header_extractor" to "lexik_jwt_authentication.extractor.chain_extractor".
Inlined service "lexik_jwt_authentication.extractor.chain_extractor" to "lexik_jwt_authentication.security.guard.jwt_token_authenticator".
Inlined service ".1_TokenStorage~xl29M_i" to "lexik_jwt_authentication.security.guard.jwt_token_authenticator".
Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.PQK0.4p.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.debug" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "knp_paginator.twig.extension.pagination" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.aq4MYft.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.VMK2iOS" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "cron.command_builder" to "cron.resolver".
Inlined service "knp_paginator.helper.processor" to "knp_paginator.twig.extension.pagination".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to "debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service ".service_locator.J4b.DPX" to ".service_locator.J4b.DPX.translation.warmer".
Inlined service ".service_locator.491LSII" to ".service_locator.491LSII.router.default".
Inlined service ".service_locator.HLwzKIm" to ".service_locator.HLwzKIm.router.cache_warmer".
Inlined service ".service_locator.PQK0.4p" to ".service_locator.PQK0.4p.sensio_framework_extra.view.listener".
Inlined service ".service_locator.aq4MYft" to ".service_locator.aq4MYft.twig.template_cache_warmer".
Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service ".service_locator.JBg77w2" to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service ".service_locator.491LSII.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
Inlined service "session.factory" to "session".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "App\Services\Files\ReadExcel" to "App\Controller\_PREGUNTAS\Preguntas".
Inlined service "App\Services\Files\ReadExcel" to "App\Controller\_PREGUNTAS\Preguntas".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "property_info" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "property_info" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".