Since doctrine/doctrine-bundle 2.12: The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour.
Since doctrine/doctrine-bundle 2.13: Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement.
User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "8.0.31" instead of "8". (AbstractMySQLDriver.php:94 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)
"SELECT s0_.id AS id_0, s0_.ubicacion AS ubicacion_1, s0_.deleted_at AS deleted_at_2 FROM slider s0_ WHERE s0_.deleted_at IS NULL AND s0_.ubicacion LIKE ? LIMIT 1"
(parameters:
[1 => "Home"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT s0_.id AS id_0, s0_.ubicacion AS ubicacion_1, s0_.deleted_at AS deleted_at_2 FROM slider s0_ WHERE s0_.deleted_at IS NULL AND s0_.ubicacion LIKE ? LIMIT 1"
"params" => [1 => "Home"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT i0_.id AS id_0, i0_.slug AS slug_1, i0_.imagen AS imagen_2, i0_.oscura AS oscura_3, i0_.deleted_at AS deleted_at_4, i0_.imagen_optimizada AS imagen_optimizada_5 FROM imagen i0_ WHERE i0_.slug = ? AND i0_.deleted_at IS NULL LIMIT 1"
(parameters:
[1 => "amigos"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT i0_.id AS id_0, i0_.slug AS slug_1, i0_.imagen AS imagen_2, i0_.oscura AS oscura_3, i0_.deleted_at AS deleted_at_4, i0_.imagen_optimizada AS imagen_optimizada_5 FROM imagen i0_ WHERE i0_.slug = ? AND i0_.deleted_at IS NULL LIMIT 1"
"params" => [1 => "amigos"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0_.id AS id_0, t0_.imagen AS imagen_1, t0_.oscura AS oscura_2, t0_.nombre AS nombre_3, t0_.deleted_at AS deleted_at_4, t0_.contenido AS contenido_5, t0_.contenido_ingles AS contenido_ingles_6, t0_.imagen_optimizada AS imagen_optimizada_7 FROM tarjeta t0_ WHERE t0_.nombre = ? AND t0_.deleted_at IS NULL LIMIT 1"
(parameters:
[1 => "festival"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0_.id AS id_0, t0_.imagen AS imagen_1, t0_.oscura AS oscura_2, t0_.nombre AS nombre_3, t0_.deleted_at AS deleted_at_4, t0_.contenido AS contenido_5, t0_.contenido_ingles AS contenido_ingles_6, t0_.imagen_optimizada AS imagen_optimizada_7 FROM tarjeta t0_ WHERE t0_.nombre = ? AND t0_.deleted_at IS NULL LIMIT 1"
"params" => [1 => "festival"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0_.id AS id_0, t0_.imagen AS imagen_1, t0_.oscura AS oscura_2, t0_.nombre AS nombre_3, t0_.deleted_at AS deleted_at_4, t0_.contenido AS contenido_5, t0_.contenido_ingles AS contenido_ingles_6, t0_.imagen_optimizada AS imagen_optimizada_7 FROM tarjeta t0_ WHERE t0_.nombre = ? AND t0_.deleted_at IS NULL LIMIT 1"
(parameters:
[1 => "fex"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0_.id AS id_0, t0_.imagen AS imagen_1, t0_.oscura AS oscura_2, t0_.nombre AS nombre_3, t0_.deleted_at AS deleted_at_4, t0_.contenido AS contenido_5, t0_.contenido_ingles AS contenido_ingles_6, t0_.imagen_optimizada AS imagen_optimizada_7 FROM tarjeta t0_ WHERE t0_.nombre = ? AND t0_.deleted_at IS NULL LIMIT 1"
"params" => [1 => "fex"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0_.id AS id_0, t0_.imagen AS imagen_1, t0_.oscura AS oscura_2, t0_.nombre AS nombre_3, t0_.deleted_at AS deleted_at_4, t0_.contenido AS contenido_5, t0_.contenido_ingles AS contenido_ingles_6, t0_.imagen_optimizada AS imagen_optimizada_7 FROM tarjeta t0_ WHERE t0_.nombre = ? AND t0_.deleted_at IS NULL LIMIT 1"
(parameters:
[1 => "cursos manuel de falla"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0_.id AS id_0, t0_.imagen AS imagen_1, t0_.oscura AS oscura_2, t0_.nombre AS nombre_3, t0_.deleted_at AS deleted_at_4, t0_.contenido AS contenido_5, t0_.contenido_ingles AS contenido_ingles_6, t0_.imagen_optimizada AS imagen_optimizada_7 FROM tarjeta t0_ WHERE t0_.nombre = ? AND t0_.deleted_at IS NULL LIMIT 1"
"params" => [1 => "cursos manuel de falla"
]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT f0_.id AS id_0, f0_.titulo AS titulo_1, f0_.deleted_at AS deleted_at_2, f0_.titulo_ingles AS titulo_ingles_3, f0_.orden AS orden_4 FROM footer f0_ WHERE f0_.deleted_at IS NULL ORDER BY f0_.orden ASC"
doctrine
[
"sql" => "SELECT f0_.id AS id_0, f0_.titulo AS titulo_1, f0_.deleted_at AS deleted_at_2, f0_.titulo_ingles AS titulo_ingles_3, f0_.orden AS orden_4 FROM footer f0_ WHERE f0_.deleted_at IS NULL ORDER BY f0_.orden ASC"
]
debug
Executing query:
"SELECT p0_.id AS id_0, p0_.titulo AS titulo_1, p0_.contenido AS contenido_2, p0_.contenido_corto AS contenido_corto_3, p0_.fecha_creacion AS fecha_creacion_4, p0_.deleted_at AS deleted_at_5, p0_.estado AS estado_6, p0_.imagen_destacada AS imagen_destacada_7, p0_.slug AS slug_8 FROM post p0_ WHERE p0_.deleted_at IS NULL ORDER BY p0_.id DESC LIMIT 1"
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.titulo AS titulo_1, p0_.contenido AS contenido_2, p0_.contenido_corto AS contenido_corto_3, p0_.fecha_creacion AS fecha_creacion_4, p0_.deleted_at AS deleted_at_5, p0_.estado AS estado_6, p0_.imagen_destacada AS imagen_destacada_7, p0_.slug AS slug_8 FROM post p0_ WHERE p0_.deleted_at IS NULL ORDER BY p0_.id DESC LIMIT 1"
]
debug
Executing statement:
"SELECT e0_.id AS id_0, e0_.titulo AS titulo_1, e0_.link_entradas AS link_entradas_2, e0_.enrollment_link AS enrollment_link_3, e0_.imagen AS imagen_4, e0_.copyright_foto AS copyright_foto_5, e0_.fecha AS fecha_6, e0_.costo AS costo_7, e0_.descripcion AS descripcion_8, e0_.fecha_inicio AS fecha_inicio_9, e0_.fecha_fin AS fecha_fin_10, e0_.facultad AS facultad_11, e0_.materiales AS materiales_12, e0_.calendario AS calendario_13, e0_.sede AS sede_14, e0_.numero_horas AS numero_horas_15, e0_.plazas AS plazas_16, e0_.precio_inicial AS precio_inicial_17, e0_.precio_final AS precio_final_18, e0_.condiciones_matricula AS condiciones_matricula_19, e0_.deleted_at AS deleted_at_20, e0_.slug AS slug_21, e0_.id_wp AS id_wp_22, e0_.id_t3 AS id_t3_23, e0_.titulo_ingles AS titulo_ingles_24, e0_.descripcion_ingles AS descripcion_ingles_25, e0_.imagen_optimizada AS imagen_optimizada_26, e0_.publico AS publico_27, e0_.condiciones_matricula_ingles AS condiciones_matricula_ingles_28, e0_.genero_id AS genero_id_29, e0_.escenario_id AS escenario_id_30, e0_.tipo_evento_id AS tipo_evento_id_31 FROM evento e0_ INNER JOIN tipo_evento t1_ ON e0_.tipo_evento_id = t1_.id WHERE e0_.deleted_at IS NULL AND e0_.publico = 1 AND t1_.tipo <> 'cmf' AND e0_.fecha >= ? ORDER BY e0_.fecha ASC LIMIT 5"
(parameters:
[1 => "2025-12-15 12:29:24"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT e0_.id AS id_0, e0_.titulo AS titulo_1, e0_.link_entradas AS link_entradas_2, e0_.enrollment_link AS enrollment_link_3, e0_.imagen AS imagen_4, e0_.copyright_foto AS copyright_foto_5, e0_.fecha AS fecha_6, e0_.costo AS costo_7, e0_.descripcion AS descripcion_8, e0_.fecha_inicio AS fecha_inicio_9, e0_.fecha_fin AS fecha_fin_10, e0_.facultad AS facultad_11, e0_.materiales AS materiales_12, e0_.calendario AS calendario_13, e0_.sede AS sede_14, e0_.numero_horas AS numero_horas_15, e0_.plazas AS plazas_16, e0_.precio_inicial AS precio_inicial_17, e0_.precio_final AS precio_final_18, e0_.condiciones_matricula AS condiciones_matricula_19, e0_.deleted_at AS deleted_at_20, e0_.slug AS slug_21, e0_.id_wp AS id_wp_22, e0_.id_t3 AS id_t3_23, e0_.titulo_ingles AS titulo_ingles_24, e0_.descripcion_ingles AS descripcion_ingles_25, e0_.imagen_optimizada AS imagen_optimizada_26, e0_.publico AS publico_27, e0_.condiciones_matricula_ingles AS condiciones_matricula_ingles_28, e0_.genero_id AS genero_id_29, e0_.escenario_id AS escenario_id_30, e0_.tipo_evento_id AS tipo_evento_id_31 FROM evento e0_ INNER JOIN tipo_evento t1_ ON e0_.tipo_evento_id = t1_.id WHERE e0_.deleted_at IS NULL AND e0_.publico = 1 AND t1_.tipo <> 'cmf' AND e0_.fecha >= ? ORDER BY e0_.fecha ASC LIMIT 5"
"params" => [1 => "2025-12-15 12:29:24"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT s0_.id AS id_0, s0_.enlace AS enlace_1, s0_.imagen AS imagen_2, s0_.texto_boton AS texto_boton_3, s0_.orden AS orden_4, s0_.deleted_at AS deleted_at_5, s0_.titulo AS titulo_6, s0_.descripcion AS descripcion_7, s0_.titulo_ingles AS titulo_ingles_8, s0_.descripcion_ingles AS descripcion_ingles_9, s0_.texto_boton_ingles AS texto_boton_ingles_10, s0_.imagen_optimizada AS imagen_optimizada_11, s0_.slider_id AS slider_id_12 FROM slide s0_ WHERE s0_.deleted_at IS NULL AND s0_.slider_id = ? ORDER BY s0_.orden ASC"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT s0_.id AS id_0, s0_.enlace AS enlace_1, s0_.imagen AS imagen_2, s0_.texto_boton AS texto_boton_3, s0_.orden AS orden_4, s0_.deleted_at AS deleted_at_5, s0_.titulo AS titulo_6, s0_.descripcion AS descripcion_7, s0_.titulo_ingles AS titulo_ingles_8, s0_.descripcion_ingles AS descripcion_ingles_9, s0_.texto_boton_ingles AS texto_boton_ingles_10, s0_.imagen_optimizada AS imagen_optimizada_11, s0_.slider_id AS slider_id_12 FROM slide s0_ WHERE s0_.deleted_at IS NULL AND s0_.slider_id = ? ORDER BY s0_.orden ASC"
"params" => [1 => 1]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.logo AS logo_2, t0.logo_negativo AS logo_negativo_3, t0.texto AS texto_4, t0.link AS link_5, t0.deleted_at AS deleted_at_6, t0.orden AS orden_7, t0.tamano AS tamano_8, t0.footer_id AS footer_id_9 FROM elemento_footer t0 WHERE t0.footer_id = ?"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.logo AS logo_2, t0.logo_negativo AS logo_negativo_3, t0.texto AS texto_4, t0.link AS link_5, t0.deleted_at AS deleted_at_6, t0.orden AS orden_7, t0.tamano AS tamano_8, t0.footer_id AS footer_id_9 FROM elemento_footer t0 WHERE t0.footer_id = ?"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.logo AS logo_2, t0.logo_negativo AS logo_negativo_3, t0.texto AS texto_4, t0.link AS link_5, t0.deleted_at AS deleted_at_6, t0.orden AS orden_7, t0.tamano AS tamano_8, t0.footer_id AS footer_id_9 FROM elemento_footer t0 WHERE t0.footer_id = ?"
(parameters:
[1 => 2]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.logo AS logo_2, t0.logo_negativo AS logo_negativo_3, t0.texto AS texto_4, t0.link AS link_5, t0.deleted_at AS deleted_at_6, t0.orden AS orden_7, t0.tamano AS tamano_8, t0.footer_id AS footer_id_9 FROM elemento_footer t0 WHERE t0.footer_id = ?"
"params" => [1 => 2]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.logo AS logo_2, t0.logo_negativo AS logo_negativo_3, t0.texto AS texto_4, t0.link AS link_5, t0.deleted_at AS deleted_at_6, t0.orden AS orden_7, t0.tamano AS tamano_8, t0.footer_id AS footer_id_9 FROM elemento_footer t0 WHERE t0.footer_id = ?"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.logo AS logo_2, t0.logo_negativo AS logo_negativo_3, t0.texto AS texto_4, t0.link AS link_5, t0.deleted_at AS deleted_at_6, t0.orden AS orden_7, t0.tamano AS tamano_8, t0.footer_id AS footer_id_9 FROM elemento_footer t0 WHERE t0.footer_id = ?"
"params" => [1 => 1]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.logo AS logo_2, t0.logo_negativo AS logo_negativo_3, t0.texto AS texto_4, t0.link AS link_5, t0.deleted_at AS deleted_at_6, t0.orden AS orden_7, t0.tamano AS tamano_8, t0.footer_id AS footer_id_9 FROM elemento_footer t0 WHERE t0.footer_id = ?"
(parameters:
[1 => 3]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.logo AS logo_2, t0.logo_negativo AS logo_negativo_3, t0.texto AS texto_4, t0.link AS link_5, t0.deleted_at AS deleted_at_6, t0.orden AS orden_7, t0.tamano AS tamano_8, t0.footer_id AS footer_id_9 FROM elemento_footer t0 WHERE t0.footer_id = ?"
"params" => [1 => 3]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.logo AS logo_2, t0.logo_negativo AS logo_negativo_3, t0.texto AS texto_4, t0.link AS link_5, t0.deleted_at AS deleted_at_6, t0.orden AS orden_7, t0.tamano AS tamano_8, t0.footer_id AS footer_id_9 FROM elemento_footer t0 WHERE t0.footer_id = ?"
(parameters:
[1 => 4]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.logo AS logo_2, t0.logo_negativo AS logo_negativo_3, t0.texto AS texto_4, t0.link AS link_5, t0.deleted_at AS deleted_at_6, t0.orden AS orden_7, t0.tamano AS tamano_8, t0.footer_id AS footer_id_9 FROM elemento_footer t0 WHERE t0.footer_id = ?"
"params" => [1 => 4]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.logo AS logo_2, t0.logo_negativo AS logo_negativo_3, t0.texto AS texto_4, t0.link AS link_5, t0.deleted_at AS deleted_at_6, t0.orden AS orden_7, t0.tamano AS tamano_8, t0.footer_id AS footer_id_9 FROM elemento_footer t0 WHERE t0.footer_id = ?"
(parameters:
[1 => 5]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.logo AS logo_2, t0.logo_negativo AS logo_negativo_3, t0.texto AS texto_4, t0.link AS link_5, t0.deleted_at AS deleted_at_6, t0.orden AS orden_7, t0.tamano AS tamano_8, t0.footer_id AS footer_id_9 FROM elemento_footer t0 WHERE t0.footer_id = ?"
"params" => [1 => 5]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.logo AS logo_2, t0.logo_negativo AS logo_negativo_3, t0.texto AS texto_4, t0.link AS link_5, t0.deleted_at AS deleted_at_6, t0.orden AS orden_7, t0.tamano AS tamano_8, t0.footer_id AS footer_id_9 FROM elemento_footer t0 WHERE t0.footer_id = ?"
(parameters:
[1 => 6]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.logo AS logo_2, t0.logo_negativo AS logo_negativo_3, t0.texto AS texto_4, t0.link AS link_5, t0.deleted_at AS deleted_at_6, t0.orden AS orden_7, t0.tamano AS tamano_8, t0.footer_id AS footer_id_9 FROM elemento_footer t0 WHERE t0.footer_id = ?"
"params" => [1 => 6]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.logo AS logo_2, t0.logo_negativo AS logo_negativo_3, t0.texto AS texto_4, t0.link AS link_5, t0.deleted_at AS deleted_at_6, t0.orden AS orden_7, t0.tamano AS tamano_8, t0.footer_id AS footer_id_9 FROM elemento_footer t0 WHERE t0.footer_id = ?"
(parameters:
[1 => 8]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.logo AS logo_2, t0.logo_negativo AS logo_negativo_3, t0.texto AS texto_4, t0.link AS link_5, t0.deleted_at AS deleted_at_6, t0.orden AS orden_7, t0.tamano AS tamano_8, t0.footer_id AS footer_id_9 FROM elemento_footer t0 WHERE t0.footer_id = ?"
"params" => [1 => 8]
"types" => [1 => 1]
]
Log messages generated during the compilation of the service container.
Messages
Class
520
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CambiarURLCommand" (parent: .abstract.instanceof.App\Command\CambiarURLCommand).
Resolving inheritance for "App\Command\CambiarURLCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CambiarURLCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CleanNewsletterDuplicatesCommand" (parent: .abstract.instanceof.App\Command\CleanNewsletterDuplicatesCommand).
Resolving inheritance for "App\Command\CleanNewsletterDuplicatesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CleanNewsletterDuplicatesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeshacerPatrocinadoresCommand" (parent: .abstract.instanceof.App\Command\DeshacerPatrocinadoresCommand).
Resolving inheritance for "App\Command\DeshacerPatrocinadoresCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeshacerPatrocinadoresCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EliminarPreciosCommand" (parent: .abstract.instanceof.App\Command\EliminarPreciosCommand).
Resolving inheritance for "App\Command\EliminarPreciosCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EliminarPreciosCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EnviarMailsCommand" (parent: .abstract.instanceof.App\Command\EnviarMailsCommand).
Resolving inheritance for "App\Command\EnviarMailsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EnviarMailsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateTestDataCommand" (parent: .abstract.instanceof.App\Command\GenerateTestDataCommand).
Resolving inheritance for "App\Command\GenerateTestDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateTestDataCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailchimpTestCommand" (parent: .abstract.instanceof.App\Command\MailchimpTestCommand).
Resolving inheritance for "App\Command\MailchimpTestCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailchimpTestCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\OptimizarImagenesCommand" (parent: .abstract.instanceof.App\Command\OptimizarImagenesCommand).
Resolving inheritance for "App\Command\OptimizarImagenesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\OptimizarImagenesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\QuitarAcentosSlugCommand" (parent: .abstract.instanceof.App\Command\QuitarAcentosSlugCommand).
Resolving inheritance for "App\Command\QuitarAcentosSlugCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\QuitarAcentosSlugCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SlugEventosCommand" (parent: .abstract.instanceof.App\Command\SlugEventosCommand).
Resolving inheritance for "App\Command\SlugEventosCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SlugEventosCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminController" (parent: .abstract.instanceof.App\Controller\AdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminController).
Resolving inheritance for "App\Controller\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AjaxController" (parent: .abstract.instanceof.App\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AjaxController).
Resolving inheritance for "App\Controller\AjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AmigoController" (parent: .abstract.instanceof.App\Controller\AmigoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AmigoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AmigoController).
Resolving inheritance for "App\Controller\AmigoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AmigoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArtistaController" (parent: .abstract.instanceof.App\Controller\ArtistaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArtistaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArtistaController).
Resolving inheritance for "App\Controller\ArtistaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArtistaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArtistaObraProgramaController" (parent: .abstract.instanceof.App\Controller\ArtistaObraProgramaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArtistaObraProgramaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArtistaObraProgramaController).
Resolving inheritance for "App\Controller\ArtistaObraProgramaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArtistaObraProgramaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackendController" (parent: .abstract.instanceof.App\Controller\BackendController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackendController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackendController).
Resolving inheritance for "App\Controller\BackendController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackendController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategoriaAmigoController" (parent: .abstract.instanceof.App\Controller\CategoriaAmigoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategoriaAmigoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategoriaAmigoController).
Resolving inheritance for "App\Controller\CategoriaAmigoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategoriaAmigoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategoriaContactoController" (parent: .abstract.instanceof.App\Controller\CategoriaContactoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategoriaContactoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategoriaContactoController).
Resolving inheritance for "App\Controller\CategoriaContactoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategoriaContactoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategoriaController" (parent: .abstract.instanceof.App\Controller\CategoriaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategoriaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategoriaController).
Resolving inheritance for "App\Controller\CategoriaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategoriaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClienteController" (parent: .abstract.instanceof.App\Controller\ClienteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClienteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClienteController).
Resolving inheritance for "App\Controller\ClienteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClienteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CondicionesEspecialesController" (parent: .abstract.instanceof.App\Controller\CondicionesEspecialesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CondicionesEspecialesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CondicionesEspecialesController).
Resolving inheritance for "App\Controller\CondicionesEspecialesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CondicionesEspecialesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConfiguracionController" (parent: .abstract.instanceof.App\Controller\ConfiguracionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConfiguracionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConfiguracionController).
Resolving inheritance for "App\Controller\ConfiguracionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConfiguracionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactoController" (parent: .abstract.instanceof.App\Controller\ContactoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactoController).
Resolving inheritance for "App\Controller\ContactoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EditorController" (parent: .abstract.instanceof.App\Controller\EditorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EditorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EditorController).
Resolving inheritance for "App\Controller\EditorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EditorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ElementoFooterController" (parent: .abstract.instanceof.App\Controller\ElementoFooterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ElementoFooterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ElementoFooterController).
Resolving inheritance for "App\Controller\ElementoFooterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ElementoFooterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ElementoMenuController" (parent: .abstract.instanceof.App\Controller\ElementoMenuController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ElementoMenuController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ElementoMenuController).
Resolving inheritance for "App\Controller\ElementoMenuController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ElementoMenuController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmailTemplateController" (parent: .abstract.instanceof.App\Controller\EmailTemplateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmailTemplateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmailTemplateController).
Resolving inheritance for "App\Controller\EmailTemplateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmailTemplateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmpresaController" (parent: .abstract.instanceof.App\Controller\EmpresaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmpresaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmpresaController).
Resolving inheritance for "App\Controller\EmpresaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmpresaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EscenarioController" (parent: .abstract.instanceof.App\Controller\EscenarioController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EscenarioController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EscenarioController).
Resolving inheritance for "App\Controller\EscenarioController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EscenarioController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventoController" (parent: .abstract.instanceof.App\Controller\EventoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventoController).
Resolving inheritance for "App\Controller\EventoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExportController" (parent: .abstract.instanceof.App\Controller\ExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExportController).
Resolving inheritance for "App\Controller\ExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FooterController" (parent: .abstract.instanceof.App\Controller\FooterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FooterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FooterController).
Resolving inheritance for "App\Controller\FooterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FooterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FotoController" (parent: .abstract.instanceof.App\Controller\FotoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FotoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FotoController).
Resolving inheritance for "App\Controller\FotoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FotoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FotoEscenarioController" (parent: .abstract.instanceof.App\Controller\FotoEscenarioController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FotoEscenarioController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FotoEscenarioController).
Resolving inheritance for "App\Controller\FotoEscenarioController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FotoEscenarioController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GeneroController" (parent: .abstract.instanceof.App\Controller\GeneroController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GeneroController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GeneroController).
Resolving inheritance for "App\Controller\GeneroController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GeneroController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ImagenController" (parent: .abstract.instanceof.App\Controller\ImagenController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ImagenController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ImagenController).
Resolving inheritance for "App\Controller\ImagenController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ImagenController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LibroController" (parent: .abstract.instanceof.App\Controller\LibroController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LibroController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LibroController).
Resolving inheritance for "App\Controller\LibroController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LibroController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MigracionController" (parent: .abstract.instanceof.App\Controller\MigracionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MigracionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MigracionController).
Resolving inheritance for "App\Controller\MigracionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MigracionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsletterController" (parent: .abstract.instanceof.App\Controller\NewsletterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsletterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsletterController).
Resolving inheritance for "App\Controller\NewsletterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsletterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ObraController" (parent: .abstract.instanceof.App\Controller\ObraController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ObraController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ObraController).
Resolving inheritance for "App\Controller\ObraController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ObraController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ObraProgramaController" (parent: .abstract.instanceof.App\Controller\ObraProgramaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ObraProgramaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ObraProgramaController).
Resolving inheritance for "App\Controller\ObraProgramaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ObraProgramaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaginaController" (parent: .abstract.instanceof.App\Controller\PaginaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaginaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaginaController).
Resolving inheritance for "App\Controller\PaginaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaginaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaisController" (parent: .abstract.instanceof.App\Controller\PaisController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaisController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaisController).
Resolving inheritance for "App\Controller\PaisController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaisController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PatrocinadorController" (parent: .abstract.instanceof.App\Controller\PatrocinadorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PatrocinadorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PatrocinadorController).
Resolving inheritance for "App\Controller\PatrocinadorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PatrocinadorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PostController" (parent: .abstract.instanceof.App\Controller\PostController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PostController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PostController).
Resolving inheritance for "App\Controller\PostController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PostController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PrecioController" (parent: .abstract.instanceof.App\Controller\PrecioController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PrecioController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PrecioController).
Resolving inheritance for "App\Controller\PrecioController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PrecioController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfesorController" (parent: .abstract.instanceof.App\Controller\ProfesorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfesorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfesorController).
Resolving inheritance for "App\Controller\ProfesorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfesorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfesorEventoController" (parent: .abstract.instanceof.App\Controller\ProfesorEventoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfesorEventoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfesorEventoController).
Resolving inheritance for "App\Controller\ProfesorEventoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfesorEventoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProgramaController" (parent: .abstract.instanceof.App\Controller\ProgramaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProgramaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProgramaController).
Resolving inheritance for "App\Controller\ProgramaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProgramaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RecursoPaginaController" (parent: .abstract.instanceof.App\Controller\RecursoPaginaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RecursoPaginaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RecursoPaginaController).
Resolving inheritance for "App\Controller\RecursoPaginaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RecursoPaginaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RedSocialController" (parent: .abstract.instanceof.App\Controller\RedSocialController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RedSocialController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RedSocialController).
Resolving inheritance for "App\Controller\RedSocialController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RedSocialController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RedsysController" (parent: .abstract.instanceof.App\Controller\RedsysController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RedsysController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RedsysController).
Resolving inheritance for "App\Controller\RedsysController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RedsysController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController" (parent: .abstract.instanceof.App\Controller\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController).
Resolving inheritance for "App\Controller\RegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RetransmisionClienteController" (parent: .abstract.instanceof.App\Controller\RetransmisionClienteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RetransmisionClienteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RetransmisionClienteController).
Resolving inheritance for "App\Controller\RetransmisionClienteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RetransmisionClienteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RetransmisionController" (parent: .abstract.instanceof.App\Controller\RetransmisionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RetransmisionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RetransmisionController).
Resolving inheritance for "App\Controller\RetransmisionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RetransmisionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController).
Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SlideController" (parent: .abstract.instanceof.App\Controller\SlideController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SlideController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SlideController).
Resolving inheritance for "App\Controller\SlideController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SlideController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SliderController" (parent: .abstract.instanceof.App\Controller\SliderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SliderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SliderController).
Resolving inheritance for "App\Controller\SliderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SliderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SmtpController" (parent: .abstract.instanceof.App\Controller\SmtpController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SmtpController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SmtpController).
Resolving inheritance for "App\Controller\SmtpController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SmtpController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SubelementoMenuController" (parent: .abstract.instanceof.App\Controller\SubelementoMenuController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SubelementoMenuController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SubelementoMenuController).
Resolving inheritance for "App\Controller\SubelementoMenuController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SubelementoMenuController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TarjetaController" (parent: .abstract.instanceof.App\Controller\TarjetaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TarjetaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TarjetaController).
Resolving inheritance for "App\Controller\TarjetaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TarjetaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TipoArtistaController" (parent: .abstract.instanceof.App\Controller\TipoArtistaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TipoArtistaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TipoArtistaController).
Resolving inheritance for "App\Controller\TipoArtistaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TipoArtistaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TipoEventoController" (parent: .abstract.instanceof.App\Controller\TipoEventoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TipoEventoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TipoEventoController).
Resolving inheritance for "App\Controller\TipoEventoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TipoEventoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TipoPatrocinioController" (parent: .abstract.instanceof.App\Controller\TipoPatrocinioController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TipoPatrocinioController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TipoPatrocinioController).
Resolving inheritance for "App\Controller\TipoPatrocinioController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TipoPatrocinioController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TipoPatrocinioEventoPatrocinadorController" (parent: .abstract.instanceof.App\Controller\TipoPatrocinioEventoPatrocinadorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TipoPatrocinioEventoPatrocinadorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TipoPatrocinioEventoPatrocinadorController).
Resolving inheritance for "App\Controller\TipoPatrocinioEventoPatrocinadorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TipoPatrocinioEventoPatrocinadorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TrabajadorController" (parent: .abstract.instanceof.App\Controller\TrabajadorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TrabajadorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TrabajadorController).
Resolving inheritance for "App\Controller\TrabajadorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TrabajadorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UtilsController" (parent: .abstract.instanceof.App\Controller\UtilsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UtilsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UtilsController).
Resolving inheritance for "App\Controller\UtilsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UtilsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VimeoController" (parent: .abstract.instanceof.App\Controller\VimeoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VimeoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VimeoController).
Resolving inheritance for "App\Controller\VimeoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VimeoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\public\PublicController" (parent: .abstract.instanceof.App\Controller\public\PublicController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\public\PublicController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\public\PublicController).
Resolving inheritance for "App\Controller\public\PublicController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\public\PublicController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\public\PublicRetransmisionController" (parent: .abstract.instanceof.App\Controller\public\PublicRetransmisionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\public\PublicRetransmisionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\public\PublicRetransmisionController).
Resolving inheritance for "App\Controller\public\PublicRetransmisionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\public\PublicRetransmisionController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminType" (parent: .abstract.instanceof.App\Form\AdminType).
Resolving inheritance for "App\Form\AdminType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AmigoType" (parent: .abstract.instanceof.App\Form\AmigoType).
Resolving inheritance for "App\Form\AmigoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AmigoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ArtistaObraProgramaType" (parent: .abstract.instanceof.App\Form\ArtistaObraProgramaType).
Resolving inheritance for "App\Form\ArtistaObraProgramaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ArtistaObraProgramaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ArtistaType" (parent: .abstract.instanceof.App\Form\ArtistaType).
Resolving inheritance for "App\Form\ArtistaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ArtistaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoriaAmigoType" (parent: .abstract.instanceof.App\Form\CategoriaAmigoType).
Resolving inheritance for "App\Form\CategoriaAmigoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoriaAmigoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoriaContactoType" (parent: .abstract.instanceof.App\Form\CategoriaContactoType).
Resolving inheritance for "App\Form\CategoriaContactoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoriaContactoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoriaType" (parent: .abstract.instanceof.App\Form\CategoriaType).
Resolving inheritance for "App\Form\CategoriaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoriaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClienteType" (parent: .abstract.instanceof.App\Form\ClienteType).
Resolving inheritance for "App\Form\ClienteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClienteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CondicionesEspecialesType" (parent: .abstract.instanceof.App\Form\CondicionesEspecialesType).
Resolving inheritance for "App\Form\CondicionesEspecialesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CondicionesEspecialesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConfiguracionType" (parent: .abstract.instanceof.App\Form\ConfiguracionType).
Resolving inheritance for "App\Form\ConfiguracionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConfiguracionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactoType" (parent: .abstract.instanceof.App\Form\ContactoType).
Resolving inheritance for "App\Form\ContactoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EditorType" (parent: .abstract.instanceof.App\Form\EditorType).
Resolving inheritance for "App\Form\EditorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EditorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ElementoFooterType" (parent: .abstract.instanceof.App\Form\ElementoFooterType).
Resolving inheritance for "App\Form\ElementoFooterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ElementoFooterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ElementoMenuType" (parent: .abstract.instanceof.App\Form\ElementoMenuType).
Resolving inheritance for "App\Form\ElementoMenuType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ElementoMenuType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmailTemplateType" (parent: .abstract.instanceof.App\Form\EmailTemplateType).
Resolving inheritance for "App\Form\EmailTemplateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmailTemplateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmpresaType" (parent: .abstract.instanceof.App\Form\EmpresaType).
Resolving inheritance for "App\Form\EmpresaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmpresaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EscenarioType" (parent: .abstract.instanceof.App\Form\EscenarioType).
Resolving inheritance for "App\Form\EscenarioType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EscenarioType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventoType" (parent: .abstract.instanceof.App\Form\EventoType).
Resolving inheritance for "App\Form\EventoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FooterType" (parent: .abstract.instanceof.App\Form\FooterType).
Resolving inheritance for "App\Form\FooterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FooterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FotoEscenarioType" (parent: .abstract.instanceof.App\Form\FotoEscenarioType).
Resolving inheritance for "App\Form\FotoEscenarioType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FotoEscenarioType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FotoType" (parent: .abstract.instanceof.App\Form\FotoType).
Resolving inheritance for "App\Form\FotoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FotoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GeneroType" (parent: .abstract.instanceof.App\Form\GeneroType).
Resolving inheritance for "App\Form\GeneroType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GeneroType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImagenType" (parent: .abstract.instanceof.App\Form\ImagenType).
Resolving inheritance for "App\Form\ImagenType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImagenType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ObraProgramaType" (parent: .abstract.instanceof.App\Form\ObraProgramaType).
Resolving inheritance for "App\Form\ObraProgramaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ObraProgramaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ObraType" (parent: .abstract.instanceof.App\Form\ObraType).
Resolving inheritance for "App\Form\ObraType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ObraType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PaginaType" (parent: .abstract.instanceof.App\Form\PaginaType).
Resolving inheritance for "App\Form\PaginaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PaginaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PaisType" (parent: .abstract.instanceof.App\Form\PaisType).
Resolving inheritance for "App\Form\PaisType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PaisType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PatrocinadorType" (parent: .abstract.instanceof.App\Form\PatrocinadorType).
Resolving inheritance for "App\Form\PatrocinadorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PatrocinadorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PostType" (parent: .abstract.instanceof.App\Form\PostType).
Resolving inheritance for "App\Form\PostType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PostType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PrecioType" (parent: .abstract.instanceof.App\Form\PrecioType).
Resolving inheritance for "App\Form\PrecioType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PrecioType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfesorEventoType" (parent: .abstract.instanceof.App\Form\ProfesorEventoType).
Resolving inheritance for "App\Form\ProfesorEventoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfesorEventoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfesorType" (parent: .abstract.instanceof.App\Form\ProfesorType).
Resolving inheritance for "App\Form\ProfesorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfesorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProgramaType" (parent: .abstract.instanceof.App\Form\ProgramaType).
Resolving inheritance for "App\Form\ProgramaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProgramaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RecursoPaginaType" (parent: .abstract.instanceof.App\Form\RecursoPaginaType).
Resolving inheritance for "App\Form\RecursoPaginaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RecursoPaginaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RedSocialType" (parent: .abstract.instanceof.App\Form\RedSocialType).
Resolving inheritance for "App\Form\RedSocialType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RedSocialType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RedsysType" (parent: .abstract.instanceof.App\Form\RedsysType).
Resolving inheritance for "App\Form\RedsysType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RedsysType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationFormType" (parent: .abstract.instanceof.App\Form\RegistrationFormType).
Resolving inheritance for "App\Form\RegistrationFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RetransmisionClienteType" (parent: .abstract.instanceof.App\Form\RetransmisionClienteType).
Resolving inheritance for "App\Form\RetransmisionClienteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RetransmisionClienteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RetransmisionType" (parent: .abstract.instanceof.App\Form\RetransmisionType).
Resolving inheritance for "App\Form\RetransmisionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RetransmisionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SlideType" (parent: .abstract.instanceof.App\Form\SlideType).
Resolving inheritance for "App\Form\SlideType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SlideType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SliderType" (parent: .abstract.instanceof.App\Form\SliderType).
Resolving inheritance for "App\Form\SliderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SliderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SmtpType" (parent: .abstract.instanceof.App\Form\SmtpType).
Resolving inheritance for "App\Form\SmtpType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SmtpType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubelementoMenuType" (parent: .abstract.instanceof.App\Form\SubelementoMenuType).
Resolving inheritance for "App\Form\SubelementoMenuType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubelementoMenuType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TarjetaType" (parent: .abstract.instanceof.App\Form\TarjetaType).
Resolving inheritance for "App\Form\TarjetaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TarjetaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TipoArtistaType" (parent: .abstract.instanceof.App\Form\TipoArtistaType).
Resolving inheritance for "App\Form\TipoArtistaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TipoArtistaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TipoEventoType" (parent: .abstract.instanceof.App\Form\TipoEventoType).
Resolving inheritance for "App\Form\TipoEventoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TipoEventoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TipoPatrocinioEventoPatrocinadorType" (parent: .abstract.instanceof.App\Form\TipoPatrocinioEventoPatrocinadorType).
Resolving inheritance for "App\Form\TipoPatrocinioEventoPatrocinadorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TipoPatrocinioEventoPatrocinadorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TipoPatrocinioType" (parent: .abstract.instanceof.App\Form\TipoPatrocinioType).
Resolving inheritance for "App\Form\TipoPatrocinioType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TipoPatrocinioType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TrabajadorType" (parent: .abstract.instanceof.App\Form\TrabajadorType).
Resolving inheritance for "App\Form\TrabajadorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TrabajadorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VimeoType" (parent: .abstract.instanceof.App\Form\VimeoType).
Resolving inheritance for "App\Form\VimeoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VimeoType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdminRepository" (parent: .abstract.instanceof.App\Repository\AdminRepository).
Resolving inheritance for "App\Repository\AdminRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdminRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AmigoRepository" (parent: .abstract.instanceof.App\Repository\AmigoRepository).
Resolving inheritance for "App\Repository\AmigoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AmigoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArtistaObraProgramaRepository" (parent: .abstract.instanceof.App\Repository\ArtistaObraProgramaRepository).
Resolving inheritance for "App\Repository\ArtistaObraProgramaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArtistaObraProgramaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArtistaRepository" (parent: .abstract.instanceof.App\Repository\ArtistaRepository).
Resolving inheritance for "App\Repository\ArtistaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArtistaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoriaAmigoRepository" (parent: .abstract.instanceof.App\Repository\CategoriaAmigoRepository).
Resolving inheritance for "App\Repository\CategoriaAmigoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoriaAmigoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoriaContactoRepository" (parent: .abstract.instanceof.App\Repository\CategoriaContactoRepository).
Resolving inheritance for "App\Repository\CategoriaContactoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoriaContactoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoriaRepository" (parent: .abstract.instanceof.App\Repository\CategoriaRepository).
Resolving inheritance for "App\Repository\CategoriaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoriaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClienteRepository" (parent: .abstract.instanceof.App\Repository\ClienteRepository).
Resolving inheritance for "App\Repository\ClienteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClienteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CondicionesEspecialesRepository" (parent: .abstract.instanceof.App\Repository\CondicionesEspecialesRepository).
Resolving inheritance for "App\Repository\CondicionesEspecialesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CondicionesEspecialesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfiguracionRepository" (parent: .abstract.instanceof.App\Repository\ConfiguracionRepository).
Resolving inheritance for "App\Repository\ConfiguracionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfiguracionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactoRepository" (parent: .abstract.instanceof.App\Repository\ContactoRepository).
Resolving inheritance for "App\Repository\ContactoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EditorRepository" (parent: .abstract.instanceof.App\Repository\EditorRepository).
Resolving inheritance for "App\Repository\EditorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EditorRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ElementoFooterRepository" (parent: .abstract.instanceof.App\Repository\ElementoFooterRepository).
Resolving inheritance for "App\Repository\ElementoFooterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ElementoFooterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ElementoMenuRepository" (parent: .abstract.instanceof.App\Repository\ElementoMenuRepository).
Resolving inheritance for "App\Repository\ElementoMenuRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ElementoMenuRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailRepository" (parent: .abstract.instanceof.App\Repository\EmailRepository).
Resolving inheritance for "App\Repository\EmailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailTemplateRepository" (parent: .abstract.instanceof.App\Repository\EmailTemplateRepository).
Resolving inheritance for "App\Repository\EmailTemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailTemplateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmpresaRepository" (parent: .abstract.instanceof.App\Repository\EmpresaRepository).
Resolving inheritance for "App\Repository\EmpresaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmpresaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EscenarioRepository" (parent: .abstract.instanceof.App\Repository\EscenarioRepository).
Resolving inheritance for "App\Repository\EscenarioRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EscenarioRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventoRepository" (parent: .abstract.instanceof.App\Repository\EventoRepository).
Resolving inheritance for "App\Repository\EventoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FooterRepository" (parent: .abstract.instanceof.App\Repository\FooterRepository).
Resolving inheritance for "App\Repository\FooterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FooterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FotoEscenarioRepository" (parent: .abstract.instanceof.App\Repository\FotoEscenarioRepository).
Resolving inheritance for "App\Repository\FotoEscenarioRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FotoEscenarioRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FotoRepository" (parent: .abstract.instanceof.App\Repository\FotoRepository).
Resolving inheritance for "App\Repository\FotoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FotoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GeneroRepository" (parent: .abstract.instanceof.App\Repository\GeneroRepository).
Resolving inheritance for "App\Repository\GeneroRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GeneroRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImagenRepository" (parent: .abstract.instanceof.App\Repository\ImagenRepository).
Resolving inheritance for "App\Repository\ImagenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImagenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ObraProgramaRepository" (parent: .abstract.instanceof.App\Repository\ObraProgramaRepository).
Resolving inheritance for "App\Repository\ObraProgramaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ObraProgramaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ObraRepository" (parent: .abstract.instanceof.App\Repository\ObraRepository).
Resolving inheritance for "App\Repository\ObraRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ObraRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaginaRepository" (parent: .abstract.instanceof.App\Repository\PaginaRepository).
Resolving inheritance for "App\Repository\PaginaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaginaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaisRepository" (parent: .abstract.instanceof.App\Repository\PaisRepository).
Resolving inheritance for "App\Repository\PaisRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaisRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PatrocinadorRepository" (parent: .abstract.instanceof.App\Repository\PatrocinadorRepository).
Resolving inheritance for "App\Repository\PatrocinadorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PatrocinadorRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PostRepository" (parent: .abstract.instanceof.App\Repository\PostRepository).
Resolving inheritance for "App\Repository\PostRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PostRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PrecioRepository" (parent: .abstract.instanceof.App\Repository\PrecioRepository).
Resolving inheritance for "App\Repository\PrecioRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PrecioRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProfesorEventoRepository" (parent: .abstract.instanceof.App\Repository\ProfesorEventoRepository).
Resolving inheritance for "App\Repository\ProfesorEventoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProfesorEventoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProfesorRepository" (parent: .abstract.instanceof.App\Repository\ProfesorRepository).
Resolving inheritance for "App\Repository\ProfesorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProfesorRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgramaRepository" (parent: .abstract.instanceof.App\Repository\ProgramaRepository).
Resolving inheritance for "App\Repository\ProgramaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgramaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecursoPaginaRepository" (parent: .abstract.instanceof.App\Repository\RecursoPaginaRepository).
Resolving inheritance for "App\Repository\RecursoPaginaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecursoPaginaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RedSocialRepository" (parent: .abstract.instanceof.App\Repository\RedSocialRepository).
Resolving inheritance for "App\Repository\RedSocialRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RedSocialRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RedsysRepository" (parent: .abstract.instanceof.App\Repository\RedsysRepository).
Resolving inheritance for "App\Repository\RedsysRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RedsysRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetransmisionClienteRepository" (parent: .abstract.instanceof.App\Repository\RetransmisionClienteRepository).
Resolving inheritance for "App\Repository\RetransmisionClienteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetransmisionClienteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetransmisionRepository" (parent: .abstract.instanceof.App\Repository\RetransmisionRepository).
Resolving inheritance for "App\Repository\RetransmisionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetransmisionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SlideRepository" (parent: .abstract.instanceof.App\Repository\SlideRepository).
Resolving inheritance for "App\Repository\SlideRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SlideRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SliderRepository" (parent: .abstract.instanceof.App\Repository\SliderRepository).
Resolving inheritance for "App\Repository\SliderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SliderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SmtpRepository" (parent: .abstract.instanceof.App\Repository\SmtpRepository).
Resolving inheritance for "App\Repository\SmtpRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SmtpRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubelementoMenuRepository" (parent: .abstract.instanceof.App\Repository\SubelementoMenuRepository).
Resolving inheritance for "App\Repository\SubelementoMenuRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubelementoMenuRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TarjetaRepository" (parent: .abstract.instanceof.App\Repository\TarjetaRepository).
Resolving inheritance for "App\Repository\TarjetaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TarjetaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoArtistaRepository" (parent: .abstract.instanceof.App\Repository\TipoArtistaRepository).
Resolving inheritance for "App\Repository\TipoArtistaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoArtistaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoEventoRepository" (parent: .abstract.instanceof.App\Repository\TipoEventoRepository).
Resolving inheritance for "App\Repository\TipoEventoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoEventoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoPatrocinioEventoPatrocinadorRepository" (parent: .abstract.instanceof.App\Repository\TipoPatrocinioEventoPatrocinadorRepository).
Resolving inheritance for "App\Repository\TipoPatrocinioEventoPatrocinadorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoPatrocinioEventoPatrocinadorRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoPatrocinioRepository" (parent: .abstract.instanceof.App\Repository\TipoPatrocinioRepository).
Resolving inheritance for "App\Repository\TipoPatrocinioRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoPatrocinioRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TpvRepository" (parent: .abstract.instanceof.App\Repository\TpvRepository).
Resolving inheritance for "App\Repository\TpvRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TpvRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrabajadorRepository" (parent: .abstract.instanceof.App\Repository\TrabajadorRepository).
Resolving inheritance for "App\Repository\TrabajadorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrabajadorRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UsuarioRepository" (parent: .abstract.instanceof.App\Repository\UsuarioRepository).
Resolving inheritance for "App\Repository\UsuarioRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UsuarioRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VimeoRepository" (parent: .abstract.instanceof.App\Repository\VimeoRepository).
Resolving inheritance for "App\Repository\VimeoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VimeoRepository).
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.annotations" (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._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.gmail" (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 "mailer.transport_factory.native" (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 "messenger.retry.multiplier_retry_strategy.failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
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.dbal.old_wp_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.old_wp_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.old_wp_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.old_t3_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.old_t3_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.old_t3_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 "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.user.provider.concrete.app_user_provider" (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.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
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 "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.old_wp_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.old_t3_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
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.logging_middleware.old_wp" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.old_wp" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.old_t3" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.old_t3" (parent: doctrine.dbal.debug_middleware).
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.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
493
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\HttpKernel\UriSigner"; 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"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; 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\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 "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; 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\HttpKernel\Debug\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\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; 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 "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "cache.default_redis_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 "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "messenger.failure_transports.default"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "notifier.logger_notification_listener"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; 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 $defaultConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $oldWpConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $oldT3Connection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; 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 $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; 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\Core\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 "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
Removed service "Knp\Component\Pager\ArgumentAccess\ArgumentAccessInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service ".service_locator.80edgLI"; reason: private alias.
Removed service ".service_locator.h8Jkkd2"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.o.uf2zi"; reason: private alias.
Removed service ".service_locator.unohohz"; reason: private alias.
Removed service ".service_locator.uePze.f"; reason: private alias.
Removed service ".service_locator.mygvVTo"; reason: private alias.
Removed service ".service_locator.hzFjI7g"; reason: private alias.
Removed service ".service_locator.ahg8bRw"; reason: private alias.
Removed service ".service_locator.V4x7q0E"; reason: private alias.
Removed service ".service_locator.xdLOoQm"; reason: private alias.
Removed service ".service_locator.31lyK5v"; reason: private alias.
Removed service ".service_locator.T.JhjgL"; reason: private alias.
Removed service ".service_locator.Giasrna"; reason: private alias.
Removed service ".service_locator.okQcpR."; reason: private alias.
Removed service ".service_locator.yFJmn.."; reason: private alias.
Removed service ".service_locator.C_goLoe"; reason: private alias.
Removed service ".service_locator.WzFmAmw"; reason: private alias.
Removed service ".service_locator.p2xqQP6"; reason: private alias.
Removed service ".service_locator.cwSNa5X"; reason: private alias.
Removed service ".service_locator.BvHlWzn"; reason: private alias.
Removed service ".service_locator.TWcs.cb"; reason: private alias.
Removed service ".service_locator.YOvnw75"; reason: private alias.
Removed service ".service_locator.sNQGZXG"; reason: private alias.
Removed service ".service_locator.ACn3sAN"; reason: private alias.
Removed service ".service_locator.RSpg9RG"; reason: private alias.
Removed service ".service_locator.vOIg.vW"; reason: private alias.
Removed service ".service_locator.eAnhuBX"; reason: private alias.
Removed service ".service_locator._Q2M8A0"; reason: private alias.
Removed service ".service_locator.0yeCD4j"; reason: private alias.
Removed service ".service_locator.xlsWxbs"; reason: private alias.
Removed service ".service_locator.g4YbyvH"; reason: private alias.
Removed service ".service_locator.65ugF8s"; reason: private alias.
Removed service ".service_locator.hps.dLa"; reason: private alias.
Removed service ".service_locator.hik52bR"; reason: private alias.
Removed service ".service_locator.pQHSgCY"; reason: private alias.
Removed service ".service_locator.s29Mff6"; reason: private alias.
Removed service ".service_locator.SkrYp93"; reason: private alias.
Removed service ".service_locator.fZJ2oD8"; reason: private alias.
Removed service ".service_locator.sGsnsdG"; reason: private alias.
Removed service ".service_locator.dpjkNQf"; reason: private alias.
Removed service ".service_locator.hJKPOtW"; reason: private alias.
Removed service ".service_locator.KVSMNYB"; reason: private alias.
Removed service ".service_locator.EFofsIy"; reason: private alias.
Removed service ".service_locator.j28Ckax"; reason: private alias.
Removed service ".service_locator.w5Q5Oh5"; reason: private alias.
Removed service ".service_locator.EISVEde"; reason: private alias.
Removed service ".service_locator.f4YP24X"; reason: private alias.
Removed service ".service_locator.v9hPEyT"; reason: private alias.
Removed service ".service_locator.cO.HP2N"; reason: private alias.
Removed service ".service_locator.DwfeMb5"; reason: private alias.
Removed service ".service_locator.1MYSSUS"; reason: private alias.
Removed service ".service_locator.26ITZXt"; reason: private alias.
Removed service ".service_locator.RMWnyCA"; reason: private alias.
Removed service ".service_locator.rCdwGld"; reason: private alias.
Removed service ".service_locator.UAikwMQ"; reason: private alias.
Removed service ".service_locator.p_ltOs3"; reason: private alias.
Removed service ".service_locator.AumBnB_"; reason: private alias.
Removed service ".service_locator.1GqCsaH"; reason: private alias.
Removed service ".service_locator.t7psamu"; reason: private alias.
Removed service ".service_locator.sQrf_RP"; reason: private alias.
Removed service ".service_locator.kBigrEV"; reason: private alias.
Removed service ".service_locator.DlTonoz"; reason: private alias.
Removed service ".service_locator.eL4u73J"; reason: private alias.
Removed service ".service_locator.kkhOpR4"; reason: private alias.
Removed service ".service_locator..E11tZX"; reason: private alias.
Removed service ".service_locator.ZQ7mjjF"; reason: private alias.
Removed service ".service_locator.3m71y9I"; reason: private alias.
Removed service ".service_locator.XUHXqcY"; reason: private alias.
Removed service ".service_locator.TfWzFap"; reason: private alias.
Removed service ".service_locator.QKFkA8U"; reason: private alias.
Removed service ".service_locator.bILbQCZ"; reason: private alias.
Removed service ".service_locator.JbgA0hB"; reason: private alias.
Removed service ".service_locator.JEAuOzo"; reason: private alias.
Removed service ".service_locator.6TAgcTK"; reason: private alias.
Removed service ".service_locator._Pa7yCj"; reason: private alias.
Removed service ".service_locator.em7EbsY"; reason: private alias.
Removed service ".service_locator.ndO4.kn"; reason: private alias.
Removed service ".service_locator.wFuz5PK"; reason: private alias.
Removed service ".service_locator.hJF9DFs"; reason: private alias.
Removed service ".service_locator.j4RKxPj"; reason: private alias.
Removed service ".service_locator.aPideEG"; reason: private alias.
Removed service ".service_locator.wYzDnYZ"; reason: private alias.
Removed service ".service_locator.MHzA_Yv"; reason: private alias.
Removed service ".service_locator.XIfpz6f"; reason: private alias.
Removed service ".service_locator.j7UPbXh"; reason: private alias.
Removed service ".service_locator.FNuH0Ka"; reason: private alias.
Removed service ".service_locator.1pdHLJL"; reason: private alias.
Removed service ".service_locator.0z2G8qP"; reason: private alias.
Removed service ".service_locator.MAX2aSR"; reason: private alias.
Removed service ".service_locator.LmpRuYK"; reason: private alias.
Removed service ".service_locator.XFMe0.t"; reason: private alias.
Removed service ".service_locator.dNH5QWs"; reason: private alias.
Removed service ".service_locator.w7G4KE8"; reason: private alias.
Removed service ".service_locator.Q9vVv_J"; reason: private alias.
Removed service ".service_locator.acWipcY"; reason: private alias.
Removed service ".service_locator.fwb0NYH"; reason: private alias.
Removed service ".service_locator.e8xuH9w"; reason: private alias.
Removed service ".service_locator.oWv7YjK"; reason: private alias.
Removed service ".service_locator.yCMD0kK"; reason: private alias.
Removed service ".service_locator.47Hs6K1"; reason: private alias.
Removed service ".service_locator.TTurIN5"; reason: private alias.
Removed service ".service_locator.sh_1lhT"; reason: private alias.
Removed service ".service_locator.Q4Xuhdz"; reason: private alias.
Removed service ".service_locator.Y8CawmG"; reason: private alias.
Removed service ".service_locator.bYYQObT"; reason: private alias.
Removed service ".service_locator.BFrsqsn"; reason: private alias.
Removed service ".service_locator..q0GUtz"; reason: private alias.
Removed service ".service_locator.jij13qc"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.jUv.zyj"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.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 "serializer"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "var_dumper.cli_dumper"; 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 "messenger.bus.default"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.xuw2Yn3"; reason: private alias.
Removed service ".service_locator.qnm_CJ1"; reason: private alias.
Removed service ".service_locator.mEW3YX9"; reason: private alias.
Removed service ".service_locator.ccYzTTt"; reason: private alias.
Removed service ".service_locator.Lel6NyY"; reason: private alias.
Removed service ".service_locator.n5PEJpF"; reason: private alias.
Removed service ".service_locator.fHcFPkY"; reason: private alias.
Removed service ".service_locator.UBJzmHU"; reason: private alias.
Removed service ".service_locator.XKjJIf5"; reason: private alias.
Removed service ".service_locator.Bz50wSB"; reason: private alias.
Removed service ".service_locator.hp6Fvgl"; reason: private alias.
Removed service ".service_locator.Knz49Do"; reason: private alias.
Removed service ".service_locator.LZdJFVa"; reason: private alias.
Removed service ".service_locator.ZZsWVp7"; reason: private alias.
Removed service ".service_locator.kZFLll0"; reason: private alias.
Removed service ".service_locator.rLS8WkN"; reason: private alias.
Removed service ".service_locator.7S2zYiq"; reason: private alias.
Removed service ".service_locator.WHC5tcU"; reason: private alias.
Removed service ".service_locator.lUJI3Z8"; reason: private alias.
Removed service ".service_locator.yOI4t5t"; reason: private alias.
Removed service ".service_locator.fEwK0hh"; reason: private alias.
Removed service ".service_locator.ORLKqRH"; reason: private alias.
Removed service ".service_locator.k8BaQtU"; reason: private alias.
Removed service ".service_locator.VC9fEAP"; reason: private alias.
Removed service ".service_locator.725ekAN"; reason: private alias.
Removed service ".service_locator.d9dtQ8k"; reason: private alias.
Removed service ".service_locator.SuyIU.9"; reason: private alias.
Removed service ".service_locator.gXry6fE"; reason: private alias.
Removed service ".service_locator.qMYIvBB"; reason: private alias.
Removed service ".service_locator.ICTFbJs"; reason: private alias.
Removed service ".service_locator.0EjXCwS"; reason: private alias.
Removed service ".service_locator.TkPOWVM"; reason: private alias.
Removed service ".service_locator.9e2t_lq"; reason: private alias.
Removed service ".service_locator.txTIXz1"; reason: private alias.
Removed service ".service_locator.ng4h5mb"; reason: private alias.
Removed service ".service_locator.PsP828d"; reason: private alias.
Removed service ".service_locator.hQtdXUu"; reason: private alias.
Removed service ".service_locator.A4sOJPP"; reason: private alias.
Removed service ".service_locator.7iVlnKt"; reason: private alias.
Removed service ".service_locator.U69adHd"; reason: private alias.
Removed service ".service_locator.0LE94f."; reason: private alias.
Removed service ".service_locator.pmq3jXO"; reason: private alias.
Removed service ".service_locator.jf7WClw"; reason: private alias.
Removed service ".service_locator.jB3omS9"; reason: private alias.
Removed service ".service_locator.7Y7f5bf"; reason: private alias.
Removed service ".service_locator.gYGj.C9"; reason: private alias.
Removed service ".service_locator.dGgIptZ"; reason: private alias.
Removed service ".service_locator.uLLkCDW"; reason: private alias.
Removed service ".service_locator.9ykbKYM"; reason: private alias.
Removed service ".service_locator.tw0VoY9"; reason: private alias.
Removed service ".service_locator.HD9fzU_"; reason: private alias.
Removed service ".service_locator.VyjK8Rt"; reason: private alias.
Removed service ".service_locator.6mfgOK."; reason: private alias.
Removed service ".service_locator.q8CVg3I"; reason: private alias.
Removed service ".service_locator.X4griX."; reason: private alias.
Removed service ".service_locator.o.O311g"; reason: private alias.
Removed service ".service_locator.6XCKARj"; reason: private alias.
Removed service ".service_locator.0oDI8uH"; reason: private alias.
Removed service ".service_locator.GCS9HAm"; reason: private alias.
Removed service ".service_locator.xN1Jzvc"; reason: private alias.
Removed service ".service_locator.ULxJFd9"; reason: private alias.
Removed service ".service_locator.klPvDJd"; reason: private alias.
Removed service ".service_locator.fKAZGYE"; reason: private alias.
Removed service ".service_locator.9xmKFR0"; reason: private alias.
Removed service ".service_locator.UUwvxmG"; reason: private alias.
Removed service ".service_locator.U4FqDzi"; reason: private alias.
Removed service ".service_locator.oaAu6yF"; reason: private alias.
Removed service ".service_locator.vintQYQ"; reason: private alias.
Removed service ".service_locator.skF3ydq"; reason: private alias.
Removed service ".service_locator.1B41rQp"; reason: private alias.
Removed service ".service_locator.qn1dKqr"; reason: private alias.
Removed service ".service_locator.FDxdI7V"; reason: private alias.
Removed service ".service_locator.UsBrt_H"; reason: private alias.
Removed service ".service_locator.75yK9cm"; reason: private alias.
Removed service ".service_locator.8Leti5F"; reason: private alias.
Removed service ".service_locator.a6X7oOd"; reason: private alias.
Removed service ".service_locator.xHdT64A"; reason: private alias.
Removed service ".service_locator.Qsv3E0w"; reason: private alias.
Removed service ".service_locator.IkLUD20"; reason: private alias.
Removed service ".service_locator.C4_hMHg"; reason: private alias.
Removed service ".service_locator.QEYHqUO"; reason: private alias.
Removed service ".service_locator.c4P4j7h"; reason: private alias.
Removed service ".service_locator.NlD8l5m"; reason: private alias.
Removed service ".service_locator.G.wbesd"; reason: private alias.
Removed service ".service_locator.1mt12x3"; reason: private alias.
Removed service ".service_locator.TPthHec"; reason: private alias.
Removed service ".service_locator.QzWsP6p"; reason: private alias.
Removed service ".service_locator.VpBizAD"; reason: private alias.
Removed service ".service_locator.UHZho9k"; reason: private alias.
Removed service ".service_locator.f.lXpxW"; reason: private alias.
Removed service ".service_locator.5wRgVxs"; reason: private alias.
Removed service ".service_locator.nfUTLc6"; reason: private alias.
Removed service ".service_locator.JZViv3y"; reason: private alias.
Removed service ".service_locator.GnzZzvX"; reason: private alias.
Removed service ".service_locator.4qs4lG6"; reason: private alias.
Removed service ".service_locator.LRRFz73"; reason: private alias.
Removed service ".service_locator.zFtQgp4"; reason: private alias.
Removed service ".service_locator.7CatoCX"; reason: private alias.
Removed service ".service_locator.GDtN2I0"; reason: private alias.
Removed service ".service_locator.g1t_C46"; reason: private alias.
Removed service ".service_locator..tIkkSq"; reason: private alias.
Removed service ".service_locator.3sPY_ta"; reason: private alias.
Removed service ".service_locator.PEaNdGf"; reason: private alias.
Removed service ".service_locator.3jvcBVV"; reason: private alias.
Removed service ".service_locator.KBqWHgz"; reason: private alias.
Removed service ".service_locator.iscgR7R"; reason: private alias.
Removed service ".service_locator.flWhMO2"; reason: private alias.
Removed service ".service_locator.EMkz9gr"; reason: private alias.
Removed service ".service_locator.qWzJwtb"; reason: private alias.
Removed service ".service_locator.cwy4DCU"; reason: private alias.
Removed service ".service_locator.kVH37KZ"; reason: private alias.
Removed service ".service_locator.leOFPwq"; reason: private alias.
Removed service ".service_locator.dd9T1Y9"; reason: private alias.
Removed service ".service_locator.sicvhld"; reason: private alias.
Removed service ".service_locator.Mhj8CxV"; reason: private alias.
Removed service ".service_locator.tDaXggL"; reason: private alias.
Removed service ".service_locator.g7cRVrU"; reason: private alias.
Removed service ".service_locator.8RF5u7D"; reason: private alias.
Removed service ".service_locator.a7COpIU"; reason: private alias.
Removed service ".service_locator.175byK2"; reason: private alias.
Removed service ".service_locator.niZauLU"; reason: private alias.
Removed service ".service_locator.wA7N8Gi"; reason: private alias.
Removed service ".service_locator.9ZBL0x8"; reason: private alias.
Removed service ".service_locator.cmrxpA6"; reason: private alias.
Removed service ".service_locator.gf_3M5R"; reason: private alias.
Removed service ".service_locator.bSBdC9P"; reason: private alias.
Removed service ".service_locator.0iTtw6v"; reason: private alias.
Removed service ".service_locator.Y8am42p"; reason: private alias.
Removed service ".service_locator.CjByq1s"; reason: private alias.
Removed service ".service_locator.GppISDU"; reason: private alias.
Removed service ".service_locator.uU5XTDP"; reason: private alias.
Removed service ".service_locator.ba18RaY"; reason: private alias.
Removed service ".service_locator.089PvZl"; reason: private alias.
Removed service ".service_locator.4qbWR2B"; reason: private alias.
Removed service ".service_locator.hoB5B6E"; reason: private alias.
Removed service ".service_locator.6N1foh7"; reason: private alias.
Removed service ".service_locator.ukt4fKt"; reason: private alias.
Removed service ".service_locator.zG7uCGr"; reason: private alias.
Removed service ".service_locator.Vrtrh0N"; reason: private alias.
Removed service ".service_locator.6Zmf83y"; reason: private alias.
Removed service ".service_locator.IxyhuX1"; reason: private alias.
Removed service ".service_locator.uAC_hSa"; reason: private alias.
Removed service ".service_locator.Xt1pEBw"; reason: private alias.
Removed service ".service_locator.VFjS63Y"; reason: private alias.
Removed service ".service_locator.FVthvlk"; reason: private alias.
Removed service ".service_locator.8kNoD_1"; reason: private alias.
Removed service ".service_locator._IWKjG8"; reason: private alias.
Removed service ".service_locator.gBYOf5Y"; reason: private alias.
Removed service ".service_locator.2ou0lPF"; reason: private alias.
Removed service ".service_locator.flZAuEL"; reason: private alias.
Removed service ".service_locator.Y.DmYsk"; reason: private alias.
Removed service ".service_locator.eqD6VUJ"; reason: private alias.
Removed service ".service_locator.owF4wH9"; reason: private alias.
Removed service ".service_locator.tmGWoDB"; reason: private alias.
Removed service ".service_locator.W5hwB7u"; reason: private alias.
Removed service ".service_locator.dvxozB5"; reason: private alias.
Removed service ".service_locator.Idy3ezj"; reason: private alias.
Removed service ".service_locator.hfib54G"; reason: private alias.
Removed service ".service_locator.BuY1mLz"; reason: private alias.
Removed service ".service_locator.9fVhxMH"; reason: private alias.
Removed service ".service_locator.ihF3D3I"; reason: private alias.
Removed service ".service_locator.1TcwcUE"; reason: private alias.
Removed service ".service_locator.jbxz6Ed"; reason: private alias.
Removed service ".service_locator.8oeHyFC"; reason: private alias.
Removed service ".service_locator.3.vCM9Y"; reason: private alias.
Removed service ".service_locator.zWX9etW"; reason: private alias.
Removed service ".service_locator.B_oxc67"; reason: private alias.
Removed service ".service_locator.yFE1WMU"; reason: private alias.
Removed service ".service_locator.qnwTtx4"; reason: private alias.
Removed service ".service_locator.S10SrMp"; reason: private alias.
Removed service ".service_locator.pYQ8bE4"; reason: private alias.
Removed service ".service_locator.kqNOVo7"; reason: private alias.
Removed service ".service_locator.jay6zvQ"; reason: private alias.
Removed service ".service_locator.2ndqJOu"; reason: private alias.
Removed service ".service_locator.XrXDA9j"; reason: private alias.
Removed service ".service_locator.yzKtmVB"; reason: private alias.
Removed service ".service_locator.ogkZONu"; reason: private alias.
Removed service ".service_locator.WQCalaN"; reason: private alias.
Removed service ".service_locator.Nh.9jbK"; reason: private alias.
Removed service ".service_locator.WykA5tH"; reason: private alias.
Removed service ".service_locator.j_Y3vP5"; reason: private alias.
Removed service ".service_locator.Ddn5XZU"; reason: private alias.
Removed service ".service_locator.xTb.Ruk"; reason: private alias.
Removed service ".service_locator.lmbyvrL"; reason: private alias.
Removed service ".service_locator.b40N5v3"; reason: private alias.
Removed service ".service_locator.Rqm2JsX"; reason: private alias.
Removed service ".service_locator.u6Vaxjb"; reason: private alias.
Removed service ".service_locator.bbPX4R3"; reason: private alias.
Removed service ".service_locator.XMW_YsX"; reason: private alias.
Removed service ".service_locator.VbWWHXk"; reason: private alias.
Removed service ".service_locator.Sg0teyt"; reason: private alias.
Removed service ".service_locator.qp3I7iY"; reason: private alias.
Removed service ".service_locator.useQ.H1"; reason: private alias.
Removed service ".service_locator.yFm8FQc"; reason: private alias.
Removed service ".service_locator.OJmnvRJ"; reason: private alias.
Removed service ".service_locator.8s_bU3Q"; reason: private alias.
Removed service ".service_locator.B0.XQRz"; reason: private alias.
Removed service ".service_locator.4FifwJV"; reason: private alias.
Removed service ".service_locator.fayc2ZJ"; reason: private alias.
Removed service ".service_locator.dpx0q7Q"; reason: private alias.
Removed service ".service_locator.Na76XB6"; reason: private alias.
Removed service ".service_locator.UMD_oZc"; reason: private alias.
Removed service ".service_locator.To3Pa0i"; reason: private alias.
Removed service ".service_locator.WNJxqAi"; reason: private alias.
Removed service ".service_locator.Og_d8fd"; reason: private alias.
Removed service ".service_locator.RESuR6A"; reason: private alias.
Removed service ".service_locator.Q1z.f9O"; reason: private alias.
Removed service ".service_locator.dGUCsbe"; reason: private alias.
Removed service ".service_locator.u6DWx23"; reason: private alias.
Removed service ".service_locator.hnz5ZNh"; reason: private alias.
Removed service ".service_locator.BlxN3Cw"; reason: private alias.
85
Changed reference of service "App\Security\LoginFormAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
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 "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_failed_messages_retry" 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 "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.gmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "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 "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
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 "notifier.channel.chat" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.sms" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.email" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.push" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "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 "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 "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 "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.LB_6vkx" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.mhrf_O0" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.xNs_122" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.xNs_122" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.fWeBUiX" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.OT72SpV" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.uL4c5Ym" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.qwD0Xt2" previously pointing to "translator.data_collector" to "translator".
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.5cAhUFF" 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.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.O2p6Lk7" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.fuYM_Z." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator._1SGciK" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
554
Removed service "App\Entity"; 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 "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; 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\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\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\WhenValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; 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 "notifier.transport_factory.abstract"; 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 "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.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; 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 "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 "maker.auto_command.abstract"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CambiarURLCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CambiarURLCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CleanNewsletterDuplicatesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CleanNewsletterDuplicatesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeshacerPatrocinadoresCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DeshacerPatrocinadoresCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EliminarPreciosCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\EliminarPreciosCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EnviarMailsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\EnviarMailsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateTestDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GenerateTestDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailchimpTestCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MailchimpTestCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\OptimizarImagenesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\OptimizarImagenesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\QuitarAcentosSlugCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\QuitarAcentosSlugCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SlugEventosCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SlugEventosCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AjaxController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AmigoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AmigoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AmigoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArtistaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArtistaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ArtistaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArtistaObraProgramaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArtistaObraProgramaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ArtistaObraProgramaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackendController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackendController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BackendController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategoriaAmigoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategoriaAmigoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CategoriaAmigoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategoriaContactoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategoriaContactoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CategoriaContactoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategoriaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategoriaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CategoriaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClienteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClienteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ClienteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CondicionesEspecialesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CondicionesEspecialesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CondicionesEspecialesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConfiguracionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConfiguracionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ConfiguracionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContactoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EditorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EditorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EditorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ElementoFooterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ElementoFooterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ElementoFooterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ElementoMenuController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ElementoMenuController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ElementoMenuController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmailTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmailTemplateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EmailTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmpresaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmpresaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EmpresaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EscenarioController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EscenarioController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EscenarioController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EventoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FooterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FooterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FooterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FotoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FotoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FotoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FotoEscenarioController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FotoEscenarioController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FotoEscenarioController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GeneroController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GeneroController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\GeneroController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ImagenController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ImagenController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ImagenController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LibroController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LibroController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LibroController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MigracionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MigracionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MigracionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsletterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsletterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\NewsletterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ObraController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ObraController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ObraController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ObraProgramaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ObraProgramaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ObraProgramaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaginaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaginaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PaginaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaisController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaisController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PaisController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PatrocinadorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PatrocinadorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PatrocinadorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PostController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PostController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PostController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PrecioController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PrecioController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PrecioController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfesorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfesorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProfesorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfesorEventoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfesorEventoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProfesorEventoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProgramaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProgramaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProgramaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RecursoPaginaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RecursoPaginaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RecursoPaginaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RedSocialController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RedSocialController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RedSocialController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RedsysController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RedsysController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RedsysController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RetransmisionClienteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RetransmisionClienteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RetransmisionClienteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RetransmisionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RetransmisionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RetransmisionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SlideController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SlideController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SlideController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SliderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SliderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SliderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SmtpController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SmtpController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SmtpController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SubelementoMenuController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SubelementoMenuController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SubelementoMenuController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TarjetaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TarjetaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TarjetaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TipoArtistaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TipoArtistaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TipoArtistaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TipoEventoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TipoEventoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TipoEventoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TipoPatrocinioController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TipoPatrocinioController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TipoPatrocinioController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TipoPatrocinioEventoPatrocinadorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TipoPatrocinioEventoPatrocinadorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TipoPatrocinioEventoPatrocinadorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TrabajadorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TrabajadorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TrabajadorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UtilsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UtilsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UtilsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VimeoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VimeoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\VimeoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\public\PublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\public\PublicController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\public\PublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\public\PublicRetransmisionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\public\PublicRetransmisionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\public\PublicRetransmisionController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AdminType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AmigoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AmigoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ArtistaObraProgramaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ArtistaObraProgramaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ArtistaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ArtistaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoriaAmigoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CategoriaAmigoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoriaContactoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CategoriaContactoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoriaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CategoriaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClienteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ClienteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CondicionesEspecialesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CondicionesEspecialesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConfiguracionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ConfiguracionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ContactoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EditorType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EditorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ElementoFooterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ElementoFooterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ElementoMenuType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ElementoMenuType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmailTemplateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EmailTemplateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmpresaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EmpresaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EscenarioType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EscenarioType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FooterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FooterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FotoEscenarioType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FotoEscenarioType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FotoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FotoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GeneroType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\GeneroType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImagenType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ImagenType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ObraProgramaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ObraProgramaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ObraType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ObraType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PaginaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PaginaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PaisType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PaisType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PatrocinadorType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PatrocinadorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PostType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PostType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PrecioType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PrecioType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfesorEventoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProfesorEventoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfesorType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProfesorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProgramaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProgramaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RecursoPaginaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RecursoPaginaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RedSocialType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RedSocialType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RedsysType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RedsysType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RegistrationFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RetransmisionClienteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RetransmisionClienteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RetransmisionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RetransmisionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SlideType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SlideType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SliderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SliderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SmtpType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SmtpType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubelementoMenuType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SubelementoMenuType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TarjetaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TarjetaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TipoArtistaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TipoArtistaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TipoEventoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TipoEventoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TipoPatrocinioEventoPatrocinadorType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TipoPatrocinioEventoPatrocinadorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TipoPatrocinioType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TipoPatrocinioType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TrabajadorType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TrabajadorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VimeoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\VimeoType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdminRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdminRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AmigoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AmigoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArtistaObraProgramaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ArtistaObraProgramaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArtistaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ArtistaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoriaAmigoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CategoriaAmigoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoriaContactoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CategoriaContactoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoriaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CategoriaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClienteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ClienteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CondicionesEspecialesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CondicionesEspecialesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfiguracionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ConfiguracionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ContactoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EditorRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EditorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ElementoFooterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ElementoFooterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ElementoMenuRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ElementoMenuRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EmailRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailTemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EmailTemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmpresaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EmpresaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EscenarioRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EscenarioRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EventoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FooterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FooterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FotoEscenarioRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FotoEscenarioRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FotoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FotoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GeneroRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\GeneroRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImagenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ImagenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ObraProgramaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ObraProgramaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ObraRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ObraRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaginaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PaginaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaisRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PaisRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PatrocinadorRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PatrocinadorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PostRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PostRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PrecioRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PrecioRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProfesorEventoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProfesorEventoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProfesorRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProfesorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgramaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProgramaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecursoPaginaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RecursoPaginaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RedSocialRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RedSocialRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RedsysRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RedsysRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetransmisionClienteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RetransmisionClienteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetransmisionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RetransmisionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SlideRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SlideRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SliderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SliderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SmtpRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SmtpRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubelementoMenuRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SubelementoMenuRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TarjetaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TarjetaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoArtistaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TipoArtistaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoEventoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TipoEventoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoPatrocinioEventoPatrocinadorRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TipoPatrocinioEventoPatrocinadorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoPatrocinioRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TipoPatrocinioRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TpvRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TpvRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrabajadorRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TrabajadorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UsuarioRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UsuarioRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VimeoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VimeoRepository"; reason: abstract.
107
Removed service "App\Security\LoginFormAuthenticator"; reason: unused.
Removed service "App\Utils\redsys\RedsysAPI"; 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 "assets.empty_version_strategy"; 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 "mailer.default_transport"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; 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 "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.redis.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 "messenger.listener.stop_worker_signals_listener"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.flash_message_importance_mapper"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "notifier.admin_recipient.0"; 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.dbal.connection_expiries"; reason: unused.
Removed service ".1_ServiceLocator~FQ2k2GC"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; 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 "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.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.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 "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.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 "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.flatten_exception"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.problem"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.uid"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetime"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.mime_message"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetimezone"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.dateinterval"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.form_error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.backed_enum"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.data_uri"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.json_serializable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.array"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.object"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.xml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.json"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.yaml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.csv"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.0TACwl3"; reason: unused.
Removed service ".service_locator.Ar70cHn"; reason: unused.
377
Inlined service ".service_locator.O2p6Lk7.App\Controller\AdminController" to "App\Controller\AdminController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\AjaxController" to "App\Controller\AjaxController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\AmigoController" to "App\Controller\AmigoController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ArtistaController" to "App\Controller\ArtistaController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ArtistaObraProgramaController" to "App\Controller\ArtistaObraProgramaController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\BackendController" to "App\Controller\BackendController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\CategoriaAmigoController" to "App\Controller\CategoriaAmigoController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\CategoriaContactoController" to "App\Controller\CategoriaContactoController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\CategoriaController" to "App\Controller\CategoriaController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ClienteController" to "App\Controller\ClienteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\CondicionesEspecialesController" to "App\Controller\CondicionesEspecialesController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ConfiguracionController" to "App\Controller\ConfiguracionController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ContactoController" to "App\Controller\ContactoController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\EditorController" to "App\Controller\EditorController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ElementoFooterController" to "App\Controller\ElementoFooterController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ElementoMenuController" to "App\Controller\ElementoMenuController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\EmailTemplateController" to "App\Controller\EmailTemplateController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\EmpresaController" to "App\Controller\EmpresaController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\EscenarioController" to "App\Controller\EscenarioController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\EventoController" to "App\Controller\EventoController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ExportController" to "App\Controller\ExportController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\FooterController" to "App\Controller\FooterController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\FotoController" to "App\Controller\FotoController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\FotoEscenarioController" to "App\Controller\FotoEscenarioController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\GeneroController" to "App\Controller\GeneroController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ImagenController" to "App\Controller\ImagenController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\LibroController" to "App\Controller\LibroController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\MigracionController" to "App\Controller\MigracionController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\NewsletterController" to "App\Controller\NewsletterController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ObraController" to "App\Controller\ObraController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ObraProgramaController" to "App\Controller\ObraProgramaController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\PaginaController" to "App\Controller\PaginaController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\PaisController" to "App\Controller\PaisController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\PatrocinadorController" to "App\Controller\PatrocinadorController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\PostController" to "App\Controller\PostController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\PrecioController" to "App\Controller\PrecioController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ProfesorController" to "App\Controller\ProfesorController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ProfesorEventoController" to "App\Controller\ProfesorEventoController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ProgramaController" to "App\Controller\ProgramaController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\RecursoPaginaController" to "App\Controller\RecursoPaginaController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\RedSocialController" to "App\Controller\RedSocialController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\RedsysController" to "App\Controller\RedsysController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\RegistrationController" to "App\Controller\RegistrationController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\RetransmisionClienteController" to "App\Controller\RetransmisionClienteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\RetransmisionController" to "App\Controller\RetransmisionController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\SecurityController" to "App\Controller\SecurityController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\SlideController" to "App\Controller\SlideController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\SliderController" to "App\Controller\SliderController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\SmtpController" to "App\Controller\SmtpController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\SubelementoMenuController" to "App\Controller\SubelementoMenuController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\TarjetaController" to "App\Controller\TarjetaController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\TipoArtistaController" to "App\Controller\TipoArtistaController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\TipoEventoController" to "App\Controller\TipoEventoController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\TipoPatrocinioController" to "App\Controller\TipoPatrocinioController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\TipoPatrocinioEventoPatrocinadorController" to "App\Controller\TipoPatrocinioEventoPatrocinadorController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\TrabajadorController" to "App\Controller\TrabajadorController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\UtilsController" to "App\Controller\UtilsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\VimeoController" to "App\Controller\VimeoController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\public\PublicController" to "App\Controller\public\PublicController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\public\PublicRetransmisionController" to "App\Controller\public\PublicRetransmisionController".
Inlined service "clock" to "argument_resolver.datetime".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.Xbsa8iG" to "container.get_routing_condition_service".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.NBUFN6A" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" 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.fuYM_Z..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.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator..6hZeC_" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kl0E_Fe" to "router.expression_language_provider".
Inlined service ".service_locator.cUcW89y.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 "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.cXsfP3P" 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.zCHf.gf" 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.F9PKc.7" to "validator.validator_factory".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator._wyX1Dp" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.5cAhUFF" to "messenger.routable_message_bus".
Inlined service "chatter.transport_factory" to "chatter.transports".
Inlined service "chatter.transports" to "chatter.messenger.chat_handler".
Inlined service "texter.transport_factory" to "texter.transports".
Inlined service "profiler.storage" 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.cache" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "debug.serializer.inner" to "debug.serializer".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" 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.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.old_wp_schema_asset_filter_manager" to "doctrine.dbal.old_wp_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.old_wp" to "doctrine.dbal.old_wp_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.old_wp" to "doctrine.dbal.old_wp_connection.configuration".
Inlined service "doctrine.dbal.old_wp_connection.configuration" to "doctrine.dbal.old_wp_connection".
Inlined service "doctrine.dbal.old_wp_connection.event_manager" to "doctrine.dbal.old_wp_connection".
Inlined service "doctrine.dbal.old_t3_schema_asset_filter_manager" to "doctrine.dbal.old_t3_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.old_t3" to "doctrine.dbal.old_t3_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.old_t3" to "doctrine.dbal.old_t3_connection.configuration".
Inlined service "doctrine.dbal.old_t3_connection.configuration" to "doctrine.dbal.old_t3_connection".
Inlined service "doctrine.dbal.old_t3_connection.event_manager" to "doctrine.dbal.old_t3_connection".
Inlined service ".service_locator.qNC4Tnk" to "doctrine.orm.container_repository_factory".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
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.underscore_number_aware" 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 "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "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 "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.dump" 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.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" 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 "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "knp_paginator.twig.extension.pagination" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.etVElvN.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.YmHjcFj" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.LrCXAmX" to "security.helper".
Inlined service ".service_locator.I5Q3J1s" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service ".security.request_matcher.5QsvaUD" to "security.access_map".
Inlined service ".security.request_matcher.28NqKnb" to "security.access_map".
Inlined service ".security.request_matcher.6lZKntV" to "security.access_map".
Inlined service ".security.request_matcher.YbY1sVy" 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.q1UFWmc" to ".security.request_matcher.kLbKLHa".
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.iZSYsxx" to ".security.request_matcher.5QsvaUD".
Inlined service ".security.request_matcher.obhk0jm" to ".security.request_matcher.28NqKnb".
Inlined service ".security.request_matcher.Ecz.3I4" to ".security.request_matcher.6lZKntV".
Inlined service ".security.request_matcher.5bedYSM" to ".security.request_matcher.YbY1sVy".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~CC58b.Q" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "Knp\Component\Pager\ArgumentAccess\RequestArgumentAccess" to "knp_paginator".
Inlined service "knp_paginator.helper.processor" to "Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
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 "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.p4Qvabm".
Inlined service "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.vMw0m61".
Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.XZowc.T".
Inlined service "texter.messenger.push_handler" to ".messenger.handler_descriptor.Lml2ICs".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.otfny_1" to ".service_locator.otfny_1.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.oR77BOj" to "debug.argument_resolver.inner".
Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "serializer.normalizer.flatten_exception" to "debug.serializer.inner".
Inlined service "serializer.normalizer.problem" to "debug.serializer.inner".
Inlined service "serializer.normalizer.uid" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetime" to "debug.serializer.inner".
Inlined service "serializer.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "serializer.normalizer.mime_message" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetimezone" to "debug.serializer.inner".
Inlined service "serializer.normalizer.dateinterval" to "debug.serializer.inner".
Inlined service "serializer.normalizer.form_error" to "debug.serializer.inner".
Inlined service "serializer.normalizer.backed_enum" to "debug.serializer.inner".
Inlined service "serializer.normalizer.data_uri" to "debug.serializer.inner".
Inlined service "serializer.normalizer.json_serializable" to "debug.serializer.inner".
Inlined service "serializer.denormalizer.array" to "debug.serializer.inner".
Inlined service "serializer.normalizer.object" to "debug.serializer.inner".
Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "serializer.encoder.json" to "debug.serializer.inner".
Inlined service "serializer.encoder.yaml" to "debug.serializer.inner".
Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
Inlined service ".service_locator.R8GTbCC" to "console.command_loader".
Inlined service ".service_locator.otfny_1.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 "monolog.logger.event" 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 "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
1
Tag "container.decorator" was defined on service(s) "debug.validator", "debug.serializer", "doctrine.migrations.container_aware_migrations_factory", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.main", ".debug.http_client", "debug.security.event_dispatcher.main", "messenger.default_bus", "event_dispatcher", but was never used.