Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Log Messages
Level (7)
Channel (5)
Time
Message
deprecation
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\Type\HTMLType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\Type\ScriptType" now to avoid errors or add an explicit @return annotation to suppress this message.
Return type of App\Infraestructure\Iterator\ArrayIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of App\Infraestructure\Iterator\ArrayIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of App\Infraestructure\Iterator\ArrayIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of App\Infraestructure\Iterator\ArrayIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of App\Infraestructure\Iterator\ArrayIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Method "Iterator::rewind()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Infraestructure\Iterator\ArrayIterator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Iterator::current()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Infraestructure\Iterator\ArrayIterator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Iterator::key()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Infraestructure\Iterator\ArrayIterator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Iterator::next()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Infraestructure\Iterator\ArrayIterator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Iterator::valid()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Infraestructure\Iterator\ArrayIterator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Sonata\DoctrineORMAdminBundle\Datagrid\ProxyQueryInterface::execute()" might add "array|" as a native return type declaration in the future. Do the same in implementation "App\Infraestructure\ProxyQuery\ArrayProxyQuery" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Bridge\Doctrine\Security\User\UserLoaderInterface::loadUserByUsername()" might add "?UserInterface" as a native return type declaration in the future. Do the same in implementation "App\Repository\UserRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\ControllerMethodExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\InstanceOfExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\JsonDecodeExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\PregreplaceExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Validator\ContraintsValidarEntidadCp" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::getTargets()" might add "string|array" as a native return type declaration in the future. Do the same in child class "App\Validator\ContraintsValidarEntidadCp" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Validator\ContraintsValidarEntidadDetalleCompra" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::getTargets()" might add "string|array" as a native return type declaration in the future. Do the same in child class "App\Validator\ContraintsValidarEntidadDetalleCompra" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Validator\ContraintsValidarEntidadDetalleVenta" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::getTargets()" might add "string|array" as a native return type declaration in the future. Do the same in child class "App\Validator\ContraintsValidarEntidadDetalleVenta" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Validator\ContraintsValidarEntidadValoracionSinStock" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::getTargets()" might add "string|array" as a native return type declaration in the future. Do the same in child class "App\Validator\ContraintsValidarEntidadValoracionSinStock" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Validator\ContraintsValidarEntidadValoracionStock" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::getTargets()" might add "string|array" as a native return type declaration in the future. Do the same in child class "App\Validator\ContraintsValidarEntidadValoracionStock" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Tetranz\Select2EntityBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 5.3: The "session" service and "SessionInterface" alias are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "app.event_listener.pdoexception_listener" service.
Since symfony/framework-bundle 5.3: The "session" service and "SessionInterface" alias are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "listener.postSoftDelete" service.
Since symfony/framework-bundle 5.3: The "session" service and "SessionInterface" alias are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "listener.preSoftDelete" service.
User Deprecated: Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Validator\ContraintsValidarEntidadCp" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Symfony\Component\Validator\Constraint::getTargets()" might add "string|array" as a native return type declaration in the future. Do the same in child class "App\Validator\ContraintsValidarEntidadCp" now to avoid errors or add an explicit @return annotation to suppress this message.
"SELECT t0.id AS id_1, t0.username AS username_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.nombre AS nombre_6, t0.primer_apellido AS primer_apellido_7, t0.segundo_apellido AS segundo_apellido_8, t0.tipo_genero_id AS tipo_genero_id_9, t0.direccion AS direccion_10, t0.cp AS cp_11, t0.region AS region_12, t0.ciudad AS ciudad_13, t0.telefono AS telefono_14, t0.deleted_at AS deleted_at_15, t0.updated_at AS updated_at_16, t0.created_at AS created_at_17, t0.pais AS pais_18, t0.ccaa_id AS ccaa_id_19, t0.provincia_id AS provincia_id_20, t0.cliente_id AS cliente_id_21, t0.usuario_id AS usuario_id_22 FROM user t0 WHERE t0.id = ? AND ((t0.deleted_at IS NULL))"
(parameters:
[1 => "3"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.username AS username_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.nombre AS nombre_6, t0.primer_apellido AS primer_apellido_7, t0.segundo_apellido AS segundo_apellido_8, t0.tipo_genero_id AS tipo_genero_id_9, t0.direccion AS direccion_10, t0.cp AS cp_11, t0.region AS region_12, t0.ciudad AS ciudad_13, t0.telefono AS telefono_14, t0.deleted_at AS deleted_at_15, t0.updated_at AS updated_at_16, t0.created_at AS created_at_17, t0.pais AS pais_18, t0.ccaa_id AS ccaa_id_19, t0.provincia_id AS provincia_id_20, t0.cliente_id AS cliente_id_21, t0.usuario_id AS usuario_id_22 FROM user t0 WHERE t0.id = ? AND ((t0.deleted_at IS NULL))"
"params" => [1 => "3"
]
"types" => [1 => 2]
]
User Deprecated: Setting the code, the model class and the base controller name with the constructor is deprecated since sonata-project/admin-bundle version 4.8 and will not be possible in 5.0 version. Use the `code`, `model_class` and `controller` attribute of the `sonata.admin` tag or the method "setCode()", "setModelClass()" and "setBaseControllerName()" instead.
User Deprecated: Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Validator\ContraintsValidarEntidadValoracionStock" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Symfony\Component\Validator\Constraint::getTargets()" might add "string|array" as a native return type declaration in the future. Do the same in child class "App\Validator\ContraintsValidarEntidadValoracionStock" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Validator\ContraintsValidarEntidadValoracionSinStock" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Symfony\Component\Validator\Constraint::getTargets()" might add "string|array" as a native return type declaration in the future. Do the same in child class "App\Validator\ContraintsValidarEntidadValoracionSinStock" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Validator\ContraintsValidarEntidadDetalleCompra" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Symfony\Component\Validator\Constraint::getTargets()" might add "string|array" as a native return type declaration in the future. Do the same in child class "App\Validator\ContraintsValidarEntidadDetalleCompra" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Validator\ContraintsValidarEntidadDetalleVenta" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Symfony\Component\Validator\Constraint::getTargets()" might add "string|array" as a native return type declaration in the future. Do the same in child class "App\Validator\ContraintsValidarEntidadDetalleVenta" now to avoid errors or add an explicit @return annotation to suppress this message.
"SELECT t0.id AS id_1, t0.id_perseo AS id_perseo_2, t0.tipo_cliente AS tipo_cliente_3, t0.fecha AS fecha_4, t0.exportacion AS exportacion_5, t0.idioma AS idioma_6, t0.comentario AS comentario_7, t0.fecha_enviada AS fecha_enviada_8, t0.fecha_aceptacion AS fecha_aceptacion_9, t0.fecha_rechazo AS fecha_rechazo_10, t0.fecha_tramitacion AS fecha_tramitacion_11, t0.fecha_tramitada AS fecha_tramitada_12, t0.duplicados AS duplicados_13, t0.precio_pagar AS precio_pagar_14, t0.info_tramitacion AS info_tramitacion_15, t0.info_valoracion AS info_valoracion_16, t0.tipo_operacion AS tipo_operacion_17, t0.deleted_at AS deleted_at_18, t0.updated_at AS updated_at_19, t0.created_at AS created_at_20, t21.id AS id_22, t21.tipo AS tipo_23, t21.id_perseo AS id_perseo_24, t21.fecha AS fecha_25, t21.tipo_cliente AS tipo_cliente_26, t21.exportacion AS exportacion_27, t21.idioma AS idioma_28, t21.fecha_tramitacion AS fecha_tramitacion_29, t21.fecha_tramitada AS fecha_tramitada_30, t21.fecha_confirmada AS fecha_confirmada_31, t21.fecha_asentada AS fecha_asentada_32, t21.fecha_finalizada AS fecha_finalizada_33, t21.fecha_cancelada AS fecha_cancelada_34, t21.forma_pago AS forma_pago_35, t21.precio_pagar AS precio_pagar_36, t21.comentario_contrato AS comentario_contrato_37, t21.comentario AS comentario_38, t21.contract_signed AS contract_signed_39, t21.can_deleted AS can_deleted_40, t21.deleted_at AS deleted_at_41, t21.updated_at AS updated_at_42, t21.created_at AS created_at_43, t21.compra_id AS compra_id_44, t21.venta_id AS venta_id_45, t21.valoracion_id AS valoracion_id_46, t21.canal_id AS canal_id_47, t21.cliente_id AS cliente_id_48, t21.estado_id AS estado_id_49, t21.banco_id AS banco_id_50, t21.firmante_id AS firmante_id_51, t21.intercambio_id AS intercambio_id_52, t21.unidad_negocio_id AS unidad_negocio_id_53, t21.usuario_id AS usuario_id_54, t0.canal_id AS canal_id_55, t0.estado_id AS estado_id_56, t0.unidad_negocio_id AS unidad_negocio_id_57, t0.usuario_id AS usuario_id_58, t0.cliente_id AS cliente_id_59, t0.clone_id AS clone_id_60 FROM valoracion t0 LEFT JOIN operacion t21 ON t21.valoracion_id = t0.id AND ((t21.deleted_at IS NULL)) WHERE t0.id = ? AND ((t0.deleted_at IS NULL))"
(parameters:
[1 => "1887"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.id_perseo AS id_perseo_2, t0.tipo_cliente AS tipo_cliente_3, t0.fecha AS fecha_4, t0.exportacion AS exportacion_5, t0.idioma AS idioma_6, t0.comentario AS comentario_7, t0.fecha_enviada AS fecha_enviada_8, t0.fecha_aceptacion AS fecha_aceptacion_9, t0.fecha_rechazo AS fecha_rechazo_10, t0.fecha_tramitacion AS fecha_tramitacion_11, t0.fecha_tramitada AS fecha_tramitada_12, t0.duplicados AS duplicados_13, t0.precio_pagar AS precio_pagar_14, t0.info_tramitacion AS info_tramitacion_15, t0.info_valoracion AS info_valoracion_16, t0.tipo_operacion AS tipo_operacion_17, t0.deleted_at AS deleted_at_18, t0.updated_at AS updated_at_19, t0.created_at AS created_at_20, t21.id AS id_22, t21.tipo AS tipo_23, t21.id_perseo AS id_perseo_24, t21.fecha AS fecha_25, t21.tipo_cliente AS tipo_cliente_26, t21.exportacion AS exportacion_27, t21.idioma AS idioma_28, t21.fecha_tramitacion AS fecha_tramitacion_29, t21.fecha_tramitada AS fecha_tramitada_30, t21.fecha_confirmada AS fecha_confirmada_31, t21.fecha_asentada AS fecha_asentada_32, t21.fecha_finalizada AS fecha_finalizada_33, t21.fecha_cancelada AS fecha_cancelada_34, t21.forma_pago AS forma_pago_35, t21.precio_pagar AS precio_pagar_36, t21.comentario_contrato AS comentario_contrato_37, t21.comentario AS comentario_38, t21.contract_signed AS contract_signed_39, t21.can_deleted AS can_deleted_40, t21.deleted_at AS deleted_at_41, t21.updated_at AS updated_at_42, t21.created_at AS created_at_43, t21.compra_id AS compra_id_44, t21.venta_id AS venta_id_45, t21.valoracion_id AS valoracion_id_46, t21.canal_id AS canal_id_47, t21.cliente_id AS cliente_id_48, t21.estado_id AS estado_id_49, t21.banco_id AS banco_id_50, t21.firmante_id AS firmante_id_51, t21.intercambio_id AS intercambio_id_52, t21.unidad_negocio_id AS unidad_negocio_id_53, t21.usuario_id AS usuario_id_54, t0.canal_id AS canal_id_55, t0.estado_id AS estado_id_56, t0.unidad_negocio_id AS unidad_negocio_id_57, t0.usuario_id AS usuario_id_58, t0.cliente_id AS cliente_id_59, t0.clone_id AS clone_id_60 FROM valoracion t0 LEFT JOIN operacion t21 ON t21.valoracion_id = t0.id AND ((t21.deleted_at IS NULL)) WHERE t0.id = ? AND ((t0.deleted_at IS NULL))"
"params" => [1 => "1887"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.id_perseo AS id_perseo_2, t0.avatar AS avatar_3, t0.deleted_at AS deleted_at_4, t0.updated_at AS updated_at_5, t0.created_at AS created_at_6, t7.id AS id_8, t7.username AS username_9, t7.email AS email_10, t7.roles AS roles_11, t7.password AS password_12, t7.nombre AS nombre_13, t7.primer_apellido AS primer_apellido_14, t7.segundo_apellido AS segundo_apellido_15, t7.tipo_genero_id AS tipo_genero_id_16, t7.direccion AS direccion_17, t7.cp AS cp_18, t7.region AS region_19, t7.ciudad AS ciudad_20, t7.telefono AS telefono_21, t7.deleted_at AS deleted_at_22, t7.updated_at AS updated_at_23, t7.created_at AS created_at_24, t7.pais AS pais_25, t7.ccaa_id AS ccaa_id_26, t7.provincia_id AS provincia_id_27, t7.cliente_id AS cliente_id_28, t7.usuario_id AS usuario_id_29, t30.id AS id_31, t30.nombre AS nombre_32, t30.descripcion AS descripcion_33, t30.color AS color_34, t30.active AS active_35, t30.deleted_at AS deleted_at_36, t30.updated_at AS updated_at_37, t30.created_at AS created_at_38, t30.empresa_id AS empresa_id_39, t30.responsable_usuario_id AS responsable_usuario_id_40, t0.unidad_negocio_id AS unidad_negocio_id_41 FROM usuario t0 LEFT JOIN user t7 ON t7.usuario_id = t0.id AND ((t7.deleted_at IS NULL)) LEFT JOIN unidad_negocio t30 ON t30.responsable_usuario_id = t0.id AND ((t30.deleted_at IS NULL)) WHERE t0.id = ? AND ((t0.deleted_at IS NULL))"
(parameters:
[1 => "2"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.id_perseo AS id_perseo_2, t0.avatar AS avatar_3, t0.deleted_at AS deleted_at_4, t0.updated_at AS updated_at_5, t0.created_at AS created_at_6, t7.id AS id_8, t7.username AS username_9, t7.email AS email_10, t7.roles AS roles_11, t7.password AS password_12, t7.nombre AS nombre_13, t7.primer_apellido AS primer_apellido_14, t7.segundo_apellido AS segundo_apellido_15, t7.tipo_genero_id AS tipo_genero_id_16, t7.direccion AS direccion_17, t7.cp AS cp_18, t7.region AS region_19, t7.ciudad AS ciudad_20, t7.telefono AS telefono_21, t7.deleted_at AS deleted_at_22, t7.updated_at AS updated_at_23, t7.created_at AS created_at_24, t7.pais AS pais_25, t7.ccaa_id AS ccaa_id_26, t7.provincia_id AS provincia_id_27, t7.cliente_id AS cliente_id_28, t7.usuario_id AS usuario_id_29, t30.id AS id_31, t30.nombre AS nombre_32, t30.descripcion AS descripcion_33, t30.color AS color_34, t30.active AS active_35, t30.deleted_at AS deleted_at_36, t30.updated_at AS updated_at_37, t30.created_at AS created_at_38, t30.empresa_id AS empresa_id_39, t30.responsable_usuario_id AS responsable_usuario_id_40, t0.unidad_negocio_id AS unidad_negocio_id_41 FROM usuario t0 LEFT JOIN user t7 ON t7.usuario_id = t0.id AND ((t7.deleted_at IS NULL)) LEFT JOIN unidad_negocio t30 ON t30.responsable_usuario_id = t0.id AND ((t30.deleted_at IS NULL)) WHERE t0.id = ? AND ((t0.deleted_at IS NULL))"
"params" => [1 => "2"
]
"types" => [1 => 2]
]
User Deprecated: Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\Type\ScriptType" now to avoid errors or add an explicit @return annotation to suppress this message.
"SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.descripcion AS descripcion_3, t0.color AS color_4, t0.active AS active_5, t0.deleted_at AS deleted_at_6, t0.updated_at AS updated_at_7, t0.created_at AS created_at_8, t0.empresa_id AS empresa_id_9, t0.responsable_usuario_id AS responsable_usuario_id_10 FROM unidad_negocio t0 WHERE t0.id = ? AND ((t0.deleted_at IS NULL))"
(parameters:
[1 => "1"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.descripcion AS descripcion_3, t0.color AS color_4, t0.active AS active_5, t0.deleted_at AS deleted_at_6, t0.updated_at AS updated_at_7, t0.created_at AS created_at_8, t0.empresa_id AS empresa_id_9, t0.responsable_usuario_id AS responsable_usuario_id_10 FROM unidad_negocio t0 WHERE t0.id = ? AND ((t0.deleted_at IS NULL))"
"params" => [1 => "1"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.id_perseo AS id_perseo_2, t0.info_valoracion_compra AS info_valoracion_compra_3, t0.is_precio_chrono24 AS is_precio_chrono24_4, t0.deleted_at AS deleted_at_5, t0.updated_at AS updated_at_6, t0.created_at AS created_at_7, t0.reloj_idperseo AS reloj_idperseo_8, t0.reloj_foto AS reloj_foto_9, t0.reloj_modelo1 AS reloj_modelo1_10, t0.reloj_ref1 AS reloj_ref1_11, t0.reloj_fecha AS reloj_fecha_12, t0.reloj_caja AS reloj_caja_13, t0.reloj_papeles AS reloj_papeles_14, t0.itp AS itp_15, t0.comision AS comision_16, t0.precio_coste AS precio_coste_17, t0.precio_coste_total AS precio_coste_total_18, t0.precio_min_venta AS precio_min_venta_19, t0.precio_promocion AS precio_promocion_20, t0.precio_oferta AS precio_oferta_21, t0.precio_referencia AS precio_referencia_22, t0.precio_pagar AS precio_pagar_23, t0.margen_minimo AS margen_minimo_24, t0.margen_deseado AS margen_deseado_25, t0.margen_promocion AS margen_promocion_26, t0.costes_total AS costes_total_27, t0.valoracion_id AS valoracion_id_28, t0.reloj_id AS reloj_id_29, t0.clone_id AS clone_id_30, t0.reloj_inventario_id AS reloj_inventario_id_31, t0.reloj_marca_id AS reloj_marca_id_32, t0.reloj_aspecto_id AS reloj_aspecto_id_33, t0.reloj_base_id AS reloj_base_id_34, t0.type FROM valoraciones_relojes t0 WHERE t0.valoracion_id = ? AND t0.type IN ('sinstock') AND ((t0.deleted_at IS NULL))"
(parameters:
[1 => "1887"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.id_perseo AS id_perseo_2, t0.info_valoracion_compra AS info_valoracion_compra_3, t0.is_precio_chrono24 AS is_precio_chrono24_4, t0.deleted_at AS deleted_at_5, t0.updated_at AS updated_at_6, t0.created_at AS created_at_7, t0.reloj_idperseo AS reloj_idperseo_8, t0.reloj_foto AS reloj_foto_9, t0.reloj_modelo1 AS reloj_modelo1_10, t0.reloj_ref1 AS reloj_ref1_11, t0.reloj_fecha AS reloj_fecha_12, t0.reloj_caja AS reloj_caja_13, t0.reloj_papeles AS reloj_papeles_14, t0.itp AS itp_15, t0.comision AS comision_16, t0.precio_coste AS precio_coste_17, t0.precio_coste_total AS precio_coste_total_18, t0.precio_min_venta AS precio_min_venta_19, t0.precio_promocion AS precio_promocion_20, t0.precio_oferta AS precio_oferta_21, t0.precio_referencia AS precio_referencia_22, t0.precio_pagar AS precio_pagar_23, t0.margen_minimo AS margen_minimo_24, t0.margen_deseado AS margen_deseado_25, t0.margen_promocion AS margen_promocion_26, t0.costes_total AS costes_total_27, t0.valoracion_id AS valoracion_id_28, t0.reloj_id AS reloj_id_29, t0.clone_id AS clone_id_30, t0.reloj_inventario_id AS reloj_inventario_id_31, t0.reloj_marca_id AS reloj_marca_id_32, t0.reloj_aspecto_id AS reloj_aspecto_id_33, t0.reloj_base_id AS reloj_base_id_34, t0.type FROM valoraciones_relojes t0 WHERE t0.valoracion_id = ? AND t0.type IN ('sinstock') AND ((t0.deleted_at IS NULL))"
"params" => [1 => "1887"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.precio_coste AS precio_coste_2, t0.precio_promocion AS precio_promocion_3, t0.reloj_foto AS reloj_foto_4, t0.reloj_modelo1 AS reloj_modelo1_5, t0.reloj_modelo2 AS reloj_modelo2_6, t0.reloj_ref1 AS reloj_ref1_7, t0.reloj_ref2 AS reloj_ref2_8, t0.reloj_serie AS reloj_serie_9, t0.reloj_fecha AS reloj_fecha_10, t0.reloj_caja AS reloj_caja_11, t0.reloj_papeles AS reloj_papeles_12, t0.reloj_regimen AS reloj_regimen_13, t0.comentario AS comentario_14, t0.deleted_at AS deleted_at_15, t0.updated_at AS updated_at_16, t0.created_at AS created_at_17, t0.precio_pagar AS precio_pagar_18, t0.coste_importacion_iva AS coste_importacion_iva_19, t0.coste_importacion_otros AS coste_importacion_otros_20, t0.fecha_verificacion AS fecha_verificacion_21, t0.fecha_cancelacion AS fecha_cancelacion_22, t0.reloj_aspecto_id AS reloj_aspecto_id_23, t0.reloj_marca_id AS reloj_marca_id_24, t0.compra_id AS compra_id_25, t0.reloj_compra_id AS reloj_compra_id_26, t0.reloj_base_id AS reloj_base_id_27, t0.valoracion_reloj_id AS valoracion_reloj_id_28, t0.type FROM detalle_operacion t0 WHERE t0.valoracion_reloj_id = ? AND t0.type IN ('compra') AND ((t0.deleted_at IS NULL))"
(parameters:
[1 => "4079"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.precio_coste AS precio_coste_2, t0.precio_promocion AS precio_promocion_3, t0.reloj_foto AS reloj_foto_4, t0.reloj_modelo1 AS reloj_modelo1_5, t0.reloj_modelo2 AS reloj_modelo2_6, t0.reloj_ref1 AS reloj_ref1_7, t0.reloj_ref2 AS reloj_ref2_8, t0.reloj_serie AS reloj_serie_9, t0.reloj_fecha AS reloj_fecha_10, t0.reloj_caja AS reloj_caja_11, t0.reloj_papeles AS reloj_papeles_12, t0.reloj_regimen AS reloj_regimen_13, t0.comentario AS comentario_14, t0.deleted_at AS deleted_at_15, t0.updated_at AS updated_at_16, t0.created_at AS created_at_17, t0.precio_pagar AS precio_pagar_18, t0.coste_importacion_iva AS coste_importacion_iva_19, t0.coste_importacion_otros AS coste_importacion_otros_20, t0.fecha_verificacion AS fecha_verificacion_21, t0.fecha_cancelacion AS fecha_cancelacion_22, t0.reloj_aspecto_id AS reloj_aspecto_id_23, t0.reloj_marca_id AS reloj_marca_id_24, t0.compra_id AS compra_id_25, t0.reloj_compra_id AS reloj_compra_id_26, t0.reloj_base_id AS reloj_base_id_27, t0.valoracion_reloj_id AS valoracion_reloj_id_28, t0.type FROM detalle_operacion t0 WHERE t0.valoracion_reloj_id = ? AND t0.type IN ('compra') AND ((t0.deleted_at IS NULL))"
"params" => [1 => "4079"
]
"types" => [1 => 2]
]
deprecation
User Deprecated: Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\Type\HTMLType" now to avoid errors or add an explicit @return annotation to suppress this message.
"SELECT t0.id AS id_1, t0.precio AS precio_2, t0.descripcion AS descripcion_3, t0.deleted_at AS deleted_at_4, t0.updated_at AS updated_at_5, t0.created_at AS created_at_6, t0.tipo_cargo_id AS tipo_cargo_id_7, t0.valoraciones_relojes_id AS valoraciones_relojes_id_8 FROM coste t0 WHERE t0.valoraciones_relojes_id = ? AND ((t0.deleted_at IS NULL))"
(parameters:
[1 => "4079"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.precio AS precio_2, t0.descripcion AS descripcion_3, t0.deleted_at AS deleted_at_4, t0.updated_at AS updated_at_5, t0.created_at AS created_at_6, t0.tipo_cargo_id AS tipo_cargo_id_7, t0.valoraciones_relojes_id AS valoraciones_relojes_id_8 FROM coste t0 WHERE t0.valoraciones_relojes_id = ? AND ((t0.deleted_at IS NULL))"
"params" => [1 => "4079"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.caja AS caja_2, t0.papeles AS papeles_3, t0.precio AS precio_4, t0.deleted_at AS deleted_at_5, t0.updated_at AS updated_at_6, t0.created_at AS created_at_7, t0.canal_id AS canal_id_8, t0.valoraciones_relojes_id AS valoraciones_relojes_id_9 FROM referencia t0 WHERE t0.valoraciones_relojes_id = ? AND ((t0.deleted_at IS NULL))"
(parameters:
[1 => "4079"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.caja AS caja_2, t0.papeles AS papeles_3, t0.precio AS precio_4, t0.deleted_at AS deleted_at_5, t0.updated_at AS updated_at_6, t0.created_at AS created_at_7, t0.canal_id AS canal_id_8, t0.valoraciones_relojes_id AS valoraciones_relojes_id_9 FROM referencia t0 WHERE t0.valoraciones_relojes_id = ? AND ((t0.deleted_at IS NULL))"
"params" => [1 => "4079"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.key_estado AS key_estado_2, t0.nombre AS nombre_3, t0.icono AS icono_4, t0.color AS color_5, t0.orden AS orden_6, t0.deleted_at AS deleted_at_7, t0.updated_at AS updated_at_8, t0.created_at AS created_at_9, t0.type FROM estado t0 WHERE t0.id = ? AND t0.type IN ('aspecto') AND ((t0.deleted_at IS NULL))"
(parameters:
[1 => "8"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.key_estado AS key_estado_2, t0.nombre AS nombre_3, t0.icono AS icono_4, t0.color AS color_5, t0.orden AS orden_6, t0.deleted_at AS deleted_at_7, t0.updated_at AS updated_at_8, t0.created_at AS created_at_9, t0.type FROM estado t0 WHERE t0.id = ? AND t0.type IN ('aspecto') AND ((t0.deleted_at IS NULL))"
"params" => [1 => "8"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.id_perseo AS id_perseo_2, t0.info_valoracion_compra AS info_valoracion_compra_3, t0.is_precio_chrono24 AS is_precio_chrono24_4, t0.deleted_at AS deleted_at_5, t0.updated_at AS updated_at_6, t0.created_at AS created_at_7, t0.precio_promocion AS precio_promocion_8, t0.descuento AS descuento_9, t0.valoracion_id AS valoracion_id_10, t0.reloj_id AS reloj_id_11, t0.clone_id AS clone_id_12, t0.plataforma_promocion_id AS plataforma_promocion_id_13, t0.type FROM valoraciones_relojes t0 WHERE t0.valoracion_id = ? AND t0.type IN ('stock') AND ((t0.deleted_at IS NULL))"
(parameters:
[1 => "1887"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.id_perseo AS id_perseo_2, t0.info_valoracion_compra AS info_valoracion_compra_3, t0.is_precio_chrono24 AS is_precio_chrono24_4, t0.deleted_at AS deleted_at_5, t0.updated_at AS updated_at_6, t0.created_at AS created_at_7, t0.precio_promocion AS precio_promocion_8, t0.descuento AS descuento_9, t0.valoracion_id AS valoracion_id_10, t0.reloj_id AS reloj_id_11, t0.clone_id AS clone_id_12, t0.plataforma_promocion_id AS plataforma_promocion_id_13, t0.type FROM valoraciones_relojes t0 WHERE t0.valoracion_id = ? AND t0.type IN ('stock') AND ((t0.deleted_at IS NULL))"
"params" => [1 => "1887"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT u0_.id AS id_0, u0_.nombre AS nombre_1, u0_.descripcion AS descripcion_2, u0_.color AS color_3, u0_.active AS active_4, u0_.deleted_at AS deleted_at_5, u0_.updated_at AS updated_at_6, u0_.created_at AS created_at_7, u0_.empresa_id AS empresa_id_8, u0_.responsable_usuario_id AS responsable_usuario_id_9 FROM unidad_negocio u0_ WHERE (u0_.id IN (?)) AND (u0_.deleted_at IS NULL)"
(parameters:
[1 => "1"
]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT u0_.id AS id_0, u0_.nombre AS nombre_1, u0_.descripcion AS descripcion_2, u0_.color AS color_3, u0_.active AS active_4, u0_.deleted_at AS deleted_at_5, u0_.updated_at AS updated_at_6, u0_.created_at AS created_at_7, u0_.empresa_id AS empresa_id_8, u0_.responsable_usuario_id AS responsable_usuario_id_9 FROM unidad_negocio u0_ WHERE (u0_.id IN (?)) AND (u0_.deleted_at IS NULL)"
"params" => [1 => "1"
]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT u0_.id AS id_0, u0_.id_perseo AS id_perseo_1, u0_.avatar AS avatar_2, u0_.deleted_at AS deleted_at_3, u0_.updated_at AS updated_at_4, u0_.created_at AS created_at_5, u0_.unidad_negocio_id AS unidad_negocio_id_6 FROM usuario u0_ WHERE (u0_.id IN (?)) AND (u0_.deleted_at IS NULL)"
(parameters:
[1 => "2"
]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT u0_.id AS id_0, u0_.id_perseo AS id_perseo_1, u0_.avatar AS avatar_2, u0_.deleted_at AS deleted_at_3, u0_.updated_at AS updated_at_4, u0_.created_at AS created_at_5, u0_.unidad_negocio_id AS unidad_negocio_id_6 FROM usuario u0_ WHERE (u0_.id IN (?)) AND (u0_.deleted_at IS NULL)"
"params" => [1 => "2"
]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.id_perseo AS id_perseo_2, t0.info_valoracion_compra AS info_valoracion_compra_3, t0.is_precio_chrono24 AS is_precio_chrono24_4, t0.deleted_at AS deleted_at_5, t0.updated_at AS updated_at_6, t0.created_at AS created_at_7, t0.reloj_idperseo AS reloj_idperseo_8, t0.reloj_foto AS reloj_foto_9, t0.reloj_modelo1 AS reloj_modelo1_10, t0.reloj_ref1 AS reloj_ref1_11, t0.reloj_fecha AS reloj_fecha_12, t0.reloj_caja AS reloj_caja_13, t0.reloj_papeles AS reloj_papeles_14, t0.itp AS itp_15, t0.comision AS comision_16, t0.precio_coste AS precio_coste_17, t0.precio_coste_total AS precio_coste_total_18, t0.precio_min_venta AS precio_min_venta_19, t0.precio_promocion AS precio_promocion_20, t0.precio_oferta AS precio_oferta_21, t0.precio_referencia AS precio_referencia_22, t0.precio_pagar AS precio_pagar_23, t0.margen_minimo AS margen_minimo_24, t0.margen_deseado AS margen_deseado_25, t0.margen_promocion AS margen_promocion_26, t0.costes_total AS costes_total_27, t0.valoracion_id AS valoracion_id_28, t0.reloj_id AS reloj_id_29, t0.clone_id AS clone_id_30, t0.reloj_inventario_id AS reloj_inventario_id_31, t0.reloj_marca_id AS reloj_marca_id_32, t0.reloj_aspecto_id AS reloj_aspecto_id_33, t0.reloj_base_id AS reloj_base_id_34, t0.type FROM valoraciones_relojes t0 WHERE t0.valoracion_id = ? AND t0.type IN ('sinstock') AND ((t0.deleted_at IS NULL))"
(parameters:
[1 => "1887"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.id_perseo AS id_perseo_2, t0.info_valoracion_compra AS info_valoracion_compra_3, t0.is_precio_chrono24 AS is_precio_chrono24_4, t0.deleted_at AS deleted_at_5, t0.updated_at AS updated_at_6, t0.created_at AS created_at_7, t0.reloj_idperseo AS reloj_idperseo_8, t0.reloj_foto AS reloj_foto_9, t0.reloj_modelo1 AS reloj_modelo1_10, t0.reloj_ref1 AS reloj_ref1_11, t0.reloj_fecha AS reloj_fecha_12, t0.reloj_caja AS reloj_caja_13, t0.reloj_papeles AS reloj_papeles_14, t0.itp AS itp_15, t0.comision AS comision_16, t0.precio_coste AS precio_coste_17, t0.precio_coste_total AS precio_coste_total_18, t0.precio_min_venta AS precio_min_venta_19, t0.precio_promocion AS precio_promocion_20, t0.precio_oferta AS precio_oferta_21, t0.precio_referencia AS precio_referencia_22, t0.precio_pagar AS precio_pagar_23, t0.margen_minimo AS margen_minimo_24, t0.margen_deseado AS margen_deseado_25, t0.margen_promocion AS margen_promocion_26, t0.costes_total AS costes_total_27, t0.valoracion_id AS valoracion_id_28, t0.reloj_id AS reloj_id_29, t0.clone_id AS clone_id_30, t0.reloj_inventario_id AS reloj_inventario_id_31, t0.reloj_marca_id AS reloj_marca_id_32, t0.reloj_aspecto_id AS reloj_aspecto_id_33, t0.reloj_base_id AS reloj_base_id_34, t0.type FROM valoraciones_relojes t0 WHERE t0.valoracion_id = ? AND t0.type IN ('sinstock') AND ((t0.deleted_at IS NULL))"
"params" => [1 => "1887"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT e0_.id AS id_0, e0_.key_estado AS key_estado_1, e0_.nombre AS nombre_2, e0_.icono AS icono_3, e0_.color AS color_4, e0_.orden AS orden_5, e0_.deleted_at AS deleted_at_6, e0_.updated_at AS updated_at_7, e0_.created_at AS created_at_8, e0_.type AS type_9 FROM estado e0_ WHERE ((e0_.id IN (?)) AND (e0_.deleted_at IS NULL)) AND e0_.type IN ('aspecto') ORDER BY e0_.orden DESC"
(parameters:
[1 => "8"
]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT e0_.id AS id_0, e0_.key_estado AS key_estado_1, e0_.nombre AS nombre_2, e0_.icono AS icono_3, e0_.color AS color_4, e0_.orden AS orden_5, e0_.deleted_at AS deleted_at_6, e0_.updated_at AS updated_at_7, e0_.created_at AS created_at_8, e0_.type AS type_9 FROM estado e0_ WHERE ((e0_.id IN (?)) AND (e0_.deleted_at IS NULL)) AND e0_.type IN ('aspecto') ORDER BY e0_.orden DESC"
"params" => [1 => "8"
]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.id_perseo AS id_perseo_2, t0.info_valoracion_compra AS info_valoracion_compra_3, t0.is_precio_chrono24 AS is_precio_chrono24_4, t0.deleted_at AS deleted_at_5, t0.updated_at AS updated_at_6, t0.created_at AS created_at_7, t0.precio_promocion AS precio_promocion_8, t0.descuento AS descuento_9, t0.valoracion_id AS valoracion_id_10, t0.reloj_id AS reloj_id_11, t0.clone_id AS clone_id_12, t0.plataforma_promocion_id AS plataforma_promocion_id_13, t0.type FROM valoraciones_relojes t0 WHERE t0.valoracion_id = ? AND t0.type IN ('stock') AND ((t0.deleted_at IS NULL))"
(parameters:
[1 => "1887"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.id_perseo AS id_perseo_2, t0.info_valoracion_compra AS info_valoracion_compra_3, t0.is_precio_chrono24 AS is_precio_chrono24_4, t0.deleted_at AS deleted_at_5, t0.updated_at AS updated_at_6, t0.created_at AS created_at_7, t0.precio_promocion AS precio_promocion_8, t0.descuento AS descuento_9, t0.valoracion_id AS valoracion_id_10, t0.reloj_id AS reloj_id_11, t0.clone_id AS clone_id_12, t0.plataforma_promocion_id AS plataforma_promocion_id_13, t0.type FROM valoraciones_relojes t0 WHERE t0.valoracion_id = ? AND t0.type IN ('stock') AND ((t0.deleted_at IS NULL))"
"params" => [1 => "1887"
]
"types" => [1 => 2]
]
debug
Stored the security token in the session.
security
[
"key" => "_security_main"
]
debug
Executing query:
"SELECT DATABASE()"
doctrine
[
"sql" => "SELECT DATABASE()"
]
debug
Executing statement:
"""
SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME
"""
Log messages generated during the compilation of the service container.
Messages
Class
591
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\UserSessionTracker" (parent: .abstract.instanceof.App\EventListener\UserSessionTracker).
Resolving inheritance for "App\EventListener\UserSessionTracker" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\UserSessionTracker).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CloseInactiveSessionsCommand" (parent: .abstract.instanceof.App\Command\CloseInactiveSessionsCommand).
Resolving inheritance for "App\Command\CloseInactiveSessionsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CloseInactiveSessionsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixImagesCommand" (parent: .abstract.instanceof.App\Command\FixImagesCommand).
Resolving inheritance for "App\Command\FixImagesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixImagesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixedDatosClienteActividadCommand" (parent: .abstract.instanceof.App\Command\FixedDatosClienteActividadCommand).
Resolving inheritance for "App\Command\FixedDatosClienteActividadCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixedDatosClienteActividadCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixedEstadosAccionesPromocionCommand" (parent: .abstract.instanceof.App\Command\FixedEstadosAccionesPromocionCommand).
Resolving inheritance for "App\Command\FixedEstadosAccionesPromocionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixedEstadosAccionesPromocionCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixedFechaAnuncioPromocionCommand" (parent: .abstract.instanceof.App\Command\FixedFechaAnuncioPromocionCommand).
Resolving inheritance for "App\Command\FixedFechaAnuncioPromocionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixedFechaAnuncioPromocionCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixedFechaCompraRelojCommand" (parent: .abstract.instanceof.App\Command\FixedFechaCompraRelojCommand).
Resolving inheritance for "App\Command\FixedFechaCompraRelojCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixedFechaCompraRelojCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixedFechaUbicacionActualPromocionCommand" (parent: .abstract.instanceof.App\Command\FixedFechaUbicacionActualPromocionCommand).
Resolving inheritance for "App\Command\FixedFechaUbicacionActualPromocionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixedFechaUbicacionActualPromocionCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixedFechaVendidoPromocionCommand" (parent: .abstract.instanceof.App\Command\FixedFechaVendidoPromocionCommand).
Resolving inheritance for "App\Command\FixedFechaVendidoPromocionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixedFechaVendidoPromocionCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixedFechaVentaRelojCommand" (parent: .abstract.instanceof.App\Command\FixedFechaVentaRelojCommand).
Resolving inheritance for "App\Command\FixedFechaVentaRelojCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixedFechaVentaRelojCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixedFotosPromocionCommand" (parent: .abstract.instanceof.App\Command\FixedFotosPromocionCommand).
Resolving inheritance for "App\Command\FixedFotosPromocionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixedFotosPromocionCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixedFotosRelojCommand" (parent: .abstract.instanceof.App\Command\FixedFotosRelojCommand).
Resolving inheritance for "App\Command\FixedFotosRelojCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixedFotosRelojCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixedGarantiaRecompraRelojCommand" (parent: .abstract.instanceof.App\Command\FixedGarantiaRecompraRelojCommand).
Resolving inheritance for "App\Command\FixedGarantiaRecompraRelojCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixedGarantiaRecompraRelojCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixedValoracionRelojCommand" (parent: .abstract.instanceof.App\Command\FixedValoracionRelojCommand).
Resolving inheritance for "App\Command\FixedValoracionRelojCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixedValoracionRelojCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerarPassCommand" (parent: .abstract.instanceof.App\Command\GenerarPassCommand).
Resolving inheritance for "App\Command\GenerarPassCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerarPassCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Job\ActualizarTiemposRelojesJob" (parent: .abstract.instanceof.App\Command\Job\ActualizarTiemposRelojesJob).
Resolving inheritance for "App\Command\Job\ActualizarTiemposRelojesJob" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Job\ActualizarTiemposRelojesJob).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoadMarcasCommand" (parent: .abstract.instanceof.App\Command\LoadMarcasCommand).
Resolving inheritance for "App\Command\LoadMarcasCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoadMarcasCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccionAdminController" (parent: .abstract.instanceof.App\Controller\Admin\AccionAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccionAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccionAdminController).
Resolving inheritance for "App\Controller\Admin\AccionAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccionAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccionAnuncioAdminController" (parent: .abstract.instanceof.App\Controller\Admin\AccionAnuncioAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccionAnuncioAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccionAnuncioAdminController).
Resolving inheritance for "App\Controller\Admin\AccionAnuncioAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccionAnuncioAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccionCheckAdminController" (parent: .abstract.instanceof.App\Controller\Admin\AccionCheckAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccionCheckAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccionCheckAdminController).
Resolving inheritance for "App\Controller\Admin\AccionCheckAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccionCheckAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccionCompetenciaAdminController" (parent: .abstract.instanceof.App\Controller\Admin\AccionCompetenciaAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccionCompetenciaAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccionCompetenciaAdminController).
Resolving inheritance for "App\Controller\Admin\AccionCompetenciaAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccionCompetenciaAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccionEstadoAdminController" (parent: .abstract.instanceof.App\Controller\Admin\AccionEstadoAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccionEstadoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccionEstadoAdminController).
Resolving inheritance for "App\Controller\Admin\AccionEstadoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccionEstadoAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccionMejoraAdminController" (parent: .abstract.instanceof.App\Controller\Admin\AccionMejoraAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccionMejoraAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccionMejoraAdminController).
Resolving inheritance for "App\Controller\Admin\AccionMejoraAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccionMejoraAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccionServicioAdminController" (parent: .abstract.instanceof.App\Controller\Admin\AccionServicioAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccionServicioAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccionServicioAdminController).
Resolving inheritance for "App\Controller\Admin\AccionServicioAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccionServicioAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccionUbicacionAdminController" (parent: .abstract.instanceof.App\Controller\Admin\AccionUbicacionAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccionUbicacionAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccionUbicacionAdminController).
Resolving inheritance for "App\Controller\Admin\AccionUbicacionAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccionUbicacionAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccionVentaAdminController" (parent: .abstract.instanceof.App\Controller\Admin\AccionVentaAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccionVentaAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccionVentaAdminController).
Resolving inheritance for "App\Controller\Admin\AccionVentaAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccionVentaAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ActividadAdminController" (parent: .abstract.instanceof.App\Controller\Admin\ActividadAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ActividadAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ActividadAdminController).
Resolving inheritance for "App\Controller\Admin\ActividadAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ActividadAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BancoAdminController" (parent: .abstract.instanceof.App\Controller\Admin\BancoAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BancoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BancoAdminController).
Resolving inheritance for "App\Controller\Admin\BancoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BancoAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CCAAAdminController" (parent: .abstract.instanceof.App\Controller\Admin\CCAAAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CCAAAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CCAAAdminController).
Resolving inheritance for "App\Controller\Admin\CCAAAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CCAAAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CanalAdminController" (parent: .abstract.instanceof.App\Controller\Admin\CanalAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CanalAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CanalAdminController).
Resolving inheritance for "App\Controller\Admin\CanalAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CanalAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CiudadAdminController" (parent: .abstract.instanceof.App\Controller\Admin\CiudadAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CiudadAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CiudadAdminController).
Resolving inheritance for "App\Controller\Admin\CiudadAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CiudadAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ClienteAdminController" (parent: .abstract.instanceof.App\Controller\Admin\ClienteAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ClienteAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ClienteAdminController).
Resolving inheritance for "App\Controller\Admin\ClienteAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ClienteAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CompetenciaAdminController" (parent: .abstract.instanceof.App\Controller\Admin\CompetenciaAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CompetenciaAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CompetenciaAdminController).
Resolving inheritance for "App\Controller\Admin\CompetenciaAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CompetenciaAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CompraAdminController" (parent: .abstract.instanceof.App\Controller\Admin\CompraAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CompraAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CompraAdminController).
Resolving inheritance for "App\Controller\Admin\CompraAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CompraAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ConfiguracionAdminController" (parent: .abstract.instanceof.App\Controller\Admin\ConfiguracionAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ConfiguracionAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ConfiguracionAdminController).
Resolving inheritance for "App\Controller\Admin\ConfiguracionAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ConfiguracionAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CosteAdminController" (parent: .abstract.instanceof.App\Controller\Admin\CosteAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CosteAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CosteAdminController).
Resolving inheritance for "App\Controller\Admin\CosteAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CosteAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CosteVentaAdminController" (parent: .abstract.instanceof.App\Controller\Admin\CosteVentaAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CosteVentaAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CosteVentaAdminController).
Resolving inheritance for "App\Controller\Admin\CosteVentaAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CosteVentaAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DetalleCompraAdminController" (parent: .abstract.instanceof.App\Controller\Admin\DetalleCompraAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DetalleCompraAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DetalleCompraAdminController).
Resolving inheritance for "App\Controller\Admin\DetalleCompraAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DetalleCompraAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DetalleOperacionAdminController" (parent: .abstract.instanceof.App\Controller\Admin\DetalleOperacionAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DetalleOperacionAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DetalleOperacionAdminController).
Resolving inheritance for "App\Controller\Admin\DetalleOperacionAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DetalleOperacionAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DetalleVentaAdminController" (parent: .abstract.instanceof.App\Controller\Admin\DetalleVentaAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DetalleVentaAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DetalleVentaAdminController).
Resolving inheritance for "App\Controller\Admin\DetalleVentaAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DetalleVentaAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EmpresaAdminController" (parent: .abstract.instanceof.App\Controller\Admin\EmpresaAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EmpresaAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EmpresaAdminController).
Resolving inheritance for "App\Controller\Admin\EmpresaAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EmpresaAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EstadoAdminController" (parent: .abstract.instanceof.App\Controller\Admin\EstadoAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EstadoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EstadoAdminController).
Resolving inheritance for "App\Controller\Admin\EstadoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EstadoAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EstadoAspectoAdminController" (parent: .abstract.instanceof.App\Controller\Admin\EstadoAspectoAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EstadoAspectoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EstadoAspectoAdminController).
Resolving inheritance for "App\Controller\Admin\EstadoAspectoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EstadoAspectoAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EstadoCheckAdminController" (parent: .abstract.instanceof.App\Controller\Admin\EstadoCheckAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EstadoCheckAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EstadoCheckAdminController).
Resolving inheritance for "App\Controller\Admin\EstadoCheckAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EstadoCheckAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EstadoOperacionAdminController" (parent: .abstract.instanceof.App\Controller\Admin\EstadoOperacionAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EstadoOperacionAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EstadoOperacionAdminController).
Resolving inheritance for "App\Controller\Admin\EstadoOperacionAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EstadoOperacionAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EstadoRelojAdminController" (parent: .abstract.instanceof.App\Controller\Admin\EstadoRelojAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EstadoRelojAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EstadoRelojAdminController).
Resolving inheritance for "App\Controller\Admin\EstadoRelojAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EstadoRelojAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EstadoValoracionAdminController" (parent: .abstract.instanceof.App\Controller\Admin\EstadoValoracionAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EstadoValoracionAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EstadoValoracionAdminController).
Resolving inheritance for "App\Controller\Admin\EstadoValoracionAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EstadoValoracionAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FirmanteAdminController" (parent: .abstract.instanceof.App\Controller\Admin\FirmanteAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FirmanteAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FirmanteAdminController).
Resolving inheritance for "App\Controller\Admin\FirmanteAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FirmanteAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\GastoAdminController" (parent: .abstract.instanceof.App\Controller\Admin\GastoAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\GastoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\GastoAdminController).
Resolving inheritance for "App\Controller\Admin\GastoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\GastoAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\GestorDocumentalAdminController" (parent: .abstract.instanceof.App\Controller\Admin\GestorDocumentalAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\GestorDocumentalAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\GestorDocumentalAdminController).
Resolving inheritance for "App\Controller\Admin\GestorDocumentalAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\GestorDocumentalAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HistorialRelojAdminController" (parent: .abstract.instanceof.App\Controller\Admin\HistorialRelojAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HistorialRelojAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HistorialRelojAdminController).
Resolving inheritance for "App\Controller\Admin\HistorialRelojAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HistorialRelojAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HistorialUbicacionAdminController" (parent: .abstract.instanceof.App\Controller\Admin\HistorialUbicacionAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HistorialUbicacionAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HistorialUbicacionAdminController).
Resolving inheritance for "App\Controller\Admin\HistorialUbicacionAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HistorialUbicacionAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\IntercambioAdminController" (parent: .abstract.instanceof.App\Controller\Admin\IntercambioAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\IntercambioAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\IntercambioAdminController).
Resolving inheritance for "App\Controller\Admin\IntercambioAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\IntercambioAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LogAdminController" (parent: .abstract.instanceof.App\Controller\Admin\LogAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LogAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LogAdminController).
Resolving inheritance for "App\Controller\Admin\LogAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LogAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MarcaAdminController" (parent: .abstract.instanceof.App\Controller\Admin\MarcaAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MarcaAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MarcaAdminController).
Resolving inheritance for "App\Controller\Admin\MarcaAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MarcaAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MaterialAdminController" (parent: .abstract.instanceof.App\Controller\Admin\MaterialAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MaterialAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MaterialAdminController).
Resolving inheritance for "App\Controller\Admin\MaterialAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MaterialAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OperacionAdminController" (parent: .abstract.instanceof.App\Controller\Admin\OperacionAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OperacionAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OperacionAdminController).
Resolving inheritance for "App\Controller\Admin\OperacionAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OperacionAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PaisAdminController" (parent: .abstract.instanceof.App\Controller\Admin\PaisAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PaisAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PaisAdminController).
Resolving inheritance for "App\Controller\Admin\PaisAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PaisAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PlantillaAdminController" (parent: .abstract.instanceof.App\Controller\Admin\PlantillaAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PlantillaAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PlantillaAdminController).
Resolving inheritance for "App\Controller\Admin\PlantillaAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PlantillaAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PlantillaContratoAdminController" (parent: .abstract.instanceof.App\Controller\Admin\PlantillaContratoAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PlantillaContratoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PlantillaContratoAdminController).
Resolving inheritance for "App\Controller\Admin\PlantillaContratoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PlantillaContratoAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PlantillaCorreoAdminController" (parent: .abstract.instanceof.App\Controller\Admin\PlantillaCorreoAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PlantillaCorreoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PlantillaCorreoAdminController).
Resolving inheritance for "App\Controller\Admin\PlantillaCorreoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PlantillaCorreoAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PromocionAdminController" (parent: .abstract.instanceof.App\Controller\Admin\PromocionAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PromocionAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PromocionAdminController).
Resolving inheritance for "App\Controller\Admin\PromocionAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PromocionAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProvinciaAdminController" (parent: .abstract.instanceof.App\Controller\Admin\ProvinciaAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProvinciaAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProvinciaAdminController).
Resolving inheritance for "App\Controller\Admin\ProvinciaAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProvinciaAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReferenciaAdminController" (parent: .abstract.instanceof.App\Controller\Admin\ReferenciaAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReferenciaAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReferenciaAdminController).
Resolving inheritance for "App\Controller\Admin\ReferenciaAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReferenciaAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RegistroPolicialAdminController" (parent: .abstract.instanceof.App\Controller\Admin\RegistroPolicialAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RegistroPolicialAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RegistroPolicialAdminController).
Resolving inheritance for "App\Controller\Admin\RegistroPolicialAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RegistroPolicialAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RelojAdminController" (parent: .abstract.instanceof.App\Controller\Admin\RelojAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RelojAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RelojAdminController).
Resolving inheritance for "App\Controller\Admin\RelojAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RelojAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TaxAdminController" (parent: .abstract.instanceof.App\Controller\Admin\TaxAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TaxAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TaxAdminController).
Resolving inheritance for "App\Controller\Admin\TaxAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TaxAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TipoAccionAdminController" (parent: .abstract.instanceof.App\Controller\Admin\TipoAccionAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TipoAccionAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TipoAccionAdminController).
Resolving inheritance for "App\Controller\Admin\TipoAccionAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TipoAccionAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TipoCargoAdminController" (parent: .abstract.instanceof.App\Controller\Admin\TipoCargoAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TipoCargoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TipoCargoAdminController).
Resolving inheritance for "App\Controller\Admin\TipoCargoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TipoCargoAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TipoCargoMejoraAdminController" (parent: .abstract.instanceof.App\Controller\Admin\TipoCargoMejoraAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TipoCargoMejoraAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TipoCargoMejoraAdminController).
Resolving inheritance for "App\Controller\Admin\TipoCargoMejoraAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TipoCargoMejoraAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TipoCargoServicioAdminController" (parent: .abstract.instanceof.App\Controller\Admin\TipoCargoServicioAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TipoCargoServicioAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TipoCargoServicioAdminController).
Resolving inheritance for "App\Controller\Admin\TipoCargoServicioAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TipoCargoServicioAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TipoCargoVentaAdminController" (parent: .abstract.instanceof.App\Controller\Admin\TipoCargoVentaAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TipoCargoVentaAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TipoCargoVentaAdminController).
Resolving inheritance for "App\Controller\Admin\TipoCargoVentaAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TipoCargoVentaAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TipoGastoAdminController" (parent: .abstract.instanceof.App\Controller\Admin\TipoGastoAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TipoGastoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TipoGastoAdminController).
Resolving inheritance for "App\Controller\Admin\TipoGastoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TipoGastoAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TrazabilidadAdminController" (parent: .abstract.instanceof.App\Controller\Admin\TrazabilidadAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TrazabilidadAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TrazabilidadAdminController).
Resolving inheritance for "App\Controller\Admin\TrazabilidadAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TrazabilidadAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UbicacionAdminController" (parent: .abstract.instanceof.App\Controller\Admin\UbicacionAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UbicacionAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UbicacionAdminController).
Resolving inheritance for "App\Controller\Admin\UbicacionAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UbicacionAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UbicacionGeneralAdminController" (parent: .abstract.instanceof.App\Controller\Admin\UbicacionGeneralAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UbicacionGeneralAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UbicacionGeneralAdminController).
Resolving inheritance for "App\Controller\Admin\UbicacionGeneralAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UbicacionGeneralAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UbicacionProveedorAdminController" (parent: .abstract.instanceof.App\Controller\Admin\UbicacionProveedorAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UbicacionProveedorAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UbicacionProveedorAdminController).
Resolving inheritance for "App\Controller\Admin\UbicacionProveedorAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UbicacionProveedorAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UnidadNegocioAdminController" (parent: .abstract.instanceof.App\Controller\Admin\UnidadNegocioAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UnidadNegocioAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UnidadNegocioAdminController).
Resolving inheritance for "App\Controller\Admin\UnidadNegocioAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UnidadNegocioAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserAdminController" (parent: .abstract.instanceof.App\Controller\Admin\UserAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserAdminController).
Resolving inheritance for "App\Controller\Admin\UserAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UsuarioAdminController" (parent: .abstract.instanceof.App\Controller\Admin\UsuarioAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UsuarioAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UsuarioAdminController).
Resolving inheritance for "App\Controller\Admin\UsuarioAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UsuarioAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ValoracionAdminController" (parent: .abstract.instanceof.App\Controller\Admin\ValoracionAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ValoracionAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ValoracionAdminController).
Resolving inheritance for "App\Controller\Admin\ValoracionAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ValoracionAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ValoracionesRelojesAdminController" (parent: .abstract.instanceof.App\Controller\Admin\ValoracionesRelojesAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ValoracionesRelojesAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ValoracionesRelojesAdminController).
Resolving inheritance for "App\Controller\Admin\ValoracionesRelojesAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ValoracionesRelojesAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ValoracionesRelojesSinStockAdminController" (parent: .abstract.instanceof.App\Controller\Admin\ValoracionesRelojesSinStockAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ValoracionesRelojesSinStockAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ValoracionesRelojesSinStockAdminController).
Resolving inheritance for "App\Controller\Admin\ValoracionesRelojesSinStockAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ValoracionesRelojesSinStockAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ValoracionesRelojesStockAdminController" (parent: .abstract.instanceof.App\Controller\Admin\ValoracionesRelojesStockAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ValoracionesRelojesStockAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ValoracionesRelojesStockAdminController).
Resolving inheritance for "App\Controller\Admin\ValoracionesRelojesStockAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ValoracionesRelojesStockAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VatAdminController" (parent: .abstract.instanceof.App\Controller\Admin\VatAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VatAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VatAdminController).
Resolving inheritance for "App\Controller\Admin\VatAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VatAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VentaAdminController" (parent: .abstract.instanceof.App\Controller\Admin\VentaAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VentaAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VentaAdminController).
Resolving inheritance for "App\Controller\Admin\VentaAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VentaAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccionApiController" (parent: .abstract.instanceof.App\Controller\Api\AccionApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccionApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccionApiController).
Resolving inheritance for "App\Controller\Api\AccionApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccionApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AutoSaveApiController" (parent: .abstract.instanceof.App\Controller\Api\AutoSaveApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AutoSaveApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AutoSaveApiController).
Resolving inheritance for "App\Controller\Api\AutoSaveApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AutoSaveApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ConfiguracionApiController" (parent: .abstract.instanceof.App\Controller\Api\ConfiguracionApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ConfiguracionApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ConfiguracionApiController).
Resolving inheritance for "App\Controller\Api\ConfiguracionApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ConfiguracionApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\RelojApiController" (parent: .abstract.instanceof.App\Controller\Api\RelojApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\RelojApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\RelojApiController).
Resolving inheritance for "App\Controller\Api\RelojApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\RelojApiController).
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.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PerseoFixtures" (parent: .abstract.instanceof.App\DataFixtures\PerseoFixtures).
Resolving inheritance for "App\DataFixtures\PerseoFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PerseoFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\VatFixtures" (parent: .abstract.instanceof.App\DataFixtures\VatFixtures).
Resolving inheritance for "App\DataFixtures\VatFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\VatFixtures).
Resolving inheritance for ".instanceof.App\EventListener\Promocion\AccionChangedDateListener.0.App\EventListener\Promocion\AccionChangedDateListener" (parent: .abstract.instanceof.App\EventListener\Promocion\AccionChangedDateListener).
Resolving inheritance for "App\EventListener\Promocion\AccionChangedDateListener" (parent: .instanceof.App\EventListener\Promocion\AccionChangedDateListener.0.App\EventListener\Promocion\AccionChangedDateListener).
Resolving inheritance for ".instanceof.App\EventListener\Promocion\AccionDeletedListener.0.App\EventListener\Promocion\AccionDeletedListener" (parent: .abstract.instanceof.App\EventListener\Promocion\AccionDeletedListener).
Resolving inheritance for "App\EventListener\Promocion\AccionDeletedListener" (parent: .instanceof.App\EventListener\Promocion\AccionDeletedListener.0.App\EventListener\Promocion\AccionDeletedListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\DeferReadmoreScriptSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\DeferReadmoreScriptSubscriber).
Resolving inheritance for "App\EventSubscriber\DeferReadmoreScriptSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\DeferReadmoreScriptSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\HTMLType" (parent: .abstract.instanceof.App\Form\Type\HTMLType).
Resolving inheritance for "App\Form\Type\HTMLType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\HTMLType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ScriptType" (parent: .abstract.instanceof.App\Form\Type\ScriptType).
Resolving inheritance for "App\Form\Type\ScriptType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ScriptType).
Resolving inheritance for ".instanceof.App\Interface\HandlerAdaptorAutoSaveInterface.0.App\Handler\AdaptorAutoSave\FileAdaptorAutoSaveHandler" (parent: .abstract.instanceof.App\Handler\AdaptorAutoSave\FileAdaptorAutoSaveHandler).
Resolving inheritance for "App\Handler\AdaptorAutoSave\FileAdaptorAutoSaveHandler" (parent: .instanceof.App\Interface\HandlerAdaptorAutoSaveInterface.0.App\Handler\AdaptorAutoSave\FileAdaptorAutoSaveHandler).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccionAbstractRepository" (parent: .abstract.instanceof.App\Repository\AccionAbstractRepository).
Resolving inheritance for "App\Repository\AccionAbstractRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccionAbstractRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccionAnuncioRepository" (parent: .abstract.instanceof.App\Repository\AccionAnuncioRepository).
Resolving inheritance for "App\Repository\AccionAnuncioRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccionAnuncioRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccionCheckRepository" (parent: .abstract.instanceof.App\Repository\AccionCheckRepository).
Resolving inheritance for "App\Repository\AccionCheckRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccionCheckRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccionCompetenciaRepository" (parent: .abstract.instanceof.App\Repository\AccionCompetenciaRepository).
Resolving inheritance for "App\Repository\AccionCompetenciaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccionCompetenciaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccionEstadoRepository" (parent: .abstract.instanceof.App\Repository\AccionEstadoRepository).
Resolving inheritance for "App\Repository\AccionEstadoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccionEstadoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccionMejoraRepository" (parent: .abstract.instanceof.App\Repository\AccionMejoraRepository).
Resolving inheritance for "App\Repository\AccionMejoraRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccionMejoraRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccionRepository" (parent: .abstract.instanceof.App\Repository\AccionRepository).
Resolving inheritance for "App\Repository\AccionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccionServicioRepository" (parent: .abstract.instanceof.App\Repository\AccionServicioRepository).
Resolving inheritance for "App\Repository\AccionServicioRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccionServicioRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccionUbicacionRepository" (parent: .abstract.instanceof.App\Repository\AccionUbicacionRepository).
Resolving inheritance for "App\Repository\AccionUbicacionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccionUbicacionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccionVentaRepository" (parent: .abstract.instanceof.App\Repository\AccionVentaRepository).
Resolving inheritance for "App\Repository\AccionVentaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccionVentaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActividadAbstractRepository" (parent: .abstract.instanceof.App\Repository\ActividadAbstractRepository).
Resolving inheritance for "App\Repository\ActividadAbstractRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActividadAbstractRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActividadCompraRepository" (parent: .abstract.instanceof.App\Repository\ActividadCompraRepository).
Resolving inheritance for "App\Repository\ActividadCompraRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActividadCompraRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActividadVentaRepository" (parent: .abstract.instanceof.App\Repository\ActividadVentaRepository).
Resolving inheritance for "App\Repository\ActividadVentaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActividadVentaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BancoRepository" (parent: .abstract.instanceof.App\Repository\BancoRepository).
Resolving inheritance for "App\Repository\BancoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BancoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CCAARepository" (parent: .abstract.instanceof.App\Repository\CCAARepository).
Resolving inheritance for "App\Repository\CCAARepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CCAARepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CanalRepository" (parent: .abstract.instanceof.App\Repository\CanalRepository).
Resolving inheritance for "App\Repository\CanalRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CanalRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CiudadRepository" (parent: .abstract.instanceof.App\Repository\CiudadRepository).
Resolving inheritance for "App\Repository\CiudadRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CiudadRepository).
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\CompetenciaRepository" (parent: .abstract.instanceof.App\Repository\CompetenciaRepository).
Resolving inheritance for "App\Repository\CompetenciaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompetenciaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompraRepository" (parent: .abstract.instanceof.App\Repository\CompraRepository).
Resolving inheritance for "App\Repository\CompraRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompraRepository).
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\CosteRepository" (parent: .abstract.instanceof.App\Repository\CosteRepository).
Resolving inheritance for "App\Repository\CosteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CosteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CosteVentaRepository" (parent: .abstract.instanceof.App\Repository\CosteVentaRepository).
Resolving inheritance for "App\Repository\CosteVentaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CosteVentaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DetalleCompraRepository" (parent: .abstract.instanceof.App\Repository\DetalleCompraRepository).
Resolving inheritance for "App\Repository\DetalleCompraRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DetalleCompraRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DetalleOperacionRepository" (parent: .abstract.instanceof.App\Repository\DetalleOperacionRepository).
Resolving inheritance for "App\Repository\DetalleOperacionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DetalleOperacionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DetalleVentaRepository" (parent: .abstract.instanceof.App\Repository\DetalleVentaRepository).
Resolving inheritance for "App\Repository\DetalleVentaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DetalleVentaRepository).
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\EstadoAbstractRepository" (parent: .abstract.instanceof.App\Repository\EstadoAbstractRepository).
Resolving inheritance for "App\Repository\EstadoAbstractRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EstadoAbstractRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EstadoActividadRepository" (parent: .abstract.instanceof.App\Repository\EstadoActividadRepository).
Resolving inheritance for "App\Repository\EstadoActividadRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EstadoActividadRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EstadoAspectoRepository" (parent: .abstract.instanceof.App\Repository\EstadoAspectoRepository).
Resolving inheritance for "App\Repository\EstadoAspectoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EstadoAspectoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EstadoCheckRepository" (parent: .abstract.instanceof.App\Repository\EstadoCheckRepository).
Resolving inheritance for "App\Repository\EstadoCheckRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EstadoCheckRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EstadoOperacionRepository" (parent: .abstract.instanceof.App\Repository\EstadoOperacionRepository).
Resolving inheritance for "App\Repository\EstadoOperacionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EstadoOperacionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EstadoRelojRepository" (parent: .abstract.instanceof.App\Repository\EstadoRelojRepository).
Resolving inheritance for "App\Repository\EstadoRelojRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EstadoRelojRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EstadoRepository" (parent: .abstract.instanceof.App\Repository\EstadoRepository).
Resolving inheritance for "App\Repository\EstadoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EstadoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EstadoValoracionRepository" (parent: .abstract.instanceof.App\Repository\EstadoValoracionRepository).
Resolving inheritance for "App\Repository\EstadoValoracionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EstadoValoracionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FirmanteRepository" (parent: .abstract.instanceof.App\Repository\FirmanteRepository).
Resolving inheritance for "App\Repository\FirmanteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FirmanteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GastoRepository" (parent: .abstract.instanceof.App\Repository\GastoRepository).
Resolving inheritance for "App\Repository\GastoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GastoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GestorDocumetnalRepository" (parent: .abstract.instanceof.App\Repository\GestorDocumetnalRepository).
Resolving inheritance for "App\Repository\GestorDocumetnalRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GestorDocumetnalRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistorialUbicacionRepository" (parent: .abstract.instanceof.App\Repository\HistorialUbicacionRepository).
Resolving inheritance for "App\Repository\HistorialUbicacionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistorialUbicacionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IntercambioRepository" (parent: .abstract.instanceof.App\Repository\IntercambioRepository).
Resolving inheritance for "App\Repository\IntercambioRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IntercambioRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRepository" (parent: .abstract.instanceof.App\Repository\LogRepository).
Resolving inheritance for "App\Repository\LogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MarcaRepository" (parent: .abstract.instanceof.App\Repository\MarcaRepository).
Resolving inheritance for "App\Repository\MarcaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MarcaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterialRepository" (parent: .abstract.instanceof.App\Repository\MaterialRepository).
Resolving inheritance for "App\Repository\MaterialRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterialRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OperacionRepository" (parent: .abstract.instanceof.App\Repository\OperacionRepository).
Resolving inheritance for "App\Repository\OperacionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OperacionRepository).
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\PlantillaAbstractRepository" (parent: .abstract.instanceof.App\Repository\PlantillaAbstractRepository).
Resolving inheritance for "App\Repository\PlantillaAbstractRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlantillaAbstractRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlantillaContratoRepository" (parent: .abstract.instanceof.App\Repository\PlantillaContratoRepository).
Resolving inheritance for "App\Repository\PlantillaContratoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlantillaContratoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlantillaCorreoRepository" (parent: .abstract.instanceof.App\Repository\PlantillaCorreoRepository).
Resolving inheritance for "App\Repository\PlantillaCorreoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlantillaCorreoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlantillaRepository" (parent: .abstract.instanceof.App\Repository\PlantillaRepository).
Resolving inheritance for "App\Repository\PlantillaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlantillaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PromocionRepository" (parent: .abstract.instanceof.App\Repository\PromocionRepository).
Resolving inheritance for "App\Repository\PromocionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PromocionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProvinciaRepository" (parent: .abstract.instanceof.App\Repository\ProvinciaRepository).
Resolving inheritance for "App\Repository\ProvinciaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProvinciaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReferenciaRepository" (parent: .abstract.instanceof.App\Repository\ReferenciaRepository).
Resolving inheritance for "App\Repository\ReferenciaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReferenciaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RegistroPolicialRepository" (parent: .abstract.instanceof.App\Repository\RegistroPolicialRepository).
Resolving inheritance for "App\Repository\RegistroPolicialRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RegistroPolicialRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RelojRepository" (parent: .abstract.instanceof.App\Repository\RelojRepository).
Resolving inheritance for "App\Repository\RelojRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RelojRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoAccionRepository" (parent: .abstract.instanceof.App\Repository\TipoAccionRepository).
Resolving inheritance for "App\Repository\TipoAccionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoAccionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoCargoAbstractRepository" (parent: .abstract.instanceof.App\Repository\TipoCargoAbstractRepository).
Resolving inheritance for "App\Repository\TipoCargoAbstractRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoCargoAbstractRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoCargoMejoraRepository" (parent: .abstract.instanceof.App\Repository\TipoCargoMejoraRepository).
Resolving inheritance for "App\Repository\TipoCargoMejoraRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoCargoMejoraRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoCargoServicioRepository" (parent: .abstract.instanceof.App\Repository\TipoCargoServicioRepository).
Resolving inheritance for "App\Repository\TipoCargoServicioRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoCargoServicioRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoCargoVentaRepository" (parent: .abstract.instanceof.App\Repository\TipoCargoVentaRepository).
Resolving inheritance for "App\Repository\TipoCargoVentaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoCargoVentaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoGastoRepository" (parent: .abstract.instanceof.App\Repository\TipoGastoRepository).
Resolving inheritance for "App\Repository\TipoGastoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoGastoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrazabilidadRepository" (parent: .abstract.instanceof.App\Repository\TrazabilidadRepository).
Resolving inheritance for "App\Repository\TrazabilidadRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrazabilidadRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UbicacionAbstractRepository" (parent: .abstract.instanceof.App\Repository\UbicacionAbstractRepository).
Resolving inheritance for "App\Repository\UbicacionAbstractRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UbicacionAbstractRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UbicacionGeneralRepository" (parent: .abstract.instanceof.App\Repository\UbicacionGeneralRepository).
Resolving inheritance for "App\Repository\UbicacionGeneralRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UbicacionGeneralRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UbicacionProveedorRepository" (parent: .abstract.instanceof.App\Repository\UbicacionProveedorRepository).
Resolving inheritance for "App\Repository\UbicacionProveedorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UbicacionProveedorRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UbicacionRepository" (parent: .abstract.instanceof.App\Repository\UbicacionRepository).
Resolving inheritance for "App\Repository\UbicacionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UbicacionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UnidadNegocioRepository" (parent: .abstract.instanceof.App\Repository\UnidadNegocioRepository).
Resolving inheritance for "App\Repository\UnidadNegocioRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UnidadNegocioRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserSessionLogRepository" (parent: .abstract.instanceof.App\Repository\UserSessionLogRepository).
Resolving inheritance for "App\Repository\UserSessionLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserSessionLogRepository).
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\ValoracionRepository" (parent: .abstract.instanceof.App\Repository\ValoracionRepository).
Resolving inheritance for "App\Repository\ValoracionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ValoracionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ValoracionesRelojesRepository" (parent: .abstract.instanceof.App\Repository\ValoracionesRelojesRepository).
Resolving inheritance for "App\Repository\ValoracionesRelojesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ValoracionesRelojesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ValoracionesRelojesSinStockRepository" (parent: .abstract.instanceof.App\Repository\ValoracionesRelojesSinStockRepository).
Resolving inheritance for "App\Repository\ValoracionesRelojesSinStockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ValoracionesRelojesSinStockRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ValoracionesRelojesStockRepository" (parent: .abstract.instanceof.App\Repository\ValoracionesRelojesStockRepository).
Resolving inheritance for "App\Repository\ValoracionesRelojesStockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ValoracionesRelojesStockRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VatRepository" (parent: .abstract.instanceof.App\Repository\VatRepository).
Resolving inheritance for "App\Repository\VatRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VatRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VentaRepository" (parent: .abstract.instanceof.App\Repository\VentaRepository).
Resolving inheritance for "App\Repository\VentaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VentaRepository).
Resolving inheritance for ".instanceof.App\Interface\NumberToWordsInterface.0.App\Service\NumberToWords\Converters\EnglishNumberToWords" (parent: .abstract.instanceof.App\Service\NumberToWords\Converters\EnglishNumberToWords).
Resolving inheritance for "App\Service\NumberToWords\Converters\EnglishNumberToWords" (parent: .instanceof.App\Interface\NumberToWordsInterface.0.App\Service\NumberToWords\Converters\EnglishNumberToWords).
Resolving inheritance for ".instanceof.App\Interface\NumberToWordsInterface.0.App\Service\NumberToWords\Converters\SpanishNumberToWords" (parent: .abstract.instanceof.App\Service\NumberToWords\Converters\SpanishNumberToWords).
Resolving inheritance for "App\Service\NumberToWords\Converters\SpanishNumberToWords" (parent: .instanceof.App\Interface\NumberToWordsInterface.0.App\Service\NumberToWords\Converters\SpanishNumberToWords).
Resolving inheritance for ".instanceof.App\Interface\RenderInterface.0.App\Service\Renders\RenderLibreofficeService" (parent: .abstract.instanceof.App\Service\Renders\RenderLibreofficeService).
Resolving inheritance for "App\Service\Renders\RenderLibreofficeService" (parent: .instanceof.App\Interface\RenderInterface.0.App\Service\Renders\RenderLibreofficeService).
Resolving inheritance for ".instanceof.App\Interface\RenderInterface.0.App\Service\Renders\RenderPdfChromeService" (parent: .abstract.instanceof.App\Service\Renders\RenderPdfChromeService).
Resolving inheritance for "App\Service\Renders\RenderPdfChromeService" (parent: .instanceof.App\Interface\RenderInterface.0.App\Service\Renders\RenderPdfChromeService).
Resolving inheritance for ".instanceof.App\Interface\RenderInterface.0.App\Service\Renders\RenderPptxPowerpointService" (parent: .abstract.instanceof.App\Service\Renders\RenderPptxPowerpointService).
Resolving inheritance for "App\Service\Renders\RenderPptxPowerpointService" (parent: .instanceof.App\Interface\RenderInterface.0.App\Service\Renders\RenderPptxPowerpointService).
Resolving inheritance for ".instanceof.App\Interface\RenderInterface.0.App\Service\Renders\RenderWordService" (parent: .abstract.instanceof.App\Service\Renders\RenderWordService).
Resolving inheritance for "App\Service\Renders\RenderWordService" (parent: .instanceof.App\Interface\RenderInterface.0.App\Service\Renders\RenderWordService).
Resolving inheritance for ".instanceof.App\Interface\RenderInterface.0.App\Service\Renders\RenderWrapperService" (parent: .abstract.instanceof.App\Service\Renders\RenderWrapperService).
Resolving inheritance for "App\Service\Renders\RenderWrapperService" (parent: .instanceof.App\Interface\RenderInterface.0.App\Service\Renders\RenderWrapperService).
Resolving inheritance for ".instanceof.App\Interface\RenderInterface.0.App\Service\Renders\RenderXlsxExcelService" (parent: .abstract.instanceof.App\Service\Renders\RenderXlsxExcelService).
Resolving inheritance for "App\Service\Renders\RenderXlsxExcelService" (parent: .instanceof.App\Interface\RenderInterface.0.App\Service\Renders\RenderXlsxExcelService).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ControllerMethodExtension" (parent: .abstract.instanceof.App\Twig\ControllerMethodExtension).
Resolving inheritance for "App\Twig\ControllerMethodExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ControllerMethodExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ImageConversionExtension" (parent: .abstract.instanceof.App\Twig\ImageConversionExtension).
Resolving inheritance for "App\Twig\ImageConversionExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ImageConversionExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\InstanceOfExtension" (parent: .abstract.instanceof.App\Twig\InstanceOfExtension).
Resolving inheritance for "App\Twig\InstanceOfExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\InstanceOfExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\JsonDecodeExtension" (parent: .abstract.instanceof.App\Twig\JsonDecodeExtension).
Resolving inheritance for "App\Twig\JsonDecodeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\JsonDecodeExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\NumberToWordsExtension" (parent: .abstract.instanceof.App\Twig\NumberToWordsExtension).
Resolving inheritance for "App\Twig\NumberToWordsExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\NumberToWordsExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PregreplaceExtension" (parent: .abstract.instanceof.App\Twig\PregreplaceExtension).
Resolving inheritance for "App\Twig\PregreplaceExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PregreplaceExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ContraintsValidarEntidadCpValidator" (parent: .abstract.instanceof.App\Validator\ContraintsValidarEntidadCpValidator).
Resolving inheritance for "App\Validator\ContraintsValidarEntidadCpValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ContraintsValidarEntidadCpValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ContraintsValidarEntidadDetalleCompraValidator" (parent: .abstract.instanceof.App\Validator\ContraintsValidarEntidadDetalleCompraValidator).
Resolving inheritance for "App\Validator\ContraintsValidarEntidadDetalleCompraValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ContraintsValidarEntidadDetalleCompraValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ContraintsValidarEntidadDetalleVentaValidator" (parent: .abstract.instanceof.App\Validator\ContraintsValidarEntidadDetalleVentaValidator).
Resolving inheritance for "App\Validator\ContraintsValidarEntidadDetalleVentaValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ContraintsValidarEntidadDetalleVentaValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ContraintsValidarEntidadValoracionSinStockValidator" (parent: .abstract.instanceof.App\Validator\ContraintsValidarEntidadValoracionSinStockValidator).
Resolving inheritance for "App\Validator\ContraintsValidarEntidadValoracionSinStockValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ContraintsValidarEntidadValoracionSinStockValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ContraintsValidarEntidadValoracionStockValidator" (parent: .abstract.instanceof.App\Validator\ContraintsValidarEntidadValoracionStockValidator).
Resolving inheritance for "App\Validator\ContraintsValidarEntidadValoracionStockValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ContraintsValidarEntidadValoracionStockValidator).
Resolving inheritance for ".instanceof.Knp\Menu\Matcher\Voter\VoterInterface.0.App\Voter\RouteVoter" (parent: .abstract.instanceof.App\Voter\RouteVoter).
Resolving inheritance for "App\Voter\RouteVoter" (parent: .instanceof.Knp\Menu\Matcher\Voter\VoterInterface.0.App\Voter\RouteVoter).
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.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "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 "lock.default.factory" (parent: lock.factory.abstract).
Resolving inheritance for "cache.rate_limiter" (parent: cache.app).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
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 "limiter._login_local_main" (parent: limiter).
Resolving inheritance for "limiter._login_global_main" (parent: limiter).
Resolving inheritance for "security.listener.login_throttling.main" (parent: security.listener.login_throttling).
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 "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 "Vich\UploaderBundle\Naming\UniqidNamer.marca" (parent: Vich\UploaderBundle\Naming\UniqidNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\UniqidNamer.cliente" (parent: Vich\UploaderBundle\Naming\UniqidNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\UniqidNamer.reloj" (parent: Vich\UploaderBundle\Naming\UniqidNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\UniqidNamer.operacion" (parent: Vich\UploaderBundle\Naming\UniqidNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\UniqidNamer.firmante" (parent: Vich\UploaderBundle\Naming\UniqidNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\UniqidNamer.plantillas" (parent: Vich\UploaderBundle\Naming\UniqidNamer).
Resolving inheritance for "vich_uploader.listener.inject.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.upload.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.clean.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.remove.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.inject.mongodb" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.mongodb" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.mongodb" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.mongodb" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.inject.phpcr" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.phpcr" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.phpcr" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.phpcr" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.clean.marca" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.marca" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.marca" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.cliente" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.cliente" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.cliente" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.reloj" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.reloj" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.reloj" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.operacion" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.operacion" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.operacion" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.firmante" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.firmante" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.firmante" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.plantillas" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.plantillas" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.plantillas" (parent: vich_uploader.listener.upload.orm).
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_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_subscriber" (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 "maker.auto_command.make_sonata_admin" (parent: maker.auto_command.abstract).
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.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.lock" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.render" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
1
Skipping service "App\Service\NumberToWordsService": Class or interface "App\Service\NumberToWordsService" cannot be loaded.
262
Removed service "Psr\Container\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
Removed service "App\Interface\RenderInterface"; reason: private alias.
Removed service "App\Interface\HandlerAdaptorAutoSaveInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "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\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; 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 "mailer.logger_message_listener"; 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 "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 "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; 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 "lock.default.store"; reason: private alias.
Removed service "lock.store"; reason: private alias.
Removed service "lock.factory"; reason: private alias.
Removed service "lock"; reason: private alias.
Removed service "Symfony\Component\Lock\PersistingStoreInterface"; reason: private alias.
Removed service "Symfony\Component\Lock\LockFactory"; reason: private alias.
Removed service "Symfony\Component\Lock\LockInterface"; 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 "cache.default_pdo_provider"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; 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\Notifier\NotifierInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $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 "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\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "security.encoder_factory"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; 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 "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; 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\RateLimiter\RateLimiterFactory $loginLocalMainLimiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginGlobalMainLimiter"; 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 "vich_uploader.storage"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\StorageInterface"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\FileSystemStorage"; reason: private alias.
Removed service "vich_uploader.metadata_driver"; reason: private alias.
Removed service "vich_uploader.metadata.cache"; reason: private alias.
Removed service "Vich\UploaderBundle\Mapping\PropertyMappingFactory"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\DownloadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\UploadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichFileType"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichImageType"; reason: private alias.
Removed service "jms_serializer.metadata.cache"; reason: private alias.
Removed service "jms_serializer.naming_strategy"; reason: private alias.
Removed service "jms_serializer.object_constructor"; reason: private alias.
Removed service "JMS\Serializer\SerializerInterface"; reason: private alias.
Removed service "JMS\Serializer\ArrayTransformerInterface"; reason: private alias.
Removed service "jms_serializer.accessor_strategy"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\SerializationContextFactoryInterface"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\DeserializationContextFactoryInterface"; reason: private alias.
Removed service "jms_serializer.event_dispatcher"; reason: private alias.
Removed service "Sonata\Exporter\Exporter"; reason: private alias.
Removed service "Sonata\Exporter\ExporterInterface"; reason: private alias.
Removed service "Sonata\BlockBundle\Templating\Helper\BlockHelper"; reason: private alias.
Removed service "sonata.block.context_manager"; reason: private alias.
Removed service "sonata.block.renderer"; reason: private alias.
Removed service "Knp\Menu\Provider\MenuProviderInterface"; reason: private alias.
Removed service "Knp\Menu\FactoryInterface"; reason: private alias.
Removed service "Knp\Menu\Matcher\MatcherInterface"; reason: private alias.
Removed service "Knp\Menu\Util\MenuManipulator"; reason: private alias.
Removed service "Sonata\AdminBundle\Admin\Pool"; reason: private alias.
Removed service "Sonata\AdminBundle\Filter\FilterFactoryInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Admin\BreadcrumbsBuilderInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Translator\LabelTranslatorStrategyInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Model\AuditManagerInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Filter\Persister\FilterPersisterInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Request\AdminFetcherInterface"; reason: private alias.
Removed service "sonata.admin.twig.extension"; reason: private alias.
Removed service "sonata.templates.twig.extension"; reason: private alias.
Removed service "sonata.admin.group.extension"; reason: private alias.
Removed service "sonata.security.twig.extension"; reason: private alias.
Removed service "sonata.canonicalize.twig.extension"; reason: private alias.
Removed service "sonata.xeditable.twig.extension"; reason: private alias.
Removed service "sonata.render_element.twig.extension"; reason: private alias.
Removed service "Sonata\AdminBundle\Bridge\Exporter\AdminExporter"; reason: private alias.
Removed service "sonata.admin.security.handler"; reason: private alias.
Removed service "Sonata\AdminBundle\Util\AdminObjectAclManipulator"; reason: private alias.
Removed service "sonata_translation.listener.translatable"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; 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 $lockLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $renderLogger"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "knp_menu.menu_provider"; reason: private alias.
Removed service ".service_locator.KsPGMLD"; reason: private alias.
Removed service ".service_locator.vsIIEJz"; reason: private alias.
Removed service ".service_locator.NuHbnez"; reason: private alias.
Removed service ".service_locator.0GV1BZZ"; reason: private alias.
Removed service ".service_locator.pgHCmuS"; reason: private alias.
Removed service ".service_locator.4OWy3qk"; reason: private alias.
Removed service ".service_locator.kaK_dcn"; reason: private alias.
Removed service ".service_locator.miFrvvd"; reason: private alias.
Removed service ".service_locator.Sst.PMX"; reason: private alias.
Removed service ".service_locator.8yvo7Rg"; reason: private alias.
Removed service ".service_locator.Xh3OQaS"; reason: private alias.
Removed service ".service_locator.SpcPPjZ"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.BZ.xnqe"; reason: private alias.
Removed service ".service_locator._QuXTwo"; reason: private alias.
Removed service ".service_locator.L4tiEKR"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "jms_serializer.metadata.doctrine_type_driver.inner"; reason: private alias.
Removed service "jms_serializer.metadata.typed_properties_driver.inner"; reason: private alias.
Removed service "jms_serializer.doctrine_object_constructor.inner"; reason: private alias.
Removed service "argument_resolver.request_attribute"; reason: private alias.
Removed service "argument_resolver.request"; reason: private alias.
Removed service "argument_resolver.session"; reason: private alias.
Removed service "security.user_value_resolver"; reason: private alias.
Removed service "sonata.admin.argument_resolver.admin"; reason: private alias.
Removed service "sonata.admin.argument_resolver.proxy_query"; reason: private alias.
Removed service "argument_resolver.service"; reason: private alias.
Removed service "argument_resolver.default"; reason: private alias.
Removed service "argument_resolver.variadic"; reason: private alias.
Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "jms_serializer.metadata_factory"; reason: private alias.
Removed service "jms_serializer.handler_registry"; reason: private alias.
Removed service "jms_serializer.metadata.file_locator"; reason: private alias.
Removed service ".service_locator.uo5c0SP"; reason: private alias.
Removed service ".service_locator.7BM_M5c"; reason: private alias.
Removed service ".service_locator.zJ59CC."; reason: private alias.
Removed service ".service_locator.URfgn8g"; reason: private alias.
Removed service ".service_locator.J_wJOMs"; reason: private alias.
Removed service ".service_locator.dzHK2nD"; reason: private alias.
Removed service ".service_locator.3BPZ52A"; reason: private alias.
Removed service ".service_locator.L0rFhJm"; reason: private alias.
Removed service ".service_locator.pFwChgS"; reason: private alias.
Removed service ".service_locator.aa1PbBb"; reason: private alias.
161
Changed reference of service "admin.accion" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.accion_anuncio" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.accion_check" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.accion_competencia" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.accion_estado" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.accion_mejora" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.accion_servicio" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.accion_venta" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.accion_ubicacion" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.banco" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.canal" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.ccaa" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.ciudad" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.competencia" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.configuracion" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.coste" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.coste_venta" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.detalle_compra" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.detalle_operacion" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.detalle_venta" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.estado" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.estado_aspecto" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.estado_check" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.estado_operacion" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.estado_reloj" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.estado_valoracion" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.firmante" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.gasto" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.gestor_documental" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.historial_reloj" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.intercambio" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.marca" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.operacion" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.plantilla" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.plantilla_contrato" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.plantilla_correo" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.promocion" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.provincia" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.referencia" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.registro_policial" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.reloj" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.tipo_accion" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.tipo_cargo" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.tipo_cargo_mejora" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.tipo_cargo_servicio" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.tipo_cargo_venta" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.trazabilidad" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.ubicacion" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.ubicacion_general" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.ubicacion_proveedor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.unidad_negocio" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.user" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.valoracion" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.valoraciones_relojes" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.valoraciones_relojes_stock" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.valoraciones_relojes_sin_stock" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.cliente" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.compra" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.usuario" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.venta" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.actividad" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.tax" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.log" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.user_session_log" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.empresa" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.material" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.vat" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "app.event_listener.pdoexception_listener" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "app.event_listener.pdoexception_listener" previously pointing to "router.default" to "router".
Changed reference of service "listener.postSoftDelete" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "listener.preSoftDelete" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Security\LoginFormAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Renders\RenderXlsxExcelService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\UseCase\Operacion\AsentadaUseCase" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\UseCase\Operacion\CanceladaUseCase" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\UseCase\Operacion\FinalizadaUseCase" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\UseCase\Promocion\DeleteAccionUseCase" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\UseCase\Promocion\EditAccionUseCase" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\UseCase\Promocion\EditAccionUseCase" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.validator_debug" previously pointing to "debug.validator" to "validator".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "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 "session.flash_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "session.attribute_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
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 "debug.validator" to "validator".
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 "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.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
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 "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.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 "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "vich_uploader.upload_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "jms_serializer.form_error_handler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "jms_serializer.metadata.service_locator" previously pointing to "jms_serializer.metadata.typed_properties_driver" to "jms_serializer.metadata_driver".
Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "sonata.block.templating.helper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_menu.factory_extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "sonata.admin.action.set_object_field_value" previously pointing to "debug.validator" to "validator".
Changed reference of service "sonata.admin.event.extension" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sonata.admin.menu_builder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sonata.admin.route.default_generator" previously pointing to "router.default" to "router".
Changed reference of service "sonata.admin.twig.xeditable_runtime" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "tetranz_select2entity.select2entity_type" previously pointing to "router.default" to "router".
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.v5J6lsx" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.v5J6lsx" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.TuzYZLR" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.wSgjnB6" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.oCg4uHe" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.3CTLkIg" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.3CTLkIg" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.XsyfP82" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.GVyCdgr" previously pointing to ".session.do-not-use" to "session".
Changed reference of service ".service_locator.GVyCdgr" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
538
Removed service "container.env"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.doctrine"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.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 "assets.remote_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 "lock.store.combined.abstract"; reason: abstract.
Removed service "lock.factory.abstract"; reason: abstract.
Removed service "limiter"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; 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 "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.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.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.form_entry_point"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authentication.listener.rememberme"; reason: abstract.
Removed service "security.authentication.provider.rememberme"; reason: abstract.
Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
Removed service "security.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.authentication.provider.guard"; reason: abstract.
Removed service "security.authentication.listener.guard"; reason: abstract.
Removed service "vich_uploader.listener.doctrine.base"; reason: abstract.
Removed service "jms_serializer.version_exclusion_strategy"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\UserSessionTracker"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\UserSessionTracker"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CloseInactiveSessionsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CloseInactiveSessionsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixImagesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FixImagesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixedDatosClienteActividadCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FixedDatosClienteActividadCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixedEstadosAccionesPromocionCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FixedEstadosAccionesPromocionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixedFechaAnuncioPromocionCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FixedFechaAnuncioPromocionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixedFechaCompraRelojCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FixedFechaCompraRelojCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixedFechaUbicacionActualPromocionCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FixedFechaUbicacionActualPromocionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixedFechaVendidoPromocionCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FixedFechaVendidoPromocionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixedFechaVentaRelojCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FixedFechaVentaRelojCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixedFotosPromocionCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FixedFotosPromocionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixedFotosRelojCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FixedFotosRelojCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixedGarantiaRecompraRelojCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FixedGarantiaRecompraRelojCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixedValoracionRelojCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FixedValoracionRelojCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerarPassCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GenerarPassCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Job\ActualizarTiemposRelojesJob"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Job\ActualizarTiemposRelojesJob"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoadMarcasCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\LoadMarcasCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccionAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccionAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AccionAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccionAnuncioAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccionAnuncioAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AccionAnuncioAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccionCheckAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccionCheckAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AccionCheckAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccionCompetenciaAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccionCompetenciaAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AccionCompetenciaAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccionEstadoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccionEstadoAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AccionEstadoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccionMejoraAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccionMejoraAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AccionMejoraAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccionServicioAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccionServicioAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AccionServicioAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccionUbicacionAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccionUbicacionAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AccionUbicacionAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccionVentaAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccionVentaAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AccionVentaAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ActividadAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ActividadAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ActividadAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BancoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BancoAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\BancoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CCAAAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CCAAAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CCAAAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CanalAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CanalAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CanalAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CiudadAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CiudadAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CiudadAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ClienteAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ClienteAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ClienteAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CompetenciaAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CompetenciaAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CompetenciaAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CompraAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CompraAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CompraAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ConfiguracionAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ConfiguracionAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ConfiguracionAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CosteAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CosteAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CosteAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CosteVentaAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CosteVentaAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CosteVentaAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DetalleCompraAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DetalleCompraAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\DetalleCompraAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DetalleOperacionAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DetalleOperacionAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\DetalleOperacionAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DetalleVentaAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DetalleVentaAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\DetalleVentaAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EmpresaAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EmpresaAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\EmpresaAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EstadoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EstadoAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\EstadoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EstadoAspectoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EstadoAspectoAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\EstadoAspectoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EstadoCheckAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EstadoCheckAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\EstadoCheckAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EstadoOperacionAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EstadoOperacionAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\EstadoOperacionAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EstadoRelojAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EstadoRelojAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\EstadoRelojAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EstadoValoracionAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EstadoValoracionAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\EstadoValoracionAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FirmanteAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FirmanteAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\FirmanteAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\GastoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\GastoAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\GastoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\GestorDocumentalAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\GestorDocumentalAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\GestorDocumentalAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HistorialRelojAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HistorialRelojAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\HistorialRelojAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HistorialUbicacionAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HistorialUbicacionAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\HistorialUbicacionAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\IntercambioAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\IntercambioAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\IntercambioAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LogAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LogAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\LogAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MarcaAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MarcaAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\MarcaAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MaterialAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MaterialAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\MaterialAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OperacionAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OperacionAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\OperacionAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PaisAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PaisAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\PaisAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PlantillaAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PlantillaAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\PlantillaAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PlantillaContratoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PlantillaContratoAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\PlantillaContratoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PlantillaCorreoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PlantillaCorreoAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\PlantillaCorreoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PromocionAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PromocionAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\PromocionAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProvinciaAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProvinciaAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ProvinciaAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReferenciaAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReferenciaAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ReferenciaAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RegistroPolicialAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RegistroPolicialAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\RegistroPolicialAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RelojAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RelojAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\RelojAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TaxAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TaxAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\TaxAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TipoAccionAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TipoAccionAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\TipoAccionAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TipoCargoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TipoCargoAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\TipoCargoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TipoCargoMejoraAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TipoCargoMejoraAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\TipoCargoMejoraAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TipoCargoServicioAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TipoCargoServicioAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\TipoCargoServicioAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TipoCargoVentaAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TipoCargoVentaAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\TipoCargoVentaAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TipoGastoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TipoGastoAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\TipoGastoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TrazabilidadAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TrazabilidadAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\TrazabilidadAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UbicacionAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UbicacionAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\UbicacionAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UbicacionGeneralAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UbicacionGeneralAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\UbicacionGeneralAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UbicacionProveedorAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UbicacionProveedorAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\UbicacionProveedorAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UnidadNegocioAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UnidadNegocioAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\UnidadNegocioAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\UserAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UsuarioAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UsuarioAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\UsuarioAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ValoracionAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ValoracionAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ValoracionAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ValoracionesRelojesAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ValoracionesRelojesAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ValoracionesRelojesAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ValoracionesRelojesSinStockAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ValoracionesRelojesSinStockAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ValoracionesRelojesSinStockAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ValoracionesRelojesStockAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ValoracionesRelojesStockAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ValoracionesRelojesStockAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VatAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VatAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\VatAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VentaAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VentaAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\VentaAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccionApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccionApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\AccionApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AutoSaveApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AutoSaveApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\AutoSaveApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ConfiguracionApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ConfiguracionApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ConfiguracionApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\RelojApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\RelojApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\RelojApiController"; 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.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PerseoFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\PerseoFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\VatFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\VatFixtures"; reason: abstract.
Removed service ".instanceof.App\EventListener\Promocion\AccionChangedDateListener.0.App\EventListener\Promocion\AccionChangedDateListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\Promocion\AccionChangedDateListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\Promocion\AccionDeletedListener.0.App\EventListener\Promocion\AccionDeletedListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\Promocion\AccionDeletedListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\DeferReadmoreScriptSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\DeferReadmoreScriptSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\HTMLType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\HTMLType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ScriptType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ScriptType"; reason: abstract.
Removed service ".instanceof.App\Interface\HandlerAdaptorAutoSaveInterface.0.App\Handler\AdaptorAutoSave\FileAdaptorAutoSaveHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Handler\AdaptorAutoSave\FileAdaptorAutoSaveHandler"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccionAbstractRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AccionAbstractRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccionAnuncioRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AccionAnuncioRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccionCheckRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AccionCheckRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccionCompetenciaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AccionCompetenciaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccionEstadoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AccionEstadoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccionMejoraRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AccionMejoraRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AccionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccionServicioRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AccionServicioRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccionUbicacionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AccionUbicacionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccionVentaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AccionVentaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActividadAbstractRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ActividadAbstractRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActividadCompraRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ActividadCompraRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActividadVentaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ActividadVentaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BancoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BancoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CCAARepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CCAARepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CanalRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CanalRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CiudadRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CiudadRepository"; 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\CompetenciaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompetenciaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompraRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompraRepository"; 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\CosteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CosteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CosteVentaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CosteVentaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DetalleCompraRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DetalleCompraRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DetalleOperacionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DetalleOperacionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DetalleVentaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DetalleVentaRepository"; 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\EstadoAbstractRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EstadoAbstractRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EstadoActividadRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EstadoActividadRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EstadoAspectoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EstadoAspectoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EstadoCheckRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EstadoCheckRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EstadoOperacionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EstadoOperacionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EstadoRelojRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EstadoRelojRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EstadoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EstadoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EstadoValoracionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EstadoValoracionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FirmanteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FirmanteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GastoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\GastoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GestorDocumetnalRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\GestorDocumetnalRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistorialUbicacionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\HistorialUbicacionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IntercambioRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\IntercambioRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MarcaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MarcaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterialRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MaterialRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OperacionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OperacionRepository"; 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\PlantillaAbstractRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PlantillaAbstractRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlantillaContratoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PlantillaContratoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlantillaCorreoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PlantillaCorreoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlantillaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PlantillaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PromocionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PromocionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProvinciaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProvinciaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReferenciaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReferenciaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RegistroPolicialRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RegistroPolicialRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RelojRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RelojRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoAccionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TipoAccionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoCargoAbstractRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TipoCargoAbstractRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoCargoMejoraRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TipoCargoMejoraRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoCargoServicioRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TipoCargoServicioRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoCargoVentaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TipoCargoVentaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoGastoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TipoGastoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrazabilidadRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TrazabilidadRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UbicacionAbstractRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UbicacionAbstractRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UbicacionGeneralRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UbicacionGeneralRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UbicacionProveedorRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UbicacionProveedorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UbicacionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UbicacionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UnidadNegocioRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UnidadNegocioRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserSessionLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserSessionLogRepository"; 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\ValoracionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ValoracionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ValoracionesRelojesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ValoracionesRelojesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ValoracionesRelojesSinStockRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ValoracionesRelojesSinStockRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ValoracionesRelojesStockRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ValoracionesRelojesStockRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VatRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VatRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VentaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VentaRepository"; reason: abstract.
Removed service ".instanceof.App\Interface\NumberToWordsInterface.0.App\Service\NumberToWords\Converters\EnglishNumberToWords"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\NumberToWords\Converters\EnglishNumberToWords"; reason: abstract.
Removed service ".instanceof.App\Interface\NumberToWordsInterface.0.App\Service\NumberToWords\Converters\SpanishNumberToWords"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\NumberToWords\Converters\SpanishNumberToWords"; reason: abstract.
Removed service ".instanceof.App\Interface\RenderInterface.0.App\Service\Renders\RenderLibreofficeService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Renders\RenderLibreofficeService"; reason: abstract.
Removed service ".instanceof.App\Interface\RenderInterface.0.App\Service\Renders\RenderPdfChromeService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Renders\RenderPdfChromeService"; reason: abstract.
Removed service ".instanceof.App\Interface\RenderInterface.0.App\Service\Renders\RenderPptxPowerpointService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Renders\RenderPptxPowerpointService"; reason: abstract.
Removed service ".instanceof.App\Interface\RenderInterface.0.App\Service\Renders\RenderWordService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Renders\RenderWordService"; reason: abstract.
Removed service ".instanceof.App\Interface\RenderInterface.0.App\Service\Renders\RenderWrapperService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Renders\RenderWrapperService"; reason: abstract.
Removed service ".instanceof.App\Interface\RenderInterface.0.App\Service\Renders\RenderXlsxExcelService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Renders\RenderXlsxExcelService"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ControllerMethodExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\ControllerMethodExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ImageConversionExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\ImageConversionExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\InstanceOfExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\InstanceOfExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\JsonDecodeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\JsonDecodeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\NumberToWordsExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\NumberToWordsExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PregreplaceExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\PregreplaceExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ContraintsValidarEntidadCpValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\ContraintsValidarEntidadCpValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ContraintsValidarEntidadDetalleCompraValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\ContraintsValidarEntidadDetalleCompraValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ContraintsValidarEntidadDetalleVentaValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\ContraintsValidarEntidadDetalleVentaValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ContraintsValidarEntidadValoracionSinStockValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\ContraintsValidarEntidadValoracionSinStockValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ContraintsValidarEntidadValoracionStockValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\ContraintsValidarEntidadValoracionStockValidator"; reason: abstract.
Removed service ".instanceof.Knp\Menu\Matcher\Voter\VoterInterface.0.App\Voter\RouteVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Voter\RouteVoter"; reason: abstract.
291
Removed service "use_case.valoracion.en_tramitacion"; reason: unused.
Removed service "App\Admin\AccionAdmin"; reason: unused.
Removed service "App\Admin\AccionAnuncioAdmin"; reason: unused.
Removed service "App\Admin\AccionCheckAdmin"; reason: unused.
Removed service "App\Admin\AccionCompetenciaAdmin"; reason: unused.
Removed service "App\Admin\AccionEstadoAdmin"; reason: unused.
Removed service "App\Admin\AccionMejoraAdmin"; reason: unused.
Removed service "App\Admin\AccionServicioAdmin"; reason: unused.
Removed service "App\Admin\AccionUbicacionAdmin"; reason: unused.
Removed service "App\Admin\AccionVentaAdmin"; reason: unused.
Removed service "App\Admin\ActividadAdmin"; reason: unused.
Removed service "App\Admin\BancoAdmin"; reason: unused.
Removed service "App\Admin\CCAAAdmin"; reason: unused.
Removed service "App\Admin\CanalAdmin"; reason: unused.
Removed service "App\Admin\CiudadAdmin"; reason: unused.
Removed service "App\Admin\ClienteAdmin"; reason: unused.
Removed service "App\Admin\CompetenciaAdmin"; reason: unused.
Removed service "App\Admin\CompraAdmin"; reason: unused.
Removed service "App\Admin\ConfiguracionAdmin"; reason: unused.
Removed service "App\Admin\CosteAdmin"; reason: unused.
Removed service "App\Admin\CosteVentaAdmin"; reason: unused.
Removed service "App\Admin\DetalleCompraAdmin"; reason: unused.
Removed service "App\Admin\DetalleOperacionAdmin"; reason: unused.
Removed service "App\Admin\DetalleVentaAdmin"; reason: unused.
Removed service "App\Admin\EmpresaAdmin"; reason: unused.
Removed service "App\Admin\EstadoAdmin"; reason: unused.
Removed service "App\Admin\EstadoAspectoAdmin"; reason: unused.
Removed service "App\Admin\EstadoCheckAdmin"; reason: unused.
Removed service "App\Admin\EstadoOperacionAdmin"; reason: unused.
Removed service "App\Admin\EstadoRelojAdmin"; reason: unused.
Removed service "App\Admin\EstadoValoracionAdmin"; reason: unused.
Removed service "App\Admin\FirmanteAdmin"; reason: unused.
Removed service "App\Admin\GastoAdmin"; reason: unused.
Removed service "App\Admin\GestorDocumentalAdmin"; reason: unused.
Removed service "App\Admin\HistorialRelojAdmin"; reason: unused.
Removed service "App\Admin\HistorialUbicacionAdmin"; reason: unused.
Removed service "App\Admin\IntercambioAdmin"; reason: unused.
Removed service "App\Admin\LogAdmin"; reason: unused.
Removed service "App\Admin\MarcaAdmin"; reason: unused.
Removed service "App\Admin\MaterialAdmin"; reason: unused.
Removed service "App\Admin\OperacionAdmin"; reason: unused.
Removed service "App\Admin\PaisAdmin"; reason: unused.
Removed service "App\Admin\PlantillaAdmin"; reason: unused.
Removed service "App\Admin\PlantillaContratoAdmin"; reason: unused.
Removed service "App\Admin\PlantillaCorreoAdmin"; reason: unused.
Removed service "App\Admin\PromocionAdmin"; reason: unused.
Removed service "App\Admin\ProvinciaAdmin"; reason: unused.
Removed service "App\Admin\ReferenciaAdmin"; reason: unused.
Removed service "App\Admin\RegistroPolicialAdmin"; reason: unused.
Removed service "App\Admin\RelojAdmin"; reason: unused.
Removed service "App\Admin\TabMenu\ModuloDatosTabMenuAdmin"; reason: unused.
Removed service "App\Admin\TabMenu\ModuloMaestrosTabMenuAdmin"; reason: unused.
Removed service "App\Admin\TaxAdmin"; reason: unused.
Removed service "App\Admin\TipoAccionAdmin"; reason: unused.
Removed service "App\Admin\TipoCargoAdmin"; reason: unused.
Removed service "App\Admin\TipoCargoMejoraAdmin"; reason: unused.
Removed service "App\Admin\TipoCargoServicioAdmin"; reason: unused.
Removed service "App\Admin\TipoCargoVentaAdmin"; reason: unused.
Removed service "App\Admin\TipoGastoAdmin"; reason: unused.
Removed service "App\Admin\TrazabilidadAdmin"; reason: unused.
Removed service "App\Admin\UbicacionAdmin"; reason: unused.
Removed service "App\Admin\UbicacionGeneralAdmin"; reason: unused.
Removed service "App\Admin\UbicacionProveedorAdmin"; reason: unused.
Removed service "App\Admin\UnidadNegocioAdmin"; reason: unused.
Removed service "App\Admin\UserAdmin"; reason: unused.
Removed service "App\Admin\UserSessionLogAdmin"; reason: unused.
Removed service "App\Admin\UsuarioAdmin"; reason: unused.
Removed service "App\Admin\ValoracionAdmin"; reason: unused.
Removed service "App\Admin\ValoracionesRelojesAdmin"; reason: unused.
Removed service "App\Admin\ValoracionesRelojesSinStockAdmin"; reason: unused.
Removed service "App\Admin\ValoracionesRelojesStockAdmin"; reason: unused.
Removed service "App\Admin\VatAdmin"; reason: unused.
Removed service "App\Admin\VentaAdmin"; reason: unused.
Removed service "App\DTO\CancelOperacionDTO"; reason: unused.
Removed service "App\DTO\EditAccionDTO"; reason: unused.
Removed service "App\DTO\FinishOperacionDTO"; reason: unused.
Removed service "App\DTO\HistorialDTO"; reason: unused.
Removed service "App\DTO\RelojPrecioCompraDTO"; reason: unused.
Removed service "App\DTO\SettleOperacionDTO"; reason: unused.
Removed service "App\EntityListener\Accion\ControlEstadosRelojListener"; reason: unused.
Removed service "App\EntityListener\Actividad\CalcularIDPerseoListener"; reason: unused.
Removed service "App\EntityListener\Actividad\UpdateDatesListener"; reason: unused.
Removed service "App\EntityListener\Actividad\UpdateFotosRelojListener"; reason: unused.
Removed service "App\EntityListener\Actividad\UpdateRelojListener"; reason: unused.
Removed service "App\EntityListener\CosteVenta\CalcularPrecioTotalRelojListener"; reason: unused.
Removed service "App\EntityListener\DetalleCompra\ControlRelojesOperacionListener"; reason: unused.
Removed service "App\EntityListener\DetalleCompra\CrearAccionEstadoGestionCanceladaListener"; reason: unused.
Removed service "App\EntityListener\DetalleVenta\ControlRelojesOperacionListener"; reason: unused.
Removed service "App\EntityListener\DetalleVenta\CrearAccionEnviadoListener"; reason: unused.
Removed service "App\EntityListener\Gasto\CalcularPrecioTotalRelojListener"; reason: unused.
Removed service "App\EntityListener\Operacion\ActionsEstadoConfirmadaListener"; reason: unused.
Removed service "App\EntityListener\Operacion\CalcularIDPerseoListener"; reason: unused.
Removed service "App\EntityListener\Operacion\CalcularTipoOperacionListener"; reason: unused.
Removed service "App\EntityListener\Operacion\ControlTipoOperacionListener"; reason: unused.
Removed service "App\EntityListener\Operacion\CrearActividadListener"; reason: unused.
Removed service "App\EntityListener\Operacion\UpdateDatesListener"; reason: unused.
Removed service "App\EntityListener\Promocion\CalcularIDPerseoListener"; reason: unused.
Removed service "App\EntityListener\Promocion\UpdateFotosRelojListener"; reason: unused.
Removed service "App\EntityListener\RegistroPolicial\CalcularIDPerseoListener"; reason: unused.
Removed service "App\EntityListener\RegistroPolicial\CalcularIDRegistroListener"; reason: unused.
Removed service "App\EntityListener\Reloj\CalcularCodigoListener"; reason: unused.
Removed service "App\EntityListener\Reloj\CalcularIDPerseoListener"; reason: unused.
Removed service "App\EntityListener\Reloj\CalcularPrecioTotalRelojListener"; reason: unused.
Removed service "App\EntityListener\Reloj\CalcularTiemposRelojListener"; reason: unused.
Removed service "App\EntityListener\Valoracion\CalcularIDPerseoListener"; reason: unused.
Removed service "App\EntityListener\Valoracion\CalularEstadoValoracionListener"; reason: unused.
Removed service "App\EntityListener\Valoracion\CrearOperacionListener"; reason: unused.
Removed service "App\EntityListener\ValoracionesRelojes\CalcularIDPerseoListener"; reason: unused.
Removed service "App\EntityListener\ValoracionesRelojes\CloneListener"; reason: unused.
Removed service "App\EntityListener\Venta\CalcularPrecioTotalRelojListener"; reason: unused.
Removed service "App\Event\AccionChangedDateEvent"; reason: unused.
Removed service "App\Event\AccionDeletedEvent"; reason: unused.
Removed service "App\EventListener\KernelRequestListener"; reason: unused.
Removed service "App\EventListener\ModelManagerExceptionResponseListener"; reason: unused.
Removed service "App\EventListener\PostSoftDeleteListener"; reason: unused.
Removed service "App\EventListener\PreSoftDeleteListener"; reason: unused.
Removed service "App\EventListener\RequestListener"; reason: unused.
Removed service "App\Exception\AsentadaActividadException"; reason: unused.
Removed service "App\Exception\AsentadaOperacionException"; reason: unused.
Removed service "App\Exception\BorradoActividadException"; reason: unused.
Removed service "App\Exception\BorradoOperacionException"; reason: unused.
Removed service "App\Exception\CalcularEstadoValoracionException"; reason: unused.
Removed service "App\Exception\CanceladaActividadException"; reason: unused.
Removed service "App\Exception\CanceladaOperacionException"; reason: unused.
Removed service "App\Exception\ConfirmadaActividadException"; reason: unused.
Removed service "App\Exception\ConfirmadaOperacionException"; reason: unused.
Removed service "App\Exception\ContractOperacionException"; reason: unused.
Removed service "App\Exception\DeliveryOperacionException"; reason: unused.
Removed service "App\Exception\EmptyOperacionException"; reason: unused.
Removed service "App\Exception\EnTramitacionOperacionException"; reason: unused.
Removed service "App\Exception\EnTramitacionValoracionException"; reason: unused.
Removed service "App\Exception\FacturadaActividadException"; reason: unused.
Removed service "App\Exception\FinalizadaOperacionException"; reason: unused.
Removed service "App\Exception\HandlerAdaptorAutoSaveException"; reason: unused.
Removed service "App\Exception\InvoiceActividadException"; reason: unused.
Removed service "App\Exception\RenderWrapperException"; reason: unused.
Removed service "App\Exception\TramitadaOperacionException"; reason: unused.
Removed service "App\Handler\Reloj\ActualizarPrecioCompra\ActualizarPrecioCompraRelojCommand"; reason: unused.
Removed service "App\Handler\Reloj\ActualizarTiempos\ActualizarTiemposRelojesCommand"; reason: unused.
Removed service "App\Infraestructure\Iterator\ArrayIterator"; reason: unused.
Removed service "App\Infraestructure\ProxyQuery\ArrayProxyQuery"; reason: unused.
Removed service "App\Security\LoginFormAuthenticator"; reason: unused.
Removed service "App\Service\DashboardTasksBlockService"; reason: unused.
Removed service "App\Service\Reloj\CalcularCosteTotalRelojService"; reason: unused.
Removed service "App\Service\Reloj\CalcularTiemposRelojService"; reason: unused.
Removed service "App\Service\Valoracion\CalcularEstadoValoracionService"; reason: unused.
Removed service "App\Transformer\CalibreEnumToStringTransformer"; reason: unused.
Removed service "App\Transformer\FormaPagoToStringTransformer"; reason: unused.
Removed service "App\Transformer\GeneroRelojEnumToStringTransformer"; reason: unused.
Removed service "App\Transformer\PiezaRepuestoEnumToStringTransformer"; reason: unused.
Removed service "App\Transformer\ServicioMantenimientoEnumToStringTransformer"; reason: unused.
Removed service "App\Transformer\TipoCierreEnumToStringTransformer"; reason: unused.
Removed service "App\Transformer\TipoCristalEnumToStringTransformer"; reason: unused.
Removed service "App\Transformer\TipoEsferaIndiceEnumToStringTransformer"; reason: unused.
Removed service "App\Validator\ContraintsValidarEntidadCp"; reason: unused.
Removed service "App\Validator\ContraintsValidarEntidadDetalleCompra"; reason: unused.
Removed service "App\Validator\ContraintsValidarEntidadDetalleVenta"; reason: unused.
Removed service "App\Validator\ContraintsValidarEntidadValoracionSinStock"; reason: unused.
Removed service "App\Validator\ContraintsValidarEntidadValoracionStock"; reason: unused.
Removed service "App\VichUploader\DocumentDirectoryNamer"; reason: unused.
Removed service "App\VichUploader\DocumentDirectoryNamerCliente"; reason: unused.
Removed service "App\VichUploader\DocumentDirectoryNamerFirmante"; reason: unused.
Removed service "App\VichUploader\DocumentDirectoryNamerOperacion"; reason: unused.
Removed service "App\VichUploader\DocumentDirectoryNamerPlantillas"; reason: unused.
Removed service "App\VichUploader\DocumentDirectoryNamerReloj"; reason: unused.
Removed service "App\Service\NumberToWordsService"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "cache.app.taggable"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "mailer.mailer"; reason: unused.
Removed service "mailer.transports"; reason: unused.
Removed service "mailer.transport_factory"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "mailer.messenger.message_handler"; reason: unused.
Removed service "mailer.transport_factory.null"; reason: unused.
Removed service "mailer.transport_factory.sendmail"; reason: unused.
Removed service "mailer.transport_factory.smtp"; reason: unused.
Removed service "mailer.transport_factory.native"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "annotations.filesystem_cache"; reason: unused.
Removed service "annotations.cache"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "lock.strategy.majority"; reason: unused.
Removed service ".lock.default.store.TTEh_gT"; reason: unused.
Removed service "lock.default.factory"; reason: unused.
Removed service "lock.default"; 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.storage.factory.service"; reason: unused.
Removed service "session.flash_bag"; reason: unused.
Removed service "session.attribute_bag"; 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 "notifier"; reason: unused.
Removed service "notifier.channel_policy"; 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 "chatter.transports"; reason: unused.
Removed service "chatter.transport_factory"; reason: unused.
Removed service "chatter.messenger.chat_handler"; reason: unused.
Removed service "texter.transports"; reason: unused.
Removed service "texter.transport_factory"; reason: unused.
Removed service "texter.messenger.sms_handler"; reason: unused.
Removed service "texter.messenger.push_handler"; reason: unused.
Removed service "notifier.transport_factory.null"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.debug"; 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_unit_test"; 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 ".1_ServiceLocator~nDi2hO8"; 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 "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.authentication.basic_entry_point"; reason: unused.
Removed service "security.authentication.retry_entry_point"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
Removed service "security.authenticator.managers_locator"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.authentication.manager"; reason: unused.
Removed service "security.authentication.guard_handler"; reason: unused.
Removed service "vich_uploader.adapter.mongodb"; reason: unused.
Removed service "vich_uploader.adapter.phpcr"; reason: unused.
Removed service "vich_uploader.listener.inject.orm"; reason: unused.
Removed service "vich_uploader.listener.upload.orm"; reason: unused.
Removed service "vich_uploader.listener.clean.orm"; reason: unused.
Removed service "vich_uploader.listener.remove.orm"; reason: unused.
Removed service "vich_uploader.listener.inject.mongodb"; reason: unused.
Removed service "vich_uploader.listener.upload.mongodb"; reason: unused.
Removed service "vich_uploader.listener.clean.mongodb"; reason: unused.
Removed service "vich_uploader.listener.remove.mongodb"; reason: unused.
Removed service "vich_uploader.listener.inject.phpcr"; reason: unused.
Removed service "vich_uploader.listener.upload.phpcr"; reason: unused.
Removed service "vich_uploader.listener.clean.phpcr"; reason: unused.
Removed service "vich_uploader.listener.remove.phpcr"; reason: unused.
Removed service "vich_uploader.metadata.attribute_reader"; reason: unused.
Removed service "vich_uploader.metadata_driver.annotation"; reason: unused.
Removed service "jms_serializer.metadata.doctrine_phpcr_type_driver"; reason: unused.
Removed service "jms_serializer.metadata.doc_block_driver"; reason: unused.
Removed service "jms_serializer.identical_property_naming_strategy"; reason: unused.
Removed service "jms_serializer.doctrine_phpcr_object_constructor"; reason: unused.
Removed service "sonata.admin.label.strategy.bc"; reason: unused.
Removed service "sonata.admin.label.strategy.noop"; reason: unused.
Removed service "sonata.admin.label.strategy.underscore"; reason: unused.
Removed service "sonata.admin.label.strategy.form_component"; reason: unused.
Removed service "sonata.admin.security.handler.role"; reason: unused.
Removed service "sonata.admin.security.handler.acl"; reason: unused.
Removed service "sonata.admin.entity_manager"; reason: unused.
Removed service "sonata_translation.admin.extension.gedmo_translatable"; reason: unused.
Removed service "tetranz_select2entity.autocomplete_service"; reason: unused.
Removed service "monolog.logger.mailer"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "monolog.logger.lock"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.default"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.default"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.UkE3SaZ"; reason: unused.
485
Inlined service "service.auto_save" to "listener.request".
Inlined service "App\Service\Operacion\OperacionEstadoSyncService" to "listener.operacion.actions_estado_confirmada".
Inlined service "service.reloj.calcular_coste_total" to "listener.reloj.calcular_precio_total".
Inlined service "service.reloj.calcular_tiempos" to "listener.reloj.calcular_tiempos".
Inlined service "App\Handler\Reloj\ActualizarTiempos\ActualizarTiemposRelojesCommandHandler" to "App\Command\Job\ActualizarTiemposRelojesJob".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\AccionAdminController" to "App\Controller\Admin\AccionAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\AccionAnuncioAdminController" to "App\Controller\Admin\AccionAnuncioAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\AccionCheckAdminController" to "App\Controller\Admin\AccionCheckAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\AccionCompetenciaAdminController" to "App\Controller\Admin\AccionCompetenciaAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\AccionEstadoAdminController" to "App\Controller\Admin\AccionEstadoAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\AccionMejoraAdminController" to "App\Controller\Admin\AccionMejoraAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\AccionServicioAdminController" to "App\Controller\Admin\AccionServicioAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\AccionUbicacionAdminController" to "App\Controller\Admin\AccionUbicacionAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\AccionVentaAdminController" to "App\Controller\Admin\AccionVentaAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\ActividadAdminController" to "App\Controller\Admin\ActividadAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\BancoAdminController" to "App\Controller\Admin\BancoAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\CCAAAdminController" to "App\Controller\Admin\CCAAAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\CanalAdminController" to "App\Controller\Admin\CanalAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\CiudadAdminController" to "App\Controller\Admin\CiudadAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\ClienteAdminController" to "App\Controller\Admin\ClienteAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\CompetenciaAdminController" to "App\Controller\Admin\CompetenciaAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\CompraAdminController" to "App\Controller\Admin\CompraAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\ConfiguracionAdminController" to "App\Controller\Admin\ConfiguracionAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\CosteAdminController" to "App\Controller\Admin\CosteAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\CosteVentaAdminController" to "App\Controller\Admin\CosteVentaAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\DetalleCompraAdminController" to "App\Controller\Admin\DetalleCompraAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\DetalleOperacionAdminController" to "App\Controller\Admin\DetalleOperacionAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\DetalleVentaAdminController" to "App\Controller\Admin\DetalleVentaAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\EmpresaAdminController" to "App\Controller\Admin\EmpresaAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\EstadoAdminController" to "App\Controller\Admin\EstadoAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\EstadoAspectoAdminController" to "App\Controller\Admin\EstadoAspectoAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\EstadoCheckAdminController" to "App\Controller\Admin\EstadoCheckAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\EstadoOperacionAdminController" to "App\Controller\Admin\EstadoOperacionAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\EstadoRelojAdminController" to "App\Controller\Admin\EstadoRelojAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\EstadoValoracionAdminController" to "App\Controller\Admin\EstadoValoracionAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\FirmanteAdminController" to "App\Controller\Admin\FirmanteAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\GastoAdminController" to "App\Controller\Admin\GastoAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\GestorDocumentalAdminController" to "App\Controller\Admin\GestorDocumentalAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\HistorialRelojAdminController" to "App\Controller\Admin\HistorialRelojAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\HistorialUbicacionAdminController" to "App\Controller\Admin\HistorialUbicacionAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\IntercambioAdminController" to "App\Controller\Admin\IntercambioAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\LogAdminController" to "App\Controller\Admin\LogAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\MarcaAdminController" to "App\Controller\Admin\MarcaAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\MaterialAdminController" to "App\Controller\Admin\MaterialAdminController".
Inlined service "App\UseCase\Operacion\EnTramitacionUseCase" to "App\Controller\Admin\OperacionAdminController".
Inlined service "App\UseCase\Operacion\TramitarOperacionUseCase" to "App\Controller\Admin\OperacionAdminController".
Inlined service "App\UseCase\Operacion\ConfirmarOperacionUseCase" to "App\Controller\Admin\OperacionAdminController".
Inlined service "App\UseCase\Operacion\AsentadaUseCase" to "App\Controller\Admin\OperacionAdminController".
Inlined service "App\UseCase\Operacion\FinalizadaUseCase" to "App\Controller\Admin\OperacionAdminController".
Inlined service "App\UseCase\Operacion\CanceladaUseCase" to "App\Controller\Admin\OperacionAdminController".
Inlined service "App\UseCase\Operacion\CancelarRelojUseCase" to "App\Controller\Admin\OperacionAdminController".
Inlined service "App\UseCase\Operacion\BorradoUseCase" to "App\Controller\Admin\OperacionAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\OperacionAdminController" to "App\Controller\Admin\OperacionAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\PaisAdminController" to "App\Controller\Admin\PaisAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\PlantillaAdminController" to "App\Controller\Admin\PlantillaAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\PlantillaContratoAdminController" to "App\Controller\Admin\PlantillaContratoAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\PlantillaCorreoAdminController" to "App\Controller\Admin\PlantillaCorreoAdminController".
Inlined service "App\UseCase\Promocion\EditAccionUseCase" to "App\Controller\Admin\PromocionAdminController".
Inlined service "App\UseCase\Promocion\DeleteAccionUseCase" to "App\Controller\Admin\PromocionAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\PromocionAdminController" to "App\Controller\Admin\PromocionAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\ProvinciaAdminController" to "App\Controller\Admin\ProvinciaAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\ReferenciaAdminController" to "App\Controller\Admin\ReferenciaAdminController".
Inlined service "App\UseCase\RegistroPolicial\ComunicarUseCase" to "App\Controller\Admin\RegistroPolicialAdminController".
Inlined service "App\UseCase\RegistroPolicial\CancelRegisterUseCase" to "App\Controller\Admin\RegistroPolicialAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\RegistroPolicialAdminController" to "App\Controller\Admin\RegistroPolicialAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\RelojAdminController" to "App\Controller\Admin\RelojAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\TaxAdminController" to "App\Controller\Admin\TaxAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\TipoAccionAdminController" to "App\Controller\Admin\TipoAccionAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\TipoCargoAdminController" to "App\Controller\Admin\TipoCargoAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\TipoCargoMejoraAdminController" to "App\Controller\Admin\TipoCargoMejoraAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\TipoCargoServicioAdminController" to "App\Controller\Admin\TipoCargoServicioAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\TipoCargoVentaAdminController" to "App\Controller\Admin\TipoCargoVentaAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\TipoGastoAdminController" to "App\Controller\Admin\TipoGastoAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\TrazabilidadAdminController" to "App\Controller\Admin\TrazabilidadAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\UbicacionAdminController" to "App\Controller\Admin\UbicacionAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\UbicacionGeneralAdminController" to "App\Controller\Admin\UbicacionGeneralAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\UbicacionProveedorAdminController" to "App\Controller\Admin\UbicacionProveedorAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\UnidadNegocioAdminController" to "App\Controller\Admin\UnidadNegocioAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\UserAdminController" to "App\Controller\Admin\UserAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\UsuarioAdminController" to "App\Controller\Admin\UsuarioAdminController".
Inlined service "App\UseCase\Valoracion\EnTramitacionUseCase" to "App\Controller\Admin\ValoracionAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\ValoracionAdminController" to "App\Controller\Admin\ValoracionAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\ValoracionesRelojesAdminController" to "App\Controller\Admin\ValoracionesRelojesAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\ValoracionesRelojesSinStockAdminController" to "App\Controller\Admin\ValoracionesRelojesSinStockAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\ValoracionesRelojesStockAdminController" to "App\Controller\Admin\ValoracionesRelojesStockAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\VatAdminController" to "App\Controller\Admin\VatAdminController".
Inlined service ".service_locator.v5J6lsx.App\Controller\Admin\VentaAdminController" to "App\Controller\Admin\VentaAdminController".
Inlined service ".service_locator.TuzYZLR.App\Controller\Api\AccionApiController" to "App\Controller\Api\AccionApiController".
Inlined service "App\Service\AutoSaveService" to "App\Controller\Api\AutoSaveApiController".
Inlined service ".service_locator.TuzYZLR.App\Controller\Api\AutoSaveApiController" to "App\Controller\Api\AutoSaveApiController".
Inlined service ".service_locator.TuzYZLR.App\Controller\Api\ConfiguracionApiController" to "App\Controller\Api\ConfiguracionApiController".
Inlined service ".service_locator.TuzYZLR.App\Controller\Api\RelojApiController" to "App\Controller\Api\RelojApiController".
Inlined service ".service_locator.TuzYZLR.App\Controller\SecurityController" to "App\Controller\SecurityController".
Inlined service "App\Service\CountrySearchService" to "App\Repository\ClienteRepository".
Inlined service "App\Service\Operacion\CancelarOperacionRelojesService" to "App\UseCase\Operacion\CanceladaUseCase".
Inlined service "App\Service\Operacion\OperacionTieneDetallesSinVerificacionEnvioService" to "App\UseCase\Operacion\ConfirmarOperacionUseCase".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service ".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" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "sonata.admin.translation_extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.wSgjnB6.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "sonata.admin.route_loader" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service ".service_locator.XWmhzGa" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kr.dDlB" to "router.expression_language_provider".
Inlined service ".service_locator.oCg4uHe.router.cache_warmer" to "router.cache_warmer".
Inlined service "annotations.dummy_registry" to "annotations.reader".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "cache.rate_limiter.recorder_inner" to "cache.rate_limiter".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service "session.handler.native" to "session.storage.factory.native".
Inlined service ".service_locator.GVyCdgr" 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.2zdno3H" 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.hs1CTSD" to "validator.validator_factory".
Inlined service "validator.expression_language" to "validator.expression".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
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 "doctrine_migrations.migrations_collector" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "Vich\UploaderBundle\DataCollector\MappingCollector" to "profiler".
Inlined service "data_collector.jms_serializer" to "profiler".
Inlined service "sonata.block.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.aNklfos.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.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.dump" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Twig\ControllerMethodExtension" to "twig".
Inlined service "App\Twig\ImageConversionExtension" to "twig".
Inlined service "App\Twig\InstanceOfExtension" to "twig".
Inlined service "App\Twig\JsonDecodeExtension" to "twig".
Inlined service "App\Twig\NumberToWordsExtension" to "twig".
Inlined service "App\Twig\PregreplaceExtension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "twig.extension.string" to "twig".
Inlined service "Vich\UploaderBundle\Twig\Extension\UploaderExtension" to "twig".
Inlined service "jms_serializer.twig_extension.runtime_serializer" to "twig".
Inlined service "sonata.twig.extension.wrapping" to "twig".
Inlined service "sonata.twig.status_extension" to "twig".
Inlined service "sonata.twig.template_extension" to "twig".
Inlined service "sonata.block.twig.extension" to "twig".
Inlined service "knp_menu.twig.extension" to "twig".
Inlined service "sonata.admin.twig.sonata_admin_extension" to "twig".
Inlined service "sonata.admin.twig.template_registry_extension" to "twig".
Inlined service "sonata.admin.twig.group_extension" to "twig".
Inlined service "sonata.admin.twig.icon_extension" to "twig".
Inlined service "sonata.admin.twig.security_extension" to "twig".
Inlined service "sonata.admin.twig.canonicalize_extension" to "twig".
Inlined service "sonata.admin.twig.xeditable_extension" to "twig".
Inlined service "sonata.admin.twig.render_element_extension" to "twig".
Inlined service "sonata.admin.twig.breadcrumbs_extension" to "twig".
Inlined service "sonata_translation.twig.intl_extension" to "twig".
Inlined service "sonata_translation.twig.sonata_translation_extension" 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 "sonata.block.twig.global" to "twig".
Inlined service "sonata.admin.configuration" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.v.Wwsjy.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "assets.packages" to "twig.extension.assets".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.qahK3rl" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
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 "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_subscriber".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.rR.JXwx" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.Dye4c85" to "doctrine.orm.container_repository_factory".
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.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 ".service_locator.fgj4ThO" to "doctrine.orm.default_entity_listener_resolver".
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 "doctrine_migrations.migrations_flattener" to "doctrine_migrations.migrations_collector".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.nLgZj7R" 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.request_matcher.Iokr.Dm" 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.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service "limiter.storage._login_local_main" to "limiter._login_local_main".
Inlined service "limiter.storage._login_global_main" to "limiter._login_global_main".
Inlined service "limiter._login_global_main" to "security.login_throttling.main.limiter".
Inlined service "limiter._login_local_main" to "security.login_throttling.main.limiter".
Inlined service "security.login_throttling.main.limiter" to "security.listener.login_throttling.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 "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.user_checker" to "security.listener.user_checker.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 "vich_uploader.metadata_driver.xml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata.reader" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yaml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.chain" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata.cache.file_cache" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata_factory" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.current_date_time_helper" to "Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer".
Inlined service "vich_uploader.file_injector" to "vich_uploader.upload_handler".
Inlined service "Vich\UploaderBundle\Templating\Helper\UploaderHelper" to "Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime".
Inlined service "jms_serializer.metadata.annotation_and_attributes_reader" to "jms_serializer.metadata.annotation_driver".
Inlined service "jms_serializer.metadata.yaml_driver" to "jms_serializer.metadata.chain_driver".
Inlined service "jms_serializer.metadata.xml_driver" to "jms_serializer.metadata.chain_driver".
Inlined service "jms_serializer.metadata.annotation_driver" to "jms_serializer.metadata.chain_driver".
Inlined service "jms_serializer.metadata.chain_driver" to "jms_serializer.metadata.doctrine_type_driver".
Inlined service "jms_serializer.metadata.service_locator" to "jms_serializer.metadata.lazy_loading_driver".
Inlined service "jms_serializer.camel_case_naming_strategy" to "jms_serializer.serialized_name_annotation_strategy".
Inlined service "jms_serializer.unserialize_object_constructor" to "jms_serializer.doctrine_object_constructor".
Inlined service "jms_serializer.doctrine_object_constructor" to "jms_serializer.deserialization_graph_navigator_factory".
Inlined service "jms_serializer.expression_language" to "jms_serializer.expression_evaluator".
Inlined service "jms_serializer.expression_language.function_provider" to "jms_serializer.expression_language".
Inlined service "jms_serializer.event_dispatcher.service_locator" to "jms_serializer.traceable_event_dispatcher".
Inlined service "jms_serializer.traceable_metadata_factory.inner" to "jms_serializer.traceable_metadata_factory".
Inlined service "jms_serializer.traceable_handler_registry.inner" to "jms_serializer.traceable_handler_registry".
Inlined service "jms_serializer.metadata.traceable_file_locator.inner" to "jms_serializer.metadata.traceable_file_locator".
Inlined service "sonata.doctrine.adapter.doctrine_orm" to "sonata.doctrine.model.adapter.chain".
Inlined service "sonata.exporter.writer.csv" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.json" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.xls" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.xlsx" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.xml" to "sonata.exporter.exporter".
Inlined service ".service_locator.benhFjy" to "sonata.block.manager".
Inlined service "sonata.block.loader.chain" to "sonata.block.context_manager.default".
Inlined service "sonata.block.exception.strategy.manager" to "sonata.block.renderer.default".
Inlined service "sonata.block.loader.service" to "sonata.block.loader.chain".
Inlined service "knp_menu.factory_extension.routing" to "knp_menu.factory".
Inlined service "knp_menu.renderer_provider" to "knp_menu.helper".
Inlined service ".service_locator.TWz9UQt" to "knp_menu.renderer_provider".
Inlined service "knp_menu.helper" to "knp_menu.twig.extension".
Inlined service "sonata.admin.form.data_transformer_resolver" to "sonata.admin.action.set_object_field_value".
Inlined service "sonata.admin.search.handler" to "sonata.admin.block.search_result".
Inlined service "sonata.admin.manipulator.acl.admin" to "sonata.admin.command.setup_acl".
Inlined service ".service_locator.Vg8LiUJ" to "sonata.admin.pool".
Inlined service ".service_locator.fGlbfzd" to "sonata.admin.builder.filter.factory".
Inlined service ".service_locator.Xbsa8iG" to "sonata.admin.audit.manager".
Inlined service ".service_locator.3CTLkIg.sonata.admin.controller.crud" to "sonata.admin.controller.crud".
Inlined service "sonata.admin.form.data_transformer.boolean_to_string" to "sonata.admin.form.data_transformer_resolver".
Inlined service "sonata.admin.guesser.orm_list_chain" to "sonata.admin.builder.orm_list".
Inlined service "sonata.admin.guesser.orm_list" to "sonata.admin.guesser.orm_list_chain".
Inlined service "sonata.admin.guesser.orm_show_chain" to "sonata.admin.builder.orm_show".
Inlined service "sonata.admin.guesser.orm_show" to "sonata.admin.guesser.orm_show_chain".
Inlined service "sonata.admin.builder.filter.factory" to "sonata.admin.builder.orm_datagrid".
Inlined service "sonata.admin.guesser.orm_datagrid_chain" to "sonata.admin.builder.orm_datagrid".
Inlined service "sonata.admin.guesser.orm_datagrid" to "sonata.admin.guesser.orm_datagrid_chain".
Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "App\DataFixtures\PerseoFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\VatFixtures" to "doctrine.fixtures.loader".
Inlined service "sonata_translation.admin.provider.request_locale_provider" to "sonata_translation.block.locale_switcher".
Inlined service "sonata_translation.checker.translatable" to "sonata_translation.twig.sonata_translation_extension".
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_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "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 "sonata.admin.maker" to "maker.auto_command.make_sonata_admin".
Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
Inlined service "debug.sonata.admin.argument_resolver.admin.inner" to "debug.sonata.admin.argument_resolver.admin".
Inlined service "debug.sonata.admin.argument_resolver.proxy_query.inner" to "debug.sonata.admin.argument_resolver.proxy_query".
Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
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 ".service_locator.wSgjnB6" to ".service_locator.wSgjnB6.translation.warmer".
Inlined service ".service_locator.gOdCe1K" to ".service_locator.gOdCe1K.router.default".
Inlined service ".service_locator.oCg4uHe" to ".service_locator.oCg4uHe.router.cache_warmer".
Inlined service ".service_locator.aNklfos" to ".service_locator.aNklfos.sensio_framework_extra.view.listener".
Inlined service ".service_locator.v.Wwsjy" to ".service_locator.v.Wwsjy.twig.template_cache_warmer".
Inlined service ".service_locator.3CTLkIg" to ".service_locator.3CTLkIg.sonata.admin.controller.crud".
Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service "security.authenticator.manager.main" to "debug.security.firewall.authenticator.main.inner".
Inlined service "jms_serializer.metadata.lazy_loading_driver" to "jms_serializer.traceable_metadata_factory.inner".
Inlined service "jms_serializer.handler_registry.service_locator" to "jms_serializer.traceable_handler_registry.inner".
Inlined service ".service_locator.0mjqhvi" to "console.command_loader".
Inlined service ".service_locator.gOdCe1K.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "jms_serializer.metadata.doctrine_type_driver" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.deserialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.serialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.json_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.json_deserialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_deserialization_visitor" to "jms_serializer".
Inlined service "debug.validator.inner" to "validator".
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 "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "knp_menu.manipulator" to "twig".
Inlined service "knp_menu.manipulator" to "twig".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
2
Tag "sonata.status.renderer" was defined on service(s) "sonata.twig.flashmessage.manager", but was never used.