Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\AppCerrarLibrosRegistrosCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\AppComprobarFicherosEnviosCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\AppComprobarRelesCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\AppEliminarRegistrosFinalizadosCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\AppEnviarCheckinInvitacionesCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\AppEnviarFicherosEnviosCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\AppEnviarInvitacionesCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\AppEnviarUnlockRecordsCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\AppEnviarUnlockRecordsNukiCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\AppEnviarValidacionesCheckinCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\AppEstadosNukiCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\AppGeneradorCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\AppGenerarFicherosEnviosCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\AppIntegracionAviratoCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\AppIntegracionKrossBookingCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\AppReservasPorEmailCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\AppSesCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\AppSmoobuCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\AppTecladosITecCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\AppTecladosNukiCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\AppTecladosTTLockCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
App\Security\GoogleAuthenticator::start(): Implicitly marking parameter $authException as nullable is deprecated, the explicit nullable type must be used instead
Since symfony/framework-bundle 7.3: Not setting the "property_info.with_constructor_extractor" option explicitly is deprecated because its default value will change in version 8.0.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\Extension\AppExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Since twig/twig 3.12: Character "C" should not be escaped; the "\" character is ignored in Twig 3 but will not be in Twig 4. Please remove the extra "\" character at position 5 in "frontend.html.twig" at line 41.
Since twig/twig 3.12: Character "C" should not be escaped; the "\" character is ignored in Twig 3 but will not be in Twig 4. Please remove the extra "\" character at position 16 in "frontend.html.twig" at line 41.
The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:65 called by App_KernelDevDebugContainer.php:1365, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)
In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode also with the AnnotationDriver today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AnnotationDriver.php:75 called by App_KernelDevDebugContainer.php:1365, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)
User Deprecated: Doctrine\DBAL\Statement::execute() is deprecated, use Statement::executeQuery() or Statement::executeStatement() instead (Statement.php:172 called by InvitacionHuespedRepository.php:370, https://github.com/doctrine/dbal/pull/4580, package doctrine/dbal)
Log messages generated during the compilation of the service container.
Messages
Class
297
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\AppExtension" (parent: .abstract.instanceof.App\Twig\Extension\AppExtension).
Resolving inheritance for "App\Twig\Extension\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\AppExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MarkdownExtension" (parent: .abstract.instanceof.App\Twig\MarkdownExtension).
Resolving inheritance for "App\Twig\MarkdownExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MarkdownExtension).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Calendarios\CalendarioController" (parent: .abstract.instanceof.App\Controller\Calendarios\CalendarioController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Calendarios\CalendarioController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Calendarios\CalendarioController).
Resolving inheritance for ".instanceof.App\Controller\Calendarios\CalendarioController.0.App\Controller\Calendarios\CalendarioController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Calendarios\CalendarioController).
Resolving inheritance for "App\Controller\Calendarios\CalendarioController" (parent: .instanceof.App\Controller\Calendarios\CalendarioController.0.App\Controller\Calendarios\CalendarioController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CamposPersonalizados\CampoPersonalizadoController" (parent: .abstract.instanceof.App\Controller\CamposPersonalizados\CampoPersonalizadoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CamposPersonalizados\CampoPersonalizadoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CamposPersonalizados\CampoPersonalizadoController).
Resolving inheritance for ".instanceof.App\Controller\CamposPersonalizados\CampoPersonalizadoController.0.App\Controller\CamposPersonalizados\CampoPersonalizadoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CamposPersonalizados\CampoPersonalizadoController).
Resolving inheritance for "App\Controller\CamposPersonalizados\CampoPersonalizadoController" (parent: .instanceof.App\Controller\CamposPersonalizados\CampoPersonalizadoController.0.App\Controller\CamposPersonalizados\CampoPersonalizadoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Carteras\CarteraController" (parent: .abstract.instanceof.App\Controller\Carteras\CarteraController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Carteras\CarteraController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Carteras\CarteraController).
Resolving inheritance for ".instanceof.App\Controller\Carteras\CarteraController.0.App\Controller\Carteras\CarteraController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Carteras\CarteraController).
Resolving inheritance for "App\Controller\Carteras\CarteraController" (parent: .instanceof.App\Controller\Carteras\CarteraController.0.App\Controller\Carteras\CarteraController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cerraduras\CerraduraController" (parent: .abstract.instanceof.App\Controller\Cerraduras\CerraduraController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cerraduras\CerraduraController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cerraduras\CerraduraController).
Resolving inheritance for ".instanceof.App\Controller\Cerraduras\CerraduraController.0.App\Controller\Cerraduras\CerraduraController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cerraduras\CerraduraController).
Resolving inheritance for "App\Controller\Cerraduras\CerraduraController" (parent: .instanceof.App\Controller\Cerraduras\CerraduraController.0.App\Controller\Cerraduras\CerraduraController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConfiguracionesCheckins\ConfiguracionCheckinController" (parent: .abstract.instanceof.App\Controller\ConfiguracionesCheckins\ConfiguracionCheckinController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConfiguracionesCheckins\ConfiguracionCheckinController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConfiguracionesCheckins\ConfiguracionCheckinController).
Resolving inheritance for ".instanceof.App\Controller\ConfiguracionesCheckins\ConfiguracionCheckinController.0.App\Controller\ConfiguracionesCheckins\ConfiguracionCheckinController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConfiguracionesCheckins\ConfiguracionCheckinController).
Resolving inheritance for "App\Controller\ConfiguracionesCheckins\ConfiguracionCheckinController" (parent: .instanceof.App\Controller\ConfiguracionesCheckins\ConfiguracionCheckinController.0.App\Controller\ConfiguracionesCheckins\ConfiguracionCheckinController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController" (parent: .abstract.instanceof.App\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController).
Resolving inheritance for ".instanceof.App\Controller\DefaultController.0.App\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController).
Resolving inheritance for "App\Controller\DefaultController" (parent: .instanceof.App\Controller\DefaultController.0.App\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Escenas\EscenaBloqueoController" (parent: .abstract.instanceof.App\Controller\Escenas\EscenaBloqueoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Escenas\EscenaBloqueoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Escenas\EscenaBloqueoController).
Resolving inheritance for ".instanceof.App\Controller\Escenas\EscenaBloqueoController.0.App\Controller\Escenas\EscenaBloqueoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Escenas\EscenaBloqueoController).
Resolving inheritance for "App\Controller\Escenas\EscenaBloqueoController" (parent: .instanceof.App\Controller\Escenas\EscenaBloqueoController.0.App\Controller\Escenas\EscenaBloqueoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Escenas\EscenaCerraduraController" (parent: .abstract.instanceof.App\Controller\Escenas\EscenaCerraduraController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Escenas\EscenaCerraduraController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Escenas\EscenaCerraduraController).
Resolving inheritance for ".instanceof.App\Controller\Escenas\EscenaCerraduraController.0.App\Controller\Escenas\EscenaCerraduraController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Escenas\EscenaCerraduraController).
Resolving inheritance for "App\Controller\Escenas\EscenaCerraduraController" (parent: .instanceof.App\Controller\Escenas\EscenaCerraduraController.0.App\Controller\Escenas\EscenaCerraduraController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Escenas\EscenaController" (parent: .abstract.instanceof.App\Controller\Escenas\EscenaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Escenas\EscenaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Escenas\EscenaController).
Resolving inheritance for ".instanceof.App\Controller\Escenas\EscenaController.0.App\Controller\Escenas\EscenaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Escenas\EscenaController).
Resolving inheritance for "App\Controller\Escenas\EscenaController" (parent: .instanceof.App\Controller\Escenas\EscenaController.0.App\Controller\Escenas\EscenaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Escenas\EscenaDocumentoController" (parent: .abstract.instanceof.App\Controller\Escenas\EscenaDocumentoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Escenas\EscenaDocumentoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Escenas\EscenaDocumentoController).
Resolving inheritance for ".instanceof.App\Controller\Escenas\EscenaDocumentoController.0.App\Controller\Escenas\EscenaDocumentoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Escenas\EscenaDocumentoController).
Resolving inheritance for "App\Controller\Escenas\EscenaDocumentoController" (parent: .instanceof.App\Controller\Escenas\EscenaDocumentoController.0.App\Controller\Escenas\EscenaDocumentoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Escenas\EscenaEnlaceController" (parent: .abstract.instanceof.App\Controller\Escenas\EscenaEnlaceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Escenas\EscenaEnlaceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Escenas\EscenaEnlaceController).
Resolving inheritance for ".instanceof.App\Controller\Escenas\EscenaEnlaceController.0.App\Controller\Escenas\EscenaEnlaceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Escenas\EscenaEnlaceController).
Resolving inheritance for "App\Controller\Escenas\EscenaEnlaceController" (parent: .instanceof.App\Controller\Escenas\EscenaEnlaceController.0.App\Controller\Escenas\EscenaEnlaceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Escenas\EscenaEstanciaController" (parent: .abstract.instanceof.App\Controller\Escenas\EscenaEstanciaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Escenas\EscenaEstanciaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Escenas\EscenaEstanciaController).
Resolving inheritance for ".instanceof.App\Controller\Escenas\EscenaEstanciaController.0.App\Controller\Escenas\EscenaEstanciaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Escenas\EscenaEstanciaController).
Resolving inheritance for "App\Controller\Escenas\EscenaEstanciaController" (parent: .instanceof.App\Controller\Escenas\EscenaEstanciaController.0.App\Controller\Escenas\EscenaEstanciaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Escenas\EscenaIntegracionController" (parent: .abstract.instanceof.App\Controller\Escenas\EscenaIntegracionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Escenas\EscenaIntegracionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Escenas\EscenaIntegracionController).
Resolving inheritance for ".instanceof.App\Controller\Escenas\EscenaIntegracionController.0.App\Controller\Escenas\EscenaIntegracionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Escenas\EscenaIntegracionController).
Resolving inheritance for "App\Controller\Escenas\EscenaIntegracionController" (parent: .instanceof.App\Controller\Escenas\EscenaIntegracionController.0.App\Controller\Escenas\EscenaIntegracionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Escenas\EscenaPlantillaComunicacionController" (parent: .abstract.instanceof.App\Controller\Escenas\EscenaPlantillaComunicacionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Escenas\EscenaPlantillaComunicacionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Escenas\EscenaPlantillaComunicacionController).
Resolving inheritance for ".instanceof.App\Controller\Escenas\EscenaPlantillaComunicacionController.0.App\Controller\Escenas\EscenaPlantillaComunicacionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Escenas\EscenaPlantillaComunicacionController).
Resolving inheritance for "App\Controller\Escenas\EscenaPlantillaComunicacionController" (parent: .instanceof.App\Controller\Escenas\EscenaPlantillaComunicacionController.0.App\Controller\Escenas\EscenaPlantillaComunicacionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Escenas\EscenaPropietarioController" (parent: .abstract.instanceof.App\Controller\Escenas\EscenaPropietarioController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Escenas\EscenaPropietarioController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Escenas\EscenaPropietarioController).
Resolving inheritance for ".instanceof.App\Controller\Escenas\EscenaPropietarioController.0.App\Controller\Escenas\EscenaPropietarioController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Escenas\EscenaPropietarioController).
Resolving inheritance for "App\Controller\Escenas\EscenaPropietarioController" (parent: .instanceof.App\Controller\Escenas\EscenaPropietarioController.0.App\Controller\Escenas\EscenaPropietarioController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Escenas\EscenaUsuarioController" (parent: .abstract.instanceof.App\Controller\Escenas\EscenaUsuarioController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Escenas\EscenaUsuarioController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Escenas\EscenaUsuarioController).
Resolving inheritance for ".instanceof.App\Controller\Escenas\EscenaUsuarioController.0.App\Controller\Escenas\EscenaUsuarioController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Escenas\EscenaUsuarioController).
Resolving inheritance for "App\Controller\Escenas\EscenaUsuarioController" (parent: .instanceof.App\Controller\Escenas\EscenaUsuarioController.0.App\Controller\Escenas\EscenaUsuarioController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EstadisticaController" (parent: .abstract.instanceof.App\Controller\EstadisticaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EstadisticaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EstadisticaController).
Resolving inheritance for ".instanceof.App\Controller\EstadisticaController.0.App\Controller\EstadisticaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EstadisticaController).
Resolving inheritance for "App\Controller\EstadisticaController" (parent: .instanceof.App\Controller\EstadisticaController.0.App\Controller\EstadisticaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FicheroEnvioController" (parent: .abstract.instanceof.App\Controller\FicheroEnvioController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FicheroEnvioController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FicheroEnvioController).
Resolving inheritance for ".instanceof.App\Controller\FicheroEnvioController.0.App\Controller\FicheroEnvioController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FicheroEnvioController).
Resolving inheritance for "App\Controller\FicheroEnvioController" (parent: .instanceof.App\Controller\FicheroEnvioController.0.App\Controller\FicheroEnvioController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Horarios\HorarioController" (parent: .abstract.instanceof.App\Controller\Horarios\HorarioController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Horarios\HorarioController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Horarios\HorarioController).
Resolving inheritance for ".instanceof.App\Controller\Horarios\HorarioController.0.App\Controller\Horarios\HorarioController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Horarios\HorarioController).
Resolving inheritance for "App\Controller\Horarios\HorarioController" (parent: .instanceof.App\Controller\Horarios\HorarioController.0.App\Controller\Horarios\HorarioController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Invitaciones\InvitacionCodigoController" (parent: .abstract.instanceof.App\Controller\Invitaciones\InvitacionCodigoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Invitaciones\InvitacionCodigoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Invitaciones\InvitacionCodigoController).
Resolving inheritance for ".instanceof.App\Controller\Invitaciones\InvitacionCodigoController.0.App\Controller\Invitaciones\InvitacionCodigoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Invitaciones\InvitacionCodigoController).
Resolving inheritance for "App\Controller\Invitaciones\InvitacionCodigoController" (parent: .instanceof.App\Controller\Invitaciones\InvitacionCodigoController.0.App\Controller\Invitaciones\InvitacionCodigoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Invitaciones\InvitacionController" (parent: .abstract.instanceof.App\Controller\Invitaciones\InvitacionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Invitaciones\InvitacionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Invitaciones\InvitacionController).
Resolving inheritance for ".instanceof.App\Controller\Invitaciones\InvitacionController.0.App\Controller\Invitaciones\InvitacionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Invitaciones\InvitacionController).
Resolving inheritance for "App\Controller\Invitaciones\InvitacionController" (parent: .instanceof.App\Controller\Invitaciones\InvitacionController.0.App\Controller\Invitaciones\InvitacionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Invitaciones\InvitacionHuespedController" (parent: .abstract.instanceof.App\Controller\Invitaciones\InvitacionHuespedController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Invitaciones\InvitacionHuespedController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Invitaciones\InvitacionHuespedController).
Resolving inheritance for ".instanceof.App\Controller\Invitaciones\InvitacionHuespedController.0.App\Controller\Invitaciones\InvitacionHuespedController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Invitaciones\InvitacionHuespedController).
Resolving inheritance for "App\Controller\Invitaciones\InvitacionHuespedController" (parent: .instanceof.App\Controller\Invitaciones\InvitacionHuespedController.0.App\Controller\Invitaciones\InvitacionHuespedController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Invitaciones\InvitacionUsuarioController" (parent: .abstract.instanceof.App\Controller\Invitaciones\InvitacionUsuarioController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Invitaciones\InvitacionUsuarioController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Invitaciones\InvitacionUsuarioController).
Resolving inheritance for ".instanceof.App\Controller\Invitaciones\InvitacionUsuarioController.0.App\Controller\Invitaciones\InvitacionUsuarioController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Invitaciones\InvitacionUsuarioController).
Resolving inheritance for "App\Controller\Invitaciones\InvitacionUsuarioController" (parent: .instanceof.App\Controller\Invitaciones\InvitacionUsuarioController.0.App\Controller\Invitaciones\InvitacionUsuarioController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LegacyController" (parent: .abstract.instanceof.App\Controller\LegacyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LegacyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LegacyController).
Resolving inheritance for "App\Controller\LegacyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LegacyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LicenciaController" (parent: .abstract.instanceof.App\Controller\LicenciaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LicenciaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LicenciaController).
Resolving inheritance for ".instanceof.App\Controller\LicenciaController.0.App\Controller\LicenciaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LicenciaController).
Resolving inheritance for "App\Controller\LicenciaController" (parent: .instanceof.App\Controller\LicenciaController.0.App\Controller\LicenciaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LockRecordController" (parent: .abstract.instanceof.App\Controller\LockRecordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LockRecordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LockRecordController).
Resolving inheritance for ".instanceof.App\Controller\LockRecordController.0.App\Controller\LockRecordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LockRecordController).
Resolving inheritance for "App\Controller\LockRecordController" (parent: .instanceof.App\Controller\LockRecordController.0.App\Controller\LockRecordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MainController" (parent: .abstract.instanceof.App\Controller\MainController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MainController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MainController).
Resolving inheritance for ".instanceof.App\Controller\MainController.0.App\Controller\MainController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MainController).
Resolving inheritance for "App\Controller\MainController" (parent: .instanceof.App\Controller\MainController.0.App\Controller\MainController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NotificacionController" (parent: .abstract.instanceof.App\Controller\NotificacionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NotificacionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NotificacionController).
Resolving inheritance for ".instanceof.App\Controller\NotificacionController.0.App\Controller\NotificacionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NotificacionController).
Resolving inheritance for "App\Controller\NotificacionController" (parent: .instanceof.App\Controller\NotificacionController.0.App\Controller\NotificacionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ParteController" (parent: .abstract.instanceof.App\Controller\ParteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ParteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ParteController).
Resolving inheritance for ".instanceof.App\Controller\ParteController.0.App\Controller\ParteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ParteController).
Resolving inheritance for "App\Controller\ParteController" (parent: .instanceof.App\Controller\ParteController.0.App\Controller\ParteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PlantillaComunicacionController" (parent: .abstract.instanceof.App\Controller\PlantillaComunicacionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PlantillaComunicacionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PlantillaComunicacionController).
Resolving inheritance for ".instanceof.App\Controller\PlantillaComunicacionController.0.App\Controller\PlantillaComunicacionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PlantillaComunicacionController).
Resolving inheritance for "App\Controller\PlantillaComunicacionController" (parent: .instanceof.App\Controller\PlantillaComunicacionController.0.App\Controller\PlantillaComunicacionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PlantillaParteController" (parent: .abstract.instanceof.App\Controller\PlantillaParteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PlantillaParteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PlantillaParteController).
Resolving inheritance for ".instanceof.App\Controller\PlantillaParteController.0.App\Controller\PlantillaParteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PlantillaParteController).
Resolving inheritance for "App\Controller\PlantillaParteController" (parent: .instanceof.App\Controller\PlantillaParteController.0.App\Controller\PlantillaParteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProveedorController" (parent: .abstract.instanceof.App\Controller\ProveedorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProveedorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProveedorController).
Resolving inheritance for ".instanceof.App\Controller\ProveedorController.0.App\Controller\ProveedorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProveedorController).
Resolving inheritance for "App\Controller\ProveedorController" (parent: .instanceof.App\Controller\ProveedorController.0.App\Controller\ProveedorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TareaController" (parent: .abstract.instanceof.App\Controller\TareaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TareaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TareaController).
Resolving inheritance for ".instanceof.App\Controller\TareaController.0.App\Controller\TareaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TareaController).
Resolving inheritance for "App\Controller\TareaController" (parent: .instanceof.App\Controller\TareaController.0.App\Controller\TareaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TipoCerraduraController" (parent: .abstract.instanceof.App\Controller\TipoCerraduraController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TipoCerraduraController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TipoCerraduraController).
Resolving inheritance for ".instanceof.App\Controller\TipoCerraduraController.0.App\Controller\TipoCerraduraController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TipoCerraduraController).
Resolving inheritance for "App\Controller\TipoCerraduraController" (parent: .instanceof.App\Controller\TipoCerraduraController.0.App\Controller\TipoCerraduraController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Usuarios\GoogleController" (parent: .abstract.instanceof.App\Controller\Usuarios\GoogleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Usuarios\GoogleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Usuarios\GoogleController).
Resolving inheritance for ".instanceof.App\Controller\Usuarios\GoogleController.0.App\Controller\Usuarios\GoogleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Usuarios\GoogleController).
Resolving inheritance for "App\Controller\Usuarios\GoogleController" (parent: .instanceof.App\Controller\Usuarios\GoogleController.0.App\Controller\Usuarios\GoogleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Usuarios\InvitacionRegistroController" (parent: .abstract.instanceof.App\Controller\Usuarios\InvitacionRegistroController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Usuarios\InvitacionRegistroController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Usuarios\InvitacionRegistroController).
Resolving inheritance for ".instanceof.App\Controller\Usuarios\InvitacionRegistroController.0.App\Controller\Usuarios\InvitacionRegistroController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Usuarios\InvitacionRegistroController).
Resolving inheritance for "App\Controller\Usuarios\InvitacionRegistroController" (parent: .instanceof.App\Controller\Usuarios\InvitacionRegistroController.0.App\Controller\Usuarios\InvitacionRegistroController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Usuarios\UsuarioApiKeyController" (parent: .abstract.instanceof.App\Controller\Usuarios\UsuarioApiKeyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Usuarios\UsuarioApiKeyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Usuarios\UsuarioApiKeyController).
Resolving inheritance for ".instanceof.App\Controller\Usuarios\UsuarioApiKeyController.0.App\Controller\Usuarios\UsuarioApiKeyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Usuarios\UsuarioApiKeyController).
Resolving inheritance for "App\Controller\Usuarios\UsuarioApiKeyController" (parent: .instanceof.App\Controller\Usuarios\UsuarioApiKeyController.0.App\Controller\Usuarios\UsuarioApiKeyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Usuarios\UsuarioConfiguracionController" (parent: .abstract.instanceof.App\Controller\Usuarios\UsuarioConfiguracionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Usuarios\UsuarioConfiguracionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Usuarios\UsuarioConfiguracionController).
Resolving inheritance for ".instanceof.App\Controller\Usuarios\UsuarioConfiguracionController.0.App\Controller\Usuarios\UsuarioConfiguracionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Usuarios\UsuarioConfiguracionController).
Resolving inheritance for "App\Controller\Usuarios\UsuarioConfiguracionController" (parent: .instanceof.App\Controller\Usuarios\UsuarioConfiguracionController.0.App\Controller\Usuarios\UsuarioConfiguracionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Usuarios\UsuarioController" (parent: .abstract.instanceof.App\Controller\Usuarios\UsuarioController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Usuarios\UsuarioController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Usuarios\UsuarioController).
Resolving inheritance for ".instanceof.App\Controller\Usuarios\UsuarioController.0.App\Controller\Usuarios\UsuarioController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Usuarios\UsuarioController).
Resolving inheritance for "App\Controller\Usuarios\UsuarioController" (parent: .instanceof.App\Controller\Usuarios\UsuarioController.0.App\Controller\Usuarios\UsuarioController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Usuarios\UsuarioPerfilController" (parent: .abstract.instanceof.App\Controller\Usuarios\UsuarioPerfilController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Usuarios\UsuarioPerfilController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Usuarios\UsuarioPerfilController).
Resolving inheritance for ".instanceof.App\Controller\Usuarios\UsuarioPerfilController.0.App\Controller\Usuarios\UsuarioPerfilController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Usuarios\UsuarioPerfilController).
Resolving inheritance for "App\Controller\Usuarios\UsuarioPerfilController" (parent: .instanceof.App\Controller\Usuarios\UsuarioPerfilController.0.App\Controller\Usuarios\UsuarioPerfilController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Usuarios\UsuarioServidorController" (parent: .abstract.instanceof.App\Controller\Usuarios\UsuarioServidorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Usuarios\UsuarioServidorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Usuarios\UsuarioServidorController).
Resolving inheritance for ".instanceof.App\Controller\Usuarios\UsuarioServidorController.0.App\Controller\Usuarios\UsuarioServidorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Usuarios\UsuarioServidorController).
Resolving inheritance for "App\Controller\Usuarios\UsuarioServidorController" (parent: .instanceof.App\Controller\Usuarios\UsuarioServidorController.0.App\Controller\Usuarios\UsuarioServidorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Usuarios\UsuariosController" (parent: .abstract.instanceof.App\Controller\Usuarios\UsuariosController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Usuarios\UsuariosController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Usuarios\UsuariosController).
Resolving inheritance for ".instanceof.App\Controller\Usuarios\UsuariosController.0.App\Controller\Usuarios\UsuariosController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Usuarios\UsuariosController).
Resolving inheritance for "App\Controller\Usuarios\UsuariosController" (parent: .instanceof.App\Controller\Usuarios\UsuariosController.0.App\Controller\Usuarios\UsuariosController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppCerrarLibrosRegistrosCommand" (parent: .abstract.instanceof.App\Command\AppCerrarLibrosRegistrosCommand).
Resolving inheritance for "App\Command\AppCerrarLibrosRegistrosCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppCerrarLibrosRegistrosCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppComprobarFicherosEnviosCommand" (parent: .abstract.instanceof.App\Command\AppComprobarFicherosEnviosCommand).
Resolving inheritance for "App\Command\AppComprobarFicherosEnviosCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppComprobarFicherosEnviosCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppComprobarRelesCommand" (parent: .abstract.instanceof.App\Command\AppComprobarRelesCommand).
Resolving inheritance for "App\Command\AppComprobarRelesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppComprobarRelesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppEliminarRegistrosFinalizadosCommand" (parent: .abstract.instanceof.App\Command\AppEliminarRegistrosFinalizadosCommand).
Resolving inheritance for "App\Command\AppEliminarRegistrosFinalizadosCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppEliminarRegistrosFinalizadosCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppEnviarCheckinInvitacionesCommand" (parent: .abstract.instanceof.App\Command\AppEnviarCheckinInvitacionesCommand).
Resolving inheritance for "App\Command\AppEnviarCheckinInvitacionesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppEnviarCheckinInvitacionesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppEnviarFicherosEnviosCommand" (parent: .abstract.instanceof.App\Command\AppEnviarFicherosEnviosCommand).
Resolving inheritance for "App\Command\AppEnviarFicherosEnviosCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppEnviarFicherosEnviosCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppEnviarInvitacionesCommand" (parent: .abstract.instanceof.App\Command\AppEnviarInvitacionesCommand).
Resolving inheritance for "App\Command\AppEnviarInvitacionesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppEnviarInvitacionesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppEnviarUnlockRecordsCommand" (parent: .abstract.instanceof.App\Command\AppEnviarUnlockRecordsCommand).
Resolving inheritance for "App\Command\AppEnviarUnlockRecordsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppEnviarUnlockRecordsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppEnviarUnlockRecordsNukiCommand" (parent: .abstract.instanceof.App\Command\AppEnviarUnlockRecordsNukiCommand).
Resolving inheritance for "App\Command\AppEnviarUnlockRecordsNukiCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppEnviarUnlockRecordsNukiCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppEnviarValidacionesCheckinCommand" (parent: .abstract.instanceof.App\Command\AppEnviarValidacionesCheckinCommand).
Resolving inheritance for "App\Command\AppEnviarValidacionesCheckinCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppEnviarValidacionesCheckinCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppEstadosNukiCommand" (parent: .abstract.instanceof.App\Command\AppEstadosNukiCommand).
Resolving inheritance for "App\Command\AppEstadosNukiCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppEstadosNukiCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppGeneradorCommand" (parent: .abstract.instanceof.App\Command\AppGeneradorCommand).
Resolving inheritance for "App\Command\AppGeneradorCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppGeneradorCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppGenerarFicherosEnviosCommand" (parent: .abstract.instanceof.App\Command\AppGenerarFicherosEnviosCommand).
Resolving inheritance for "App\Command\AppGenerarFicherosEnviosCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppGenerarFicherosEnviosCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppIntegracionAviratoCommand" (parent: .abstract.instanceof.App\Command\AppIntegracionAviratoCommand).
Resolving inheritance for "App\Command\AppIntegracionAviratoCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppIntegracionAviratoCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppIntegracionKrossBookingCommand" (parent: .abstract.instanceof.App\Command\AppIntegracionKrossBookingCommand).
Resolving inheritance for "App\Command\AppIntegracionKrossBookingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppIntegracionKrossBookingCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppReservasPorEmailCommand" (parent: .abstract.instanceof.App\Command\AppReservasPorEmailCommand).
Resolving inheritance for "App\Command\AppReservasPorEmailCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppReservasPorEmailCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppSesCommand" (parent: .abstract.instanceof.App\Command\AppSesCommand).
Resolving inheritance for "App\Command\AppSesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppSesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppSmoobuCommand" (parent: .abstract.instanceof.App\Command\AppSmoobuCommand).
Resolving inheritance for "App\Command\AppSmoobuCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppSmoobuCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppTecladosITecCommand" (parent: .abstract.instanceof.App\Command\AppTecladosITecCommand).
Resolving inheritance for "App\Command\AppTecladosITecCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppTecladosITecCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppTecladosNukiCommand" (parent: .abstract.instanceof.App\Command\AppTecladosNukiCommand).
Resolving inheritance for "App\Command\AppTecladosNukiCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppTecladosNukiCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppTecladosTTLockCommand" (parent: .abstract.instanceof.App\Command\AppTecladosTTLockCommand).
Resolving inheritance for "App\Command\AppTecladosTTLockCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppTecladosTTLockCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EnviarColaEmailsCommand" (parent: .abstract.instanceof.App\Command\EnviarColaEmailsCommand).
Resolving inheritance for ".instanceof.App\Command\EnviarColaEmailsCommand.0.App\Command\EnviarColaEmailsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EnviarColaEmailsCommand).
Resolving inheritance for "App\Command\EnviarColaEmailsCommand" (parent: .instanceof.App\Command\EnviarColaEmailsCommand.0.App\Command\EnviarColaEmailsCommand).
Resolving inheritance for ".instanceof.App\MessageHandler\ColaEmailMessageHandler.0.App\MessageHandler\ColaEmailMessageHandler" (parent: .abstract.instanceof.App\MessageHandler\ColaEmailMessageHandler).
Resolving inheritance for "App\MessageHandler\ColaEmailMessageHandler" (parent: .instanceof.App\MessageHandler\ColaEmailMessageHandler.0.App\MessageHandler\ColaEmailMessageHandler).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\ExceptionEmailListener" (parent: .abstract.instanceof.App\EventListener\ExceptionEmailListener).
Resolving inheritance for "App\EventListener\ExceptionEmailListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\ExceptionEmailListener).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Transport\TransportFactoryInterface.0.messenger.transport.redis.factory" (parent: .abstract.instanceof.messenger.transport.redis.factory).
Resolving inheritance for "messenger.transport.redis.factory" (parent: .instanceof.Symfony\Component\Messenger\Transport\TransportFactoryInterface.0.messenger.transport.redis.factory).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "cache.http_client.pool" (parent: cache.app).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_csrf_token_valid_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.user.provider.concrete.usuario" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.main" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.main" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.main" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.main" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.main" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.main" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.authentication.switchuser_listener.main" (parent: security.authentication.switchuser_listener).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0..abstract.App\Command\AuditableCommand" (parent: .abstract.instanceof..abstract.App\Command\AuditableCommand).
Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for ".signing.messenger.default_serializer" (parent: messenger.signing_serializer).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.idle_connection_middleware.default" (parent: doctrine.dbal.idle_connection_middleware).
120
Removing method "setSecurityHelper" of service "App\Controller\Calendarios\CalendarioController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\Calendarios\CalendarioController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\Calendarios\CalendarioController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\CamposPersonalizados\CampoPersonalizadoController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\CamposPersonalizados\CampoPersonalizadoController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\CamposPersonalizados\CampoPersonalizadoController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\Carteras\CarteraController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\Carteras\CarteraController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\Carteras\CarteraController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\Cerraduras\CerraduraController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\Cerraduras\CerraduraController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\Cerraduras\CerraduraController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\ConfiguracionesCheckins\ConfiguracionCheckinController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\ConfiguracionesCheckins\ConfiguracionCheckinController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\ConfiguracionesCheckins\ConfiguracionCheckinController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\DefaultController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\DefaultController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\DefaultController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\Escenas\EscenaBloqueoController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\Escenas\EscenaBloqueoController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\Escenas\EscenaBloqueoController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\Escenas\EscenaCerraduraController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\Escenas\EscenaCerraduraController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\Escenas\EscenaCerraduraController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\Escenas\EscenaController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\Escenas\EscenaController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\Escenas\EscenaController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\Escenas\EscenaDocumentoController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\Escenas\EscenaDocumentoController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\Escenas\EscenaDocumentoController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\Escenas\EscenaEnlaceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\Escenas\EscenaEnlaceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\Escenas\EscenaEnlaceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\Escenas\EscenaEstanciaController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\Escenas\EscenaEstanciaController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\Escenas\EscenaEstanciaController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\Escenas\EscenaIntegracionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\Escenas\EscenaIntegracionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\Escenas\EscenaIntegracionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\Escenas\EscenaPlantillaComunicacionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\Escenas\EscenaPlantillaComunicacionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\Escenas\EscenaPlantillaComunicacionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\Escenas\EscenaPropietarioController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\Escenas\EscenaPropietarioController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\Escenas\EscenaPropietarioController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\Escenas\EscenaUsuarioController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\Escenas\EscenaUsuarioController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\Escenas\EscenaUsuarioController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\EstadisticaController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\EstadisticaController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\EstadisticaController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\FicheroEnvioController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\FicheroEnvioController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\FicheroEnvioController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\Horarios\HorarioController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\Horarios\HorarioController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\Horarios\HorarioController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\Invitaciones\InvitacionCodigoController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\Invitaciones\InvitacionCodigoController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\Invitaciones\InvitacionCodigoController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\Invitaciones\InvitacionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\Invitaciones\InvitacionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\Invitaciones\InvitacionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\Invitaciones\InvitacionHuespedController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\Invitaciones\InvitacionHuespedController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\Invitaciones\InvitacionHuespedController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\Invitaciones\InvitacionUsuarioController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\Invitaciones\InvitacionUsuarioController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\Invitaciones\InvitacionUsuarioController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\LegacyController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\LegacyController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\LegacyController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\LicenciaController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\LicenciaController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\LicenciaController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\LockRecordController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\LockRecordController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\LockRecordController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\MainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\MainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\MainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\NotificacionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\NotificacionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\NotificacionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\ParteController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\ParteController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\ParteController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\PlantillaComunicacionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\PlantillaComunicacionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\PlantillaComunicacionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\PlantillaParteController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\PlantillaParteController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\PlantillaParteController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\ProveedorController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\ProveedorController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\ProveedorController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\TareaController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\TareaController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\TareaController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\TipoCerraduraController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\TipoCerraduraController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\TipoCerraduraController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\Usuarios\UsuarioApiKeyController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\Usuarios\UsuarioApiKeyController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\Usuarios\UsuarioApiKeyController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\Usuarios\UsuarioConfiguracionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\Usuarios\UsuarioConfiguracionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\Usuarios\UsuarioConfiguracionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\Usuarios\UsuarioController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\Usuarios\UsuarioController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\Usuarios\UsuarioController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\Usuarios\UsuarioPerfilController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\Usuarios\UsuarioPerfilController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\Usuarios\UsuarioPerfilController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\Usuarios\UsuarioServidorController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\Usuarios\UsuarioServidorController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\Usuarios\UsuarioServidorController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityHelper" of service "App\Controller\Usuarios\UsuariosController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\Usuarios\UsuariosController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthenticationUtils" of service "App\Controller\Usuarios\UsuariosController" from controller candidates: the method is called at instantiation, thus cannot be an action.
187
Removed service "Symfony\Bundle\FrameworkBundle\Controller\ControllerHelper"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\DependencyInjection\ServicesResetterInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer.cli"; reason: private alias.
Removed service "error_renderer.default"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "cache.adapter.valkey"; reason: private alias.
Removed service "cache.adapter.valkey_tag_aware"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_valkey_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $default.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\UserAuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\ClientRegistry"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\Provider\GoogleClient"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $request"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $console"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $messenger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $cache"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_client"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $mailer"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $translation"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $php"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $event"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $router"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $profiler"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $doctrine"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $security"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $debug"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service ".service_locator.rSBqYaH"; reason: private alias.
Removed service ".service_locator._LqE4ZD"; reason: private alias.
Removed service ".service_locator.VPIQtpB"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "http_client.uri_template.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service ".signing.messenger.default_serializer.inner"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service ".service_locator.c0wzfI4"; reason: private alias.
Removed service ".service_locator.2BqyJa0"; reason: private alias.
Removed service ".service_locator.AiLuUT0"; reason: private alias.
Removed service ".service_locator.uBwBrvQ"; reason: private alias.
Removed service ".service_locator.hXBqgaL"; reason: private alias.
Removed service ".service_locator..XwZqG2"; reason: private alias.
Removed service ".service_locator.p2mpmtL"; reason: private alias.
Removed service ".service_locator.gdiuVD8"; reason: private alias.
Removed service ".service_locator.YU1i9lx"; reason: private alias.
Removed service ".service_locator.rF8MO_4"; reason: private alias.
Removed service ".service_locator.FKG6F_t"; reason: private alias.
74
Changed reference of service "App\Security\GoogleAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\EventListener\ExceptionEmailListener" previously pointing to "mailer.mailer" to "mailer".
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 "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.config_debug" previously pointing to ".service_locator.ryAvHi4" to "container.env_var_processors_locator".
Changed reference of service "console.command.messenger_consume_messages" 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 "console.command.translation_lint" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.transport_factory.abstract" 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 "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 "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 "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
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 "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
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 "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
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.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.main" 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 "knpu.oauth2.provider_factory" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.heJ666n" previously pointing to "mailer.mailer" to "mailer".
Changed reference of service "messenger.bus.default.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.jLLS2Ji" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
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 ".debug.security.voter.security.access.closure_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.HTpElB0" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.HTpElB0" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.HTpElB0" previously pointing to "mailer.mailer" to "mailer".
Changed reference of service ".service_locator.HTpElB0" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.TJNRSaV" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.kvOAK9B" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.mFBT25N" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.GW5y7PS" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
386
Removed service "App\Command\AppAccesosTTLockCommand"; reason: abstract.
Removed service ".abstract.App\Command\AuditableCommand"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; 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.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service ".abstract.Symfony\Component\Validator\Constraints\AbstractComparisonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CharsetValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\MacAddressValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\VideoValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WeekValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WordCountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\YamlValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.signing_serializer"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; 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 "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.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.dbal.idle_connection_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; 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 "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.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; 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.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc_discovery.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwkset"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.access_token_handler.oidc.encryption"; reason: abstract.
Removed service "security.access_token_handler.oauth2"; reason: abstract.
Removed service "security.access_token_handler.oidc.generator"; reason: abstract.
Removed service "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\AppExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MarkdownExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\MarkdownExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Calendarios\CalendarioController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Calendarios\CalendarioController"; reason: abstract.
Removed service ".instanceof.App\Controller\Calendarios\CalendarioController.0.App\Controller\Calendarios\CalendarioController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Calendarios\CalendarioController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CamposPersonalizados\CampoPersonalizadoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CamposPersonalizados\CampoPersonalizadoController"; reason: abstract.
Removed service ".instanceof.App\Controller\CamposPersonalizados\CampoPersonalizadoController.0.App\Controller\CamposPersonalizados\CampoPersonalizadoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CamposPersonalizados\CampoPersonalizadoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Carteras\CarteraController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Carteras\CarteraController"; reason: abstract.
Removed service ".instanceof.App\Controller\Carteras\CarteraController.0.App\Controller\Carteras\CarteraController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Carteras\CarteraController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cerraduras\CerraduraController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cerraduras\CerraduraController"; reason: abstract.
Removed service ".instanceof.App\Controller\Cerraduras\CerraduraController.0.App\Controller\Cerraduras\CerraduraController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Cerraduras\CerraduraController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConfiguracionesCheckins\ConfiguracionCheckinController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConfiguracionesCheckins\ConfiguracionCheckinController"; reason: abstract.
Removed service ".instanceof.App\Controller\ConfiguracionesCheckins\ConfiguracionCheckinController.0.App\Controller\ConfiguracionesCheckins\ConfiguracionCheckinController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ConfiguracionesCheckins\ConfiguracionCheckinController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.App\Controller\DefaultController.0.App\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Escenas\EscenaBloqueoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Escenas\EscenaBloqueoController"; reason: abstract.
Removed service ".instanceof.App\Controller\Escenas\EscenaBloqueoController.0.App\Controller\Escenas\EscenaBloqueoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Escenas\EscenaBloqueoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Escenas\EscenaCerraduraController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Escenas\EscenaCerraduraController"; reason: abstract.
Removed service ".instanceof.App\Controller\Escenas\EscenaCerraduraController.0.App\Controller\Escenas\EscenaCerraduraController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Escenas\EscenaCerraduraController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Escenas\EscenaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Escenas\EscenaController"; reason: abstract.
Removed service ".instanceof.App\Controller\Escenas\EscenaController.0.App\Controller\Escenas\EscenaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Escenas\EscenaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Escenas\EscenaDocumentoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Escenas\EscenaDocumentoController"; reason: abstract.
Removed service ".instanceof.App\Controller\Escenas\EscenaDocumentoController.0.App\Controller\Escenas\EscenaDocumentoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Escenas\EscenaDocumentoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Escenas\EscenaEnlaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Escenas\EscenaEnlaceController"; reason: abstract.
Removed service ".instanceof.App\Controller\Escenas\EscenaEnlaceController.0.App\Controller\Escenas\EscenaEnlaceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Escenas\EscenaEnlaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Escenas\EscenaEstanciaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Escenas\EscenaEstanciaController"; reason: abstract.
Removed service ".instanceof.App\Controller\Escenas\EscenaEstanciaController.0.App\Controller\Escenas\EscenaEstanciaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Escenas\EscenaEstanciaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Escenas\EscenaIntegracionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Escenas\EscenaIntegracionController"; reason: abstract.
Removed service ".instanceof.App\Controller\Escenas\EscenaIntegracionController.0.App\Controller\Escenas\EscenaIntegracionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Escenas\EscenaIntegracionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Escenas\EscenaPlantillaComunicacionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Escenas\EscenaPlantillaComunicacionController"; reason: abstract.
Removed service ".instanceof.App\Controller\Escenas\EscenaPlantillaComunicacionController.0.App\Controller\Escenas\EscenaPlantillaComunicacionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Escenas\EscenaPlantillaComunicacionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Escenas\EscenaPropietarioController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Escenas\EscenaPropietarioController"; reason: abstract.
Removed service ".instanceof.App\Controller\Escenas\EscenaPropietarioController.0.App\Controller\Escenas\EscenaPropietarioController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Escenas\EscenaPropietarioController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Escenas\EscenaUsuarioController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Escenas\EscenaUsuarioController"; reason: abstract.
Removed service ".instanceof.App\Controller\Escenas\EscenaUsuarioController.0.App\Controller\Escenas\EscenaUsuarioController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Escenas\EscenaUsuarioController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EstadisticaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EstadisticaController"; reason: abstract.
Removed service ".instanceof.App\Controller\EstadisticaController.0.App\Controller\EstadisticaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EstadisticaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FicheroEnvioController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FicheroEnvioController"; reason: abstract.
Removed service ".instanceof.App\Controller\FicheroEnvioController.0.App\Controller\FicheroEnvioController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FicheroEnvioController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Horarios\HorarioController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Horarios\HorarioController"; reason: abstract.
Removed service ".instanceof.App\Controller\Horarios\HorarioController.0.App\Controller\Horarios\HorarioController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Horarios\HorarioController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Invitaciones\InvitacionCodigoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Invitaciones\InvitacionCodigoController"; reason: abstract.
Removed service ".instanceof.App\Controller\Invitaciones\InvitacionCodigoController.0.App\Controller\Invitaciones\InvitacionCodigoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Invitaciones\InvitacionCodigoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Invitaciones\InvitacionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Invitaciones\InvitacionController"; reason: abstract.
Removed service ".instanceof.App\Controller\Invitaciones\InvitacionController.0.App\Controller\Invitaciones\InvitacionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Invitaciones\InvitacionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Invitaciones\InvitacionHuespedController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Invitaciones\InvitacionHuespedController"; reason: abstract.
Removed service ".instanceof.App\Controller\Invitaciones\InvitacionHuespedController.0.App\Controller\Invitaciones\InvitacionHuespedController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Invitaciones\InvitacionHuespedController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Invitaciones\InvitacionUsuarioController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Invitaciones\InvitacionUsuarioController"; reason: abstract.
Removed service ".instanceof.App\Controller\Invitaciones\InvitacionUsuarioController.0.App\Controller\Invitaciones\InvitacionUsuarioController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Invitaciones\InvitacionUsuarioController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LegacyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LegacyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LegacyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LicenciaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LicenciaController"; reason: abstract.
Removed service ".instanceof.App\Controller\LicenciaController.0.App\Controller\LicenciaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LicenciaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LockRecordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LockRecordController"; reason: abstract.
Removed service ".instanceof.App\Controller\LockRecordController.0.App\Controller\LockRecordController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LockRecordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MainController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MainController"; reason: abstract.
Removed service ".instanceof.App\Controller\MainController.0.App\Controller\MainController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MainController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NotificacionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NotificacionController"; reason: abstract.
Removed service ".instanceof.App\Controller\NotificacionController.0.App\Controller\NotificacionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\NotificacionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ParteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ParteController"; reason: abstract.
Removed service ".instanceof.App\Controller\ParteController.0.App\Controller\ParteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ParteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PlantillaComunicacionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PlantillaComunicacionController"; reason: abstract.
Removed service ".instanceof.App\Controller\PlantillaComunicacionController.0.App\Controller\PlantillaComunicacionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PlantillaComunicacionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PlantillaParteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PlantillaParteController"; reason: abstract.
Removed service ".instanceof.App\Controller\PlantillaParteController.0.App\Controller\PlantillaParteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PlantillaParteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProveedorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProveedorController"; reason: abstract.
Removed service ".instanceof.App\Controller\ProveedorController.0.App\Controller\ProveedorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProveedorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TareaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TareaController"; reason: abstract.
Removed service ".instanceof.App\Controller\TareaController.0.App\Controller\TareaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TareaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TipoCerraduraController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TipoCerraduraController"; reason: abstract.
Removed service ".instanceof.App\Controller\TipoCerraduraController.0.App\Controller\TipoCerraduraController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TipoCerraduraController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Usuarios\GoogleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Usuarios\GoogleController"; reason: abstract.
Removed service ".instanceof.App\Controller\Usuarios\GoogleController.0.App\Controller\Usuarios\GoogleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Usuarios\GoogleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Usuarios\InvitacionRegistroController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Usuarios\InvitacionRegistroController"; reason: abstract.
Removed service ".instanceof.App\Controller\Usuarios\InvitacionRegistroController.0.App\Controller\Usuarios\InvitacionRegistroController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Usuarios\InvitacionRegistroController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Usuarios\UsuarioApiKeyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Usuarios\UsuarioApiKeyController"; reason: abstract.
Removed service ".instanceof.App\Controller\Usuarios\UsuarioApiKeyController.0.App\Controller\Usuarios\UsuarioApiKeyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Usuarios\UsuarioApiKeyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Usuarios\UsuarioConfiguracionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Usuarios\UsuarioConfiguracionController"; reason: abstract.
Removed service ".instanceof.App\Controller\Usuarios\UsuarioConfiguracionController.0.App\Controller\Usuarios\UsuarioConfiguracionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Usuarios\UsuarioConfiguracionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Usuarios\UsuarioController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Usuarios\UsuarioController"; reason: abstract.
Removed service ".instanceof.App\Controller\Usuarios\UsuarioController.0.App\Controller\Usuarios\UsuarioController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Usuarios\UsuarioController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Usuarios\UsuarioPerfilController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Usuarios\UsuarioPerfilController"; reason: abstract.
Removed service ".instanceof.App\Controller\Usuarios\UsuarioPerfilController.0.App\Controller\Usuarios\UsuarioPerfilController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Usuarios\UsuarioPerfilController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Usuarios\UsuarioServidorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Usuarios\UsuarioServidorController"; reason: abstract.
Removed service ".instanceof.App\Controller\Usuarios\UsuarioServidorController.0.App\Controller\Usuarios\UsuarioServidorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Usuarios\UsuarioServidorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Usuarios\UsuariosController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Usuarios\UsuariosController"; reason: abstract.
Removed service ".instanceof.App\Controller\Usuarios\UsuariosController.0.App\Controller\Usuarios\UsuariosController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Usuarios\UsuariosController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppCerrarLibrosRegistrosCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AppCerrarLibrosRegistrosCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppComprobarFicherosEnviosCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AppComprobarFicherosEnviosCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppComprobarRelesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AppComprobarRelesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppEliminarRegistrosFinalizadosCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AppEliminarRegistrosFinalizadosCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppEnviarCheckinInvitacionesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AppEnviarCheckinInvitacionesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppEnviarFicherosEnviosCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AppEnviarFicherosEnviosCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppEnviarInvitacionesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AppEnviarInvitacionesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppEnviarUnlockRecordsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AppEnviarUnlockRecordsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppEnviarUnlockRecordsNukiCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AppEnviarUnlockRecordsNukiCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppEnviarValidacionesCheckinCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AppEnviarValidacionesCheckinCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppEstadosNukiCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AppEstadosNukiCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppGeneradorCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AppGeneradorCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppGenerarFicherosEnviosCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AppGenerarFicherosEnviosCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppIntegracionAviratoCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AppIntegracionAviratoCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppIntegracionKrossBookingCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AppIntegracionKrossBookingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppReservasPorEmailCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AppReservasPorEmailCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppSesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AppSesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppSmoobuCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AppSmoobuCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppTecladosITecCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AppTecladosITecCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppTecladosNukiCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AppTecladosNukiCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppTecladosTTLockCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AppTecladosTTLockCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0..abstract.App\Command\AuditableCommand"; reason: abstract.
Removed service ".abstract.instanceof..abstract.App\Command\AuditableCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EnviarColaEmailsCommand"; reason: abstract.
Removed service ".instanceof.App\Command\EnviarColaEmailsCommand.0.App\Command\EnviarColaEmailsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\EnviarColaEmailsCommand"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\ColaEmailMessageHandler.0.App\MessageHandler\ColaEmailMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\ColaEmailMessageHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\ExceptionEmailListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\ExceptionEmailListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Transport\TransportFactoryInterface.0.messenger.transport.redis.factory"; reason: abstract.
Removed service ".abstract.instanceof.messenger.transport.redis.factory"; reason: abstract.
218
Removed service "App\Security\AccessDeniedHandler"; reason: unused.
Removed service "controller.helper"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "type_info.type_context_factory"; reason: unused.
Removed service "type_info.resolver"; reason: unused.
Removed service "type_info.resolver.reflection_type"; reason: unused.
Removed service "type_info.resolver.reflection_parameter"; reason: unused.
Removed service "type_info.resolver.reflection_property"; reason: unused.
Removed service "type_info.resolver.reflection_return"; reason: unused.
Removed service ".cache_connection.MfCypIA"; reason: unused.
Removed service ".cache_connection.H8vabc8"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "validator.form.attribute_metadata"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.amqp.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "messenger.listener.dispatch_pcntl_signal_listener"; reason: unused.
Removed service "mime_types"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "twig.extension.weblink"; reason: unused.
Removed service "twig.runtime.serializer"; reason: unused.
Removed service "twig.extension.serializer"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.syslog"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore_number_aware"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption_algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.RSAOAEP"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHES"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHSS"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128CBCHS256"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192CBCHS384"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256CBCHS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256GCM"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service "var_dumper.server_connection"; reason: unused.
Removed service "knpu.oauth2.user_provider"; reason: unused.
Removed service ".service_locator.rIqoJoW"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\Calendarios\CalendarioController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\Calendarios\CalendarioController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\Calendarios\CalendarioController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\CamposPersonalizados\CampoPersonalizadoController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\CamposPersonalizados\CampoPersonalizadoController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\CamposPersonalizados\CampoPersonalizadoController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\Carteras\CarteraController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\Carteras\CarteraController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\Carteras\CarteraController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\Cerraduras\CerraduraController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\Cerraduras\CerraduraController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\Cerraduras\CerraduraController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\ConfiguracionesCheckins\ConfiguracionCheckinController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\ConfiguracionesCheckins\ConfiguracionCheckinController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\ConfiguracionesCheckins\ConfiguracionCheckinController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\DefaultController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\DefaultController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\DefaultController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\Escenas\EscenaBloqueoController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\Escenas\EscenaBloqueoController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\Escenas\EscenaBloqueoController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\Escenas\EscenaCerraduraController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\Escenas\EscenaCerraduraController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\Escenas\EscenaCerraduraController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\Escenas\EscenaController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\Escenas\EscenaController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\Escenas\EscenaController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\Escenas\EscenaDocumentoController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\Escenas\EscenaDocumentoController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\Escenas\EscenaDocumentoController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\Escenas\EscenaEnlaceController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\Escenas\EscenaEnlaceController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\Escenas\EscenaEnlaceController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\Escenas\EscenaEstanciaController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\Escenas\EscenaEstanciaController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\Escenas\EscenaEstanciaController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\Escenas\EscenaIntegracionController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\Escenas\EscenaIntegracionController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\Escenas\EscenaIntegracionController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\Escenas\EscenaPlantillaComunicacionController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\Escenas\EscenaPlantillaComunicacionController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\Escenas\EscenaPlantillaComunicacionController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\Escenas\EscenaPropietarioController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\Escenas\EscenaPropietarioController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\Escenas\EscenaPropietarioController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\Escenas\EscenaUsuarioController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\Escenas\EscenaUsuarioController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\Escenas\EscenaUsuarioController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\EstadisticaController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\EstadisticaController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\EstadisticaController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\FicheroEnvioController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\FicheroEnvioController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\FicheroEnvioController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\Horarios\HorarioController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\Horarios\HorarioController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\Horarios\HorarioController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\Invitaciones\InvitacionCodigoController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\Invitaciones\InvitacionCodigoController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\Invitaciones\InvitacionCodigoController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\Invitaciones\InvitacionController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\Invitaciones\InvitacionController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\Invitaciones\InvitacionController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\Invitaciones\InvitacionHuespedController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\Invitaciones\InvitacionHuespedController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\Invitaciones\InvitacionHuespedController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\Invitaciones\InvitacionUsuarioController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\Invitaciones\InvitacionUsuarioController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\Invitaciones\InvitacionUsuarioController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\LegacyController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\LegacyController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\LegacyController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\LicenciaController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\LicenciaController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\LicenciaController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\LockRecordController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\LockRecordController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\LockRecordController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\MainController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\MainController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\MainController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\NotificacionController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\NotificacionController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\NotificacionController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\ParteController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\ParteController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\ParteController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\PlantillaComunicacionController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\PlantillaComunicacionController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\PlantillaComunicacionController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\PlantillaParteController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\PlantillaParteController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\PlantillaParteController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\ProveedorController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\ProveedorController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\ProveedorController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\TareaController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\TareaController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\TareaController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\TipoCerraduraController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\TipoCerraduraController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\TipoCerraduraController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\Usuarios\UsuarioApiKeyController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\Usuarios\UsuarioApiKeyController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\Usuarios\UsuarioApiKeyController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\Usuarios\UsuarioConfiguracionController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\Usuarios\UsuarioConfiguracionController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\Usuarios\UsuarioConfiguracionController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\Usuarios\UsuarioController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\Usuarios\UsuarioController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\Usuarios\UsuarioController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\Usuarios\UsuarioPerfilController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\Usuarios\UsuarioPerfilController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\Usuarios\UsuarioPerfilController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\Usuarios\UsuarioServidorController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\Usuarios\UsuarioServidorController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\Usuarios\UsuarioServidorController::setAuthenticationUtils()"; reason: unused.
Removed service ".service_locator.rIqoJoW.App\Controller\Usuarios\UsuariosController::setSecurityHelper()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\Usuarios\UsuariosController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.0MQaTBY.App\Controller\Usuarios\UsuariosController::setAuthenticationUtils()"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service ".service_locator.TJNRSaV.controller.helper"; reason: unused.
Removed service ".service_locator.icAHgqM"; reason: unused.
Removed service ".service_locator.1nWOYVM"; reason: unused.
Removed service ".service_locator.WYl0woh"; reason: unused.
281
Inlined service ".service_locator.HTpElB0.App\Controller\Calendarios\CalendarioController" to "App\Controller\Calendarios\CalendarioController".
Inlined service ".service_locator.HTpElB0.App\Controller\CamposPersonalizados\CampoPersonalizadoController" to "App\Controller\CamposPersonalizados\CampoPersonalizadoController".
Inlined service ".service_locator.HTpElB0.App\Controller\Carteras\CarteraController" to "App\Controller\Carteras\CarteraController".
Inlined service ".service_locator.HTpElB0.App\Controller\Cerraduras\CerraduraController" to "App\Controller\Cerraduras\CerraduraController".
Inlined service ".service_locator.HTpElB0.App\Controller\ConfiguracionesCheckins\ConfiguracionCheckinController" to "App\Controller\ConfiguracionesCheckins\ConfiguracionCheckinController".
Inlined service ".service_locator.HTpElB0.App\Controller\DefaultController" to "App\Controller\DefaultController".
Inlined service ".service_locator.HTpElB0.App\Controller\Escenas\EscenaBloqueoController" to "App\Controller\Escenas\EscenaBloqueoController".
Inlined service ".service_locator.HTpElB0.App\Controller\Escenas\EscenaCerraduraController" to "App\Controller\Escenas\EscenaCerraduraController".
Inlined service ".service_locator.HTpElB0.App\Controller\Escenas\EscenaController" to "App\Controller\Escenas\EscenaController".
Inlined service ".service_locator.HTpElB0.App\Controller\Escenas\EscenaDocumentoController" to "App\Controller\Escenas\EscenaDocumentoController".
Inlined service ".service_locator.HTpElB0.App\Controller\Escenas\EscenaEnlaceController" to "App\Controller\Escenas\EscenaEnlaceController".
Inlined service ".service_locator.HTpElB0.App\Controller\Escenas\EscenaEstanciaController" to "App\Controller\Escenas\EscenaEstanciaController".
Inlined service ".service_locator.HTpElB0.App\Controller\Escenas\EscenaIntegracionController" to "App\Controller\Escenas\EscenaIntegracionController".
Inlined service ".service_locator.HTpElB0.App\Controller\Escenas\EscenaPlantillaComunicacionController" to "App\Controller\Escenas\EscenaPlantillaComunicacionController".
Inlined service ".service_locator.HTpElB0.App\Controller\Escenas\EscenaPropietarioController" to "App\Controller\Escenas\EscenaPropietarioController".
Inlined service ".service_locator.HTpElB0.App\Controller\Escenas\EscenaUsuarioController" to "App\Controller\Escenas\EscenaUsuarioController".
Inlined service ".service_locator.HTpElB0.App\Controller\EstadisticaController" to "App\Controller\EstadisticaController".
Inlined service ".service_locator.HTpElB0.App\Controller\FicheroEnvioController" to "App\Controller\FicheroEnvioController".
Inlined service ".service_locator.HTpElB0.App\Controller\Horarios\HorarioController" to "App\Controller\Horarios\HorarioController".
Inlined service ".service_locator.HTpElB0.App\Controller\Invitaciones\InvitacionCodigoController" to "App\Controller\Invitaciones\InvitacionCodigoController".
Inlined service ".service_locator.HTpElB0.App\Controller\Invitaciones\InvitacionController" to "App\Controller\Invitaciones\InvitacionController".
Inlined service ".service_locator.HTpElB0.App\Controller\Invitaciones\InvitacionHuespedController" to "App\Controller\Invitaciones\InvitacionHuespedController".
Inlined service ".service_locator.HTpElB0.App\Controller\Invitaciones\InvitacionUsuarioController" to "App\Controller\Invitaciones\InvitacionUsuarioController".
Inlined service ".service_locator.HTpElB0.App\Controller\LegacyController" to "App\Controller\LegacyController".
Inlined service ".service_locator.HTpElB0.App\Controller\LicenciaController" to "App\Controller\LicenciaController".
Inlined service ".service_locator.HTpElB0.App\Controller\LockRecordController" to "App\Controller\LockRecordController".
Inlined service ".service_locator.HTpElB0.App\Controller\MainController" to "App\Controller\MainController".
Inlined service ".service_locator.HTpElB0.App\Controller\NotificacionController" to "App\Controller\NotificacionController".
Inlined service ".service_locator.HTpElB0.App\Controller\ParteController" to "App\Controller\ParteController".
Inlined service ".service_locator.HTpElB0.App\Controller\PlantillaComunicacionController" to "App\Controller\PlantillaComunicacionController".
Inlined service ".service_locator.HTpElB0.App\Controller\PlantillaParteController" to "App\Controller\PlantillaParteController".
Inlined service ".service_locator.HTpElB0.App\Controller\ProveedorController" to "App\Controller\ProveedorController".
Inlined service ".service_locator.HTpElB0.App\Controller\TareaController" to "App\Controller\TareaController".
Inlined service ".service_locator.HTpElB0.App\Controller\TipoCerraduraController" to "App\Controller\TipoCerraduraController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Usuarios\GoogleController" to "App\Controller\Usuarios\GoogleController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Usuarios\InvitacionRegistroController" to "App\Controller\Usuarios\InvitacionRegistroController".
Inlined service ".service_locator.HTpElB0.App\Controller\Usuarios\UsuarioApiKeyController" to "App\Controller\Usuarios\UsuarioApiKeyController".
Inlined service ".service_locator.HTpElB0.App\Controller\Usuarios\UsuarioConfiguracionController" to "App\Controller\Usuarios\UsuarioConfiguracionController".
Inlined service ".service_locator.HTpElB0.App\Controller\Usuarios\UsuarioController" to "App\Controller\Usuarios\UsuarioController".
Inlined service ".service_locator.HTpElB0.App\Controller\Usuarios\UsuarioPerfilController" to "App\Controller\Usuarios\UsuarioPerfilController".
Inlined service ".service_locator.HTpElB0.App\Controller\Usuarios\UsuarioServidorController" to "App\Controller\Usuarios\UsuarioServidorController".
Inlined service ".service_locator.HTpElB0.App\Controller\Usuarios\UsuariosController" to "App\Controller\Usuarios\UsuariosController".
Inlined service "error_handler.error_renderer.default" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.nqEKT7G" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.6eloqTE" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
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.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "cache.http_client.pool.recorder_inner" to "cache.http_client.pool".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.6KVxCv0" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" 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.xliff.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.kvOAK9B.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_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.attribute.services" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.pKCuUXf" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.mFBT25N.router.cache_warmer" to "router.cache_warmer".
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 "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.MQ2K9ka" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.rht_M5G" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.xapm37H" to "validator.validator_factory".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "property_info" to "validator.property_info_loader".
Inlined service "property_info" to "validator.property_info_loader".
Inlined service "property_info" to "validator.property_info_loader".
Inlined service ".messenger.transport.native_php_serializer" to "messenger.transport.native_php_serializer".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.jLLS2Ji" to "messenger.routable_message_bus".
Inlined service ".signing.messenger.default_serializer" to "messenger.transport.async".
Inlined service "messenger.transport_factory" to "messenger.transport.async".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" 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.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 "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service ".service_locator.0NioFko" to "profiler.state_checker".
Inlined service "profiler.state_checker" to "profiler.is_disabled_state_checker".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
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.assets" 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.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "App\Twig\Extension\AppExtension" to "twig".
Inlined service "App\Twig\MarkdownExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.code" 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.3DrAUl_.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "assets.packages" to "twig.extension.assets".
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.0txTVWk" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.idle_connection_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.n98meg9" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.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 "annotation_reader" to "doctrine.orm.default_annotation_metadata_driver".
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 ".service_locator.1mjVCan" to "security.token_storage".
Inlined service ".service_locator.rAuPNI6" to "security.helper".
Inlined service ".service_locator.Fj8aOQj" to "security.helper".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "cache.security_is_csrf_token_valid_attribute_expression_language.recorder_inner" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Inlined service ".security.request_matcher.3whDnzb" to "security.access_map".
Inlined service ".security.request_matcher.5ddckZu" to "security.access_map".
Inlined service ".security.request_matcher.whVJWG5" to "security.access_map".
Inlined service ".security.request_matcher.CUDSgej" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.kQIRvor" to ".security.request_matcher.gOpgIHx".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service "security.authentication.success_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
Inlined service "security.authenticator.remember_me_signature_hasher.main" to "security.authenticator.remember_me_handler.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.WunFcRG" to ".security.request_matcher.3whDnzb".
Inlined service ".security.request_matcher.qw.vlyQ" to ".security.request_matcher.5ddckZu".
Inlined service ".security.request_matcher.mz6NPvo" to ".security.request_matcher.whVJWG5".
Inlined service ".security.request_matcher.SbN0Tkg" to ".security.request_matcher.CUDSgej".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "knpu.oauth2.provider_factory" to "knpu.oauth2.provider.google".
Inlined service "knpu.oauth2.provider.google" to "knpu.oauth2.client.google".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.i5l3yAb" to ".service_locator.i5l3yAb.App\Controller\Usuarios\GoogleController::connect()".
Inlined service ".service_locator.cZka6Mp" to ".service_locator.cZka6Mp.App\Controller\Usuarios\InvitacionRegistroController::registroAction()".
Inlined service ".service_locator.Jt3EkEi" to ".service_locator.Jt3EkEi.App\Controller\Usuarios\UsuarioController::loginAction()".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "messenger.senders_locator" to "messenger.bus.default.middleware.send_message".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "App\MessageHandler\ColaEmailMessageHandler" to ".messenger.handler_descriptor.c1t3qIB".
Inlined service "process.messenger.process_message_handler" to ".messenger.handler_descriptor.Die6Bxe".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.NumTeF8".
Inlined service "http_client.messenger.ping_webhook_handler" to ".messenger.handler_descriptor.Qv3faSN".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.WG.oRBv".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.jyyWvHw".
Inlined service "messenger.transport.native_php_serializer" to ".signing.messenger.default_serializer".
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.W55Po6X" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
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 "security.access.closure_voter" to ".debug.security.voter.security.access.closure_voter".
Inlined service ".service_locator.kvOAK9B" to ".service_locator.kvOAK9B.translation.warmer".
Inlined service ".service_locator.Nf5qxrM" to ".service_locator.Nf5qxrM.router.default".
Inlined service ".service_locator.mFBT25N" to ".service_locator.mFBT25N.router.cache_warmer".
Inlined service ".service_locator.3DrAUl_" to ".service_locator.3DrAUl_.twig.template_cache_warmer".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.1gw5tvd" to "debug.argument_resolver.inner".
Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service ".service_locator.UTS2s1V" to "console.command_loader".
Inlined service ".service_locator.Nf5qxrM.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
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.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
3
Tag "container.error" was defined on service(s) "argument_resolver.request_payload", but was never used. Did you mean "container.preload", "container.decorator", "container.stack"?
Tag "container.decorator" was defined on service(s) "http_client.uri_template", "debug.validator", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.main", "debug.security.event_dispatcher.main", "messenger.default_bus", "event_dispatcher", but was never used. Did you mean "container.error"?
Tag "monolog.channel_logger" was defined on service(s) "monolog.logger", "monolog.logger.request", "monolog.logger.messenger", "monolog.logger.cache", "monolog.logger.mailer", "monolog.logger.event", "monolog.logger.security", but was never used.