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 (4)
Time
Message
deprecation
The "Symfony\Bridge\Doctrine\Logger\DbalLogger" class implements "Doctrine\DBAL\Logging\SQLLogger" that is deprecated Use {@see \Doctrine\DBAL\Logging\Middleware} or implement {@see \Doctrine\DBAL\Driver\Middleware} instead.
Method "ApiPlatform\Core\DataPersister\DataPersisterInterface::persist()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\DataPersister\SchedulerSectorDataPersister" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "ApiPlatform\Core\DataPersister\DataPersisterInterface::persist()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\DataPersister\UserDataPersister" now to avoid errors or add an explicit @return annotation to suppress this message.
"SELECT t0.id AS id_1, t0.email AS email_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.roles AS roles_5, t0.password AS password_6, t0.internal_ref AS internal_ref_7, t0.origin_id AS origin_id_8, t0.parent_origin_id AS parent_origin_id_9, t0.picto AS picto_10, t0.parent_id AS parent_id_11, t0.point_of_sale_id AS point_of_sale_id_12, t0.role_app_id AS role_app_id_13, t0.organisation_id AS organisation_id_14 FROM user t0 WHERE t0.email = ? LIMIT 1"
(parameters:
[1 => "liteyear@nomad.fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.email AS email_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.roles AS roles_5, t0.password AS password_6, t0.internal_ref AS internal_ref_7, t0.origin_id AS origin_id_8, t0.parent_origin_id AS parent_origin_id_9, t0.picto AS picto_10, t0.parent_id AS parent_id_11, t0.point_of_sale_id AS point_of_sale_id_12, t0.role_app_id AS role_app_id_13, t0.organisation_id AS organisation_id_14 FROM user t0 WHERE t0.email = ? LIMIT 1"
"params" => [1 => "liteyear@nomad.fr"
]
"types" => [1 => 2]
]
debug
Authenticator set no success response: request continues.
"SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.code AS code_4, t0.operator_id AS operator_id_5, t0.organisation_id AS organisation_id_6 FROM point_of_sale t0 WHERE t0.id = ? LIMIT 1"
(parameters:
[1 => "4"
]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.code AS code_4, t0.operator_id AS operator_id_5, t0.organisation_id AS organisation_id_6 FROM point_of_sale t0 WHERE t0.id = ? LIMIT 1"
"params" => [1 => "4"
]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.code AS code_2, t0.nom AS nom_3, t0.description AS description_4, t0.operator_id AS operator_id_5 FROM etat_production t0 WHERE t0.nom = ? LIMIT 1"
(parameters:
[1 => "Racco KO"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.nom AS nom_3, t0.description AS description_4, t0.operator_id AS operator_id_5 FROM etat_production t0 WHERE t0.nom = ? LIMIT 1"
"params" => [1 => "Racco KO"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.code AS code_2, t0.nom AS nom_3, t0.description AS description_4, t0.operator_id AS operator_id_5 FROM etat_production t0 WHERE t0.nom = ? LIMIT 1"
(parameters:
[1 => "Raccorde"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.nom AS nom_3, t0.description AS description_4, t0.operator_id AS operator_id_5 FROM etat_production t0 WHERE t0.nom = ? LIMIT 1"
"params" => [1 => "Raccorde"
]
"types" => [1 => 2]
]
deprecation
User Deprecated: Method "Doctrine\ORM\Query\AST\Functions\FunctionNode::getSql()" might add "string" as a native return type declaration in the future. Do the same in child class "DoctrineExtensions\Query\Mysql\Month" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Doctrine\ORM\Query\AST\Functions\FunctionNode::parse()" might add "void" as a native return type declaration in the future. Do the same in child class "DoctrineExtensions\Query\Mysql\Month" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Doctrine\ORM\Query\AST\Functions\FunctionNode::getSql()" might add "string" as a native return type declaration in the future. Do the same in child class "DoctrineExtensions\Query\Mysql\Year" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Doctrine\ORM\Query\AST\Functions\FunctionNode::parse()" might add "void" as a native return type declaration in the future. Do the same in child class "DoctrineExtensions\Query\Mysql\Year" now to avoid errors or add an explicit @return annotation to suppress this message.
"SELECT AVG(s0_.note_satisfaction) AS sclr_0 FROM satisfaction_client s0_ LEFT JOIN history h1_ ON s0_.history_id = h1_.id LEFT JOIN cluster c2_ ON h1_.cluster_id = c2_.id WHERE MONTH(s0_.date_contrat) = ? AND YEAR(s0_.date_contrat) = ? AND s0_.cod_poin_vent = ?"
(parameters:
[1 => 72 => 20253 => "1053520"
]
, types:
[1 => 12 => 13 => 2]
)
doctrine
[
"sql" => "SELECT AVG(s0_.note_satisfaction) AS sclr_0 FROM satisfaction_client s0_ LEFT JOIN history h1_ ON s0_.history_id = h1_.id LEFT JOIN cluster c2_ ON h1_.cluster_id = c2_.id WHERE MONTH(s0_.date_contrat) = ? AND YEAR(s0_.date_contrat) = ? AND s0_.cod_poin_vent = ?"
"params" => [1 => 72 => 20253 => "1053520"
]
"types" => [1 => 12 => 13 => 2]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? ORDER BY sclr_0 DESC"
(parameters:
[1 => 42 => 73 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? ORDER BY sclr_0 DESC"
"params" => [1 => 42 => 73 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.product_id IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444) ORDER BY sclr_0 DESC"
(parameters:
[1 => 42 => 73 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.product_id IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444) ORDER BY sclr_0 DESC"
"params" => [1 => 42 => 73 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.date_racc IS NOT NULL AND (h0_.category_id IN (1, 3) OR (h0_.category_id IN (31) AND h0_.product_id IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444))) ORDER BY sclr_0 DESC"
(parameters:
[1 => 42 => 73 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.date_racc IS NOT NULL AND (h0_.category_id IN (1, 3) OR (h0_.category_id IN (31) AND h0_.product_id IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444))) ORDER BY sclr_0 DESC"
"params" => [1 => 42 => 73 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.date_racc IS NOT NULL AND (h0_.category_id IN (1, 2, 3) OR h0_.product_id IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444)) ORDER BY sclr_0 DESC"
(parameters:
[1 => 42 => 73 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.date_racc IS NOT NULL AND (h0_.category_id IN (1, 2, 3) OR h0_.product_id IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444)) ORDER BY sclr_0 DESC"
"params" => [1 => 42 => 73 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.category_id IN (?, ?, ?) AND h0_.category_id IN (31, 32, 33, 48) AND h0_.date_racc IS NOT NULL AND h0_.product_id NOT IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444) ORDER BY sclr_0 DESC"
(parameters:
[1 => 42 => 73 => 20254 => 315 => 326 => 33]
, types:
[1 => 12 => 13 => 14 => 15 => 16 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.category_id IN (?, ?, ?) AND h0_.category_id IN (31, 32, 33, 48) AND h0_.date_racc IS NOT NULL AND h0_.product_id NOT IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444) ORDER BY sclr_0 DESC"
"params" => [1 => 42 => 73 => 20254 => 315 => 326 => 33]
"types" => [1 => 12 => 13 => 14 => 15 => 16 => 1]
]
debug
Executing statement:
"SELECT COUNT(DISTINCT u0_.id) AS sclr_0 FROM history h1_ LEFT JOIN cluster c2_ ON h1_.cluster_id = c2_.id LEFT JOIN point_of_sale p3_ ON h1_.point_of_sale_id = p3_.id LEFT JOIN user u0_ ON h1_.seller_id = u0_.id WHERE h1_.point_of_sale_id = ? AND MONTH(h1_.date_vente_valid_b) = ? AND YEAR(h1_.date_vente_valid_b) = ?"
(parameters:
[1 => 42 => 73 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(DISTINCT u0_.id) AS sclr_0 FROM history h1_ LEFT JOIN cluster c2_ ON h1_.cluster_id = c2_.id LEFT JOIN point_of_sale p3_ ON h1_.point_of_sale_id = p3_.id LEFT JOIN user u0_ ON h1_.seller_id = u0_.id WHERE h1_.point_of_sale_id = ? AND MONTH(h1_.date_vente_valid_b) = ? AND YEAR(h1_.date_vente_valid_b) = ?"
"params" => [1 => 42 => 73 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) / NULLIF(COUNT(DISTINCT u1_.id), 0) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p2_ ON h0_.point_of_sale_id = p2_.id LEFT JOIN cluster c3_ ON h0_.cluster_id = c3_.id LEFT JOIN user u1_ ON h0_.seller_id = u1_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ?"
(parameters:
[1 => 42 => 73 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) / NULLIF(COUNT(DISTINCT u1_.id), 0) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p2_ ON h0_.point_of_sale_id = p2_.id LEFT JOIN cluster c3_ ON h0_.cluster_id = c3_.id LEFT JOIN user u1_ ON h0_.seller_id = u1_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ?"
"params" => [1 => 42 => 73 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.etat_id = ?"
(parameters:
[1 => 42 => 73 => 20254 => 2]
, types:
[1 => 12 => 13 => 14 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.etat_id = ?"
"params" => [1 => 42 => 73 => 20254 => 2]
"types" => [1 => 12 => 13 => 14 => 1]
]
debug
Executing statement:
"SELECT SUM(n0_.vv) AS sclr_0 FROM nmd_objectif_clusters n0_ WHERE n0_.cpv = ? AND n0_.mois = ? AND n0_.year = ?"
(parameters:
[1 => "1053520"
2 => 73 => 2025]
, types:
[1 => 22 => 13 => 1]
)
doctrine
[
"sql" => "SELECT SUM(n0_.vv) AS sclr_0 FROM nmd_objectif_clusters n0_ WHERE n0_.cpv = ? AND n0_.mois = ? AND n0_.year = ?"
"params" => [1 => "1053520"
2 => 73 => 2025]
"types" => [1 => 22 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.date_vente_valid_b <= ?"
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.date_vente_valid_b <= ?"
"params" => [1 => 42 => 73 => 20254 => "2026-02-10 10:37:43"
]
"types" => [1 => 12 => 13 => 14 => 2]
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT DAY(p.date_vente_valid_b))\n FROM history p\n WHERE p.point_of_sale_id = :pointOfSale\n AND MONTH(p.date_vente_valid_b) = :mois\n AND YEAR(p.date_vente_valid_b) = :annee\n AND DAYOFWEEK(p.date_vente_valid_b) >= 2 AND DAYOFWEEK(p.date_vente_valid_b) <= 6 -- Jours de travail (lundi à vendredi)\n AND p.date_vente_valid_b <= CURDATE() -- Jusqu'à aujourd'hui\n
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 7
"annee" => 2025]
, types:
[
"pointOfSale" => 2
"mois" => 2
"annee" => 2]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT DAY(p.date_vente_valid_b))\n FROM history p\n WHERE p.point_of_sale_id = :pointOfSale\n AND MONTH(p.date_vente_valid_b) = :mois\n AND YEAR(p.date_vente_valid_b) = :annee\n AND DAYOFWEEK(p.date_vente_valid_b) >= 2 AND DAYOFWEEK(p.date_vente_valid_b) <= 6 -- Jours de travail (lundi à vendredi)\n AND p.date_vente_valid_b <= CURDATE() -- Jusqu'à aujourd'hui\n
"""
"params" => [
"pointOfSale" => 4
"mois" => 7
"annee" => 2025]
"types" => [
"pointOfSale" => 2
"mois" => 2
"annee" => 2]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.date_vente_valid_b <= ?"
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.date_vente_valid_b <= ?"
"params" => [1 => 42 => 73 => 20254 => "2026-02-10 10:37:43"
]
"types" => [1 => 12 => 13 => 14 => 2]
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT DAY(p.date_vente_valid_b))\n FROM history p\n WHERE p.point_of_sale_id = :pointOfSale\n AND MONTH(p.date_vente_valid_b) = :mois\n AND YEAR(p.date_vente_valid_b) = :annee\n AND DAYOFWEEK(p.date_vente_valid_b) >= 2 AND DAYOFWEEK(p.date_vente_valid_b) <= 6 -- Jours de travail (lundi à vendredi)\n AND p.date_vente_valid_b <= CURDATE() -- Jusqu'à aujourd'hui\n
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 7
"annee" => 2025]
, types:
[
"pointOfSale" => 2
"mois" => 2
"annee" => 2]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT DAY(p.date_vente_valid_b))\n FROM history p\n WHERE p.point_of_sale_id = :pointOfSale\n AND MONTH(p.date_vente_valid_b) = :mois\n AND YEAR(p.date_vente_valid_b) = :annee\n AND DAYOFWEEK(p.date_vente_valid_b) >= 2 AND DAYOFWEEK(p.date_vente_valid_b) <= 6 -- Jours de travail (lundi à vendredi)\n AND p.date_vente_valid_b <= CURDATE() -- Jusqu'à aujourd'hui\n
"""
"params" => [
"pointOfSale" => 4
"mois" => 7
"annee" => 2025]
"types" => [
"pointOfSale" => 2
"mois" => 2
"annee" => 2]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.date_vente_valid_b <= ?"
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.date_vente_valid_b <= ?"
"params" => [1 => 42 => 73 => 20254 => "2026-02-10 10:37:43"
]
"types" => [1 => 12 => 13 => 14 => 2]
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT DAY(p.date_vente_valid_b))\n FROM history p\n WHERE p.point_of_sale_id = :pointOfSale\n AND MONTH(p.date_vente_valid_b) = :mois\n AND YEAR(p.date_vente_valid_b) = :annee\n AND DAYOFWEEK(p.date_vente_valid_b) >= 2 AND DAYOFWEEK(p.date_vente_valid_b) <= 6 -- Jours de travail (lundi à vendredi)\n AND p.date_vente_valid_b <= CURDATE() -- Jusqu'à aujourd'hui\n
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 7
"annee" => 2025]
, types:
[
"pointOfSale" => 2
"mois" => 2
"annee" => 2]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT DAY(p.date_vente_valid_b))\n FROM history p\n WHERE p.point_of_sale_id = :pointOfSale\n AND MONTH(p.date_vente_valid_b) = :mois\n AND YEAR(p.date_vente_valid_b) = :annee\n AND DAYOFWEEK(p.date_vente_valid_b) >= 2 AND DAYOFWEEK(p.date_vente_valid_b) <= 6 -- Jours de travail (lundi à vendredi)\n AND p.date_vente_valid_b <= CURDATE() -- Jusqu'à aujourd'hui\n
"""
"params" => [
"pointOfSale" => 4
"mois" => 7
"annee" => 2025]
"types" => [
"pointOfSale" => 2
"mois" => 2
"annee" => 2]
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT result.titulaire_email) AS total_vente\n FROM (\n SELECT p1.titulaire_email\n FROM history p1\n LEFT JOIN cluster c1 ON c1.id=p1.cluster_id\n WHERE p1.category_id = :cat1\n AND p1.point_of_sale_id = :pointOfSale\n AND MONTH(p1.date_cmd_a) = :mois\n AND YEAR(p1.date_cmd_a) = :annee\n AND p1.titulaire_email IN (\n SELECT DISTINCT p_sub1.titulaire_email\n FROM history p_sub1\n WHERE p_sub1.category_id = 1\n AND p_sub1.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub1.date_cmd_a) = :mois\n AND YEAR(p_sub1.date_cmd_a) = :annee\n )\n\n UNION\n SELECT p2.titulaire_email\n FROM history p2\n LEFT JOIN cluster c2 ON c2.id=p2.cluster_id\n WHERE p2.category_id = :cat2\n AND p2.point_of_sale_id = :pointOfSale\n AND MONTH(p2.date_cmd_a) = :mois\n AND YEAR(p2.date_cmd_a) = :annee\n AND p2.titulaire_email IN (\n SELECT DISTINCT p_sub2.titulaire_email\n FROM history p_sub2\n WHERE p_sub2.category_id IN (1, 3)\n AND p_sub2.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub2.date_cmd_a) = :mois\n AND YEAR(p_sub2.date_cmd_a) = :annee\n )\n ) AS result
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT result.titulaire_email) AS total_vente\n FROM (\n SELECT p1.titulaire_email\n FROM history p1\n LEFT JOIN cluster c1 ON c1.id=p1.cluster_id\n WHERE p1.category_id = :cat1\n AND p1.point_of_sale_id = :pointOfSale\n AND MONTH(p1.date_cmd_a) = :mois\n AND YEAR(p1.date_cmd_a) = :annee\n AND p1.titulaire_email IN (\n SELECT DISTINCT p_sub1.titulaire_email\n FROM history p_sub1\n WHERE p_sub1.category_id = 1\n AND p_sub1.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub1.date_cmd_a) = :mois\n AND YEAR(p_sub1.date_cmd_a) = :annee\n )\n\n UNION\n SELECT p2.titulaire_email\n FROM history p2\n LEFT JOIN cluster c2 ON c2.id=p2.cluster_id\n WHERE p2.category_id = :cat2\n AND p2.point_of_sale_id = :pointOfSale\n AND MONTH(p2.date_cmd_a) = :mois\n AND YEAR(p2.date_cmd_a) = :annee\n AND p2.titulaire_email IN (\n SELECT DISTINCT p_sub2.titulaire_email\n FROM history p_sub2\n WHERE p_sub2.category_id IN (1, 3)\n AND p_sub2.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub2.date_cmd_a) = :mois\n AND YEAR(p_sub2.date_cmd_a) = :annee\n )\n ) AS result
"""
"params" => [
"pointOfSale" => 4
"mois" => 7
"annee" => 2025
"cat1" => 32
"cat2" => 31]
"types" => []
]
debug
Executing statement:
"SELECT COUNT(DISTINCT h0_.titulaire_email) AS sclr_0 FROM history h0_ LEFT JOIN cluster c1_ ON h0_.cluster_id = c1_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.fixe_chainage IS NOT NULL AND h0_.category_id IN (31, 32, 33)"
(parameters:
[1 => 42 => 73 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(DISTINCT h0_.titulaire_email) AS sclr_0 FROM history h0_ LEFT JOIN cluster c1_ ON h0_.cluster_id = c1_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.fixe_chainage IS NOT NULL AND h0_.category_id IN (31, 32, 33)"
"params" => [1 => 42 => 73 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc, p.date_resiliation) > -31\n AND (p.category_id NOT IN (2, 31, 32, 33,48) OR p.product_id IN(150,262,264,266,334,335,341,344,345,379))\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 7
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc, p.date_resiliation) > -31\n AND (p.category_id NOT IN (2, 31, 32, 33,48) OR p.product_id IN(150,262,264,266,334,335,341,344,345,379))\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 7
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc, p.date_resiliation) > -31\n AND (p.category_id NOT IN (2, 31, 32, 33,48) OR p.product_id IN(150,262,264,266,334,335,341,344,345,379))\n AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 7
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc, p.date_resiliation) > -31\n AND (p.category_id NOT IN (2, 31, 32, 33,48) OR p.product_id IN(150,262,264,266,334,335,341,344,345,379))\n AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 7
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc, p.date_resiliation) > -31\n AND \n\t\t (\n p.category_id IN(1,3) \n OR \n ( \n p.category_id IN(31) AND p.product_id IN(150, 262, 264, 266, 334, 335, 341, 344, 345, 379,441,442,443,444)\n ) )\n AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 7
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc, p.date_resiliation) > -31\n AND \n\t\t (\n p.category_id IN(1,3) \n OR \n ( \n p.category_id IN(31) AND p.product_id IN(150, 262, 264, 266, 334, 335, 341, 344, 345, 379,441,442,443,444)\n ) )\n AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 7
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc , p.date_resiliation) > -31\n AND p.category_id IN(31,32,33,48) \n AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 7
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc , p.date_resiliation) > -31\n AND p.category_id IN(31,32,33,48) \n AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 7
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc , p.date_resiliation) > -31\n AND p.category_id IN(31,32,33,48) \n AND p.product_id NOT IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379,441,442,443,444) AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 7
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc , p.date_resiliation) > -31\n AND p.category_id IN(31,32,33,48) \n AND p.product_id NOT IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379,441,442,443,444) AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 7
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (SELECT DISTINCT(id) FROM category_product WHERE parent_category_id =4)\n AND (\n p.fixe_chainage IS NOT NULL \n OR p.fixe_autre IS NOT NULL\n )\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 7
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (SELECT DISTINCT(id) FROM category_product WHERE parent_category_id =4)\n AND (\n p.fixe_chainage IS NOT NULL \n OR p.fixe_autre IS NOT NULL\n )\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 7
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (SELECT DISTINCT(id) FROM category_product WHERE parent_category_id =4)\n AND (\n p.fixe_chainage IS NOT NULL \n )\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 7
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (SELECT DISTINCT(id) FROM category_product WHERE parent_category_id =4)\n AND (\n p.fixe_chainage IS NOT NULL \n )\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 7
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id NOT IN (2)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 7
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id NOT IN (2)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n
"""
"params" => [
"pointOfSale" => 4
"mois" => 7
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(p.id) AS total_vente, p.identity_ctrl\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.identity_ctrl IS NOT NULL \n\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee GROUP BY p.identity_ctrl
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 7
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(p.id) AS total_vente, p.identity_ctrl\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.identity_ctrl IS NOT NULL \n\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee GROUP BY p.identity_ctrl
"""
"params" => [
"pointOfSale" => 4
"mois" => 7
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"SELECT COUNT(DISTINCT h0_.titulaire_email) AS sclr_0 FROM history h0_ LEFT JOIN cluster c1_ ON h0_.cluster_id = c1_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ?"
(parameters:
[1 => 42 => 73 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(DISTINCT h0_.titulaire_email) AS sclr_0 FROM history h0_ LEFT JOIN cluster c1_ ON h0_.cluster_id = c1_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ?"
"params" => [1 => 42 => 73 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total, WEEK(p.date_cmd_a,3) AS semaine\n FROM history p\n LEFT JOIN cluster c ON c.id = p.cluster_id\n WHERE p.point_of_sale_id = :pointOfSale AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee AND p.fixe_chainage IS NOT NULL AND p.category_id IN (:cat0,:cat1,:cat2)\n GROUP BY semaine\n
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total, WEEK(p.date_cmd_a,3) AS semaine\n FROM history p\n LEFT JOIN cluster c ON c.id = p.cluster_id\n WHERE p.point_of_sale_id = :pointOfSale AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee AND p.fixe_chainage IS NOT NULL AND p.category_id IN (:cat0,:cat1,:cat2)\n GROUP BY semaine\n
"""
"params" => [
"pointOfSale" => 4
"mois" => 7
"annee" => 2025
"cat0" => 31
"cat1" => 32
"cat2" => 33]
"types" => []
]
debug
Executing statement:
"""
\n SELECT \n COUNT(DISTINCT result.titulaire_email) AS total, \n WEEK(result.date_cmd_a, 3) AS semaine\n FROM (\n -- Partie 1 : Catégorie 32 avec emails en catégorie 1\n SELECT p1.titulaire_email, p1.date_cmd_a\n FROM history p1\n LEFT JOIN cluster c1 ON p1.cluster_id = c1.id\n WHERE p1.category_id = :cat1\n AND p1.point_of_sale_id = :pointOfSale\n AND MONTH(p1.date_cmd_a) = :mois\n AND YEAR(p1.date_cmd_a) = :annee\n AND p1.titulaire_email IN (\n SELECT DISTINCT p_sub1.titulaire_email\n FROM history p_sub1\n WHERE p_sub1.category_id = 1\n AND p_sub1.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub1.date_cmd_a) = :mois\n AND YEAR(p_sub1.date_cmd_a) = :annee\n )\n\n UNION\n -- Partie 2 : Catégorie 31 avec emails en catégorie 1 ou 3\n SELECT p2.titulaire_email, p2.date_cmd_a\n FROM history p2\n LEFT JOIN cluster c2 ON p2.cluster_id = c2.id\n WHERE p2.category_id = :cat2\n AND p2.point_of_sale_id = :pointOfSale\n AND MONTH(p2.date_cmd_a) = :mois\n AND YEAR(p2.date_cmd_a) = :annee\n AND p2.titulaire_email IN (\n SELECT DISTINCT p_sub2.titulaire_email\n FROM history p_sub2\n WHERE p_sub2.category_id IN (1, 3)\n AND p_sub2.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub2.date_cmd_a) = :mois\n AND YEAR(p_sub2.date_cmd_a) = :annee\n )\n\n ) AS result\n GROUP BY WEEK(result.date_cmd_a, 3)\n ORDER BY semaine\n
"""
[
"sql" => """
\n SELECT \n COUNT(DISTINCT result.titulaire_email) AS total, \n WEEK(result.date_cmd_a, 3) AS semaine\n FROM (\n -- Partie 1 : Catégorie 32 avec emails en catégorie 1\n SELECT p1.titulaire_email, p1.date_cmd_a\n FROM history p1\n LEFT JOIN cluster c1 ON p1.cluster_id = c1.id\n WHERE p1.category_id = :cat1\n AND p1.point_of_sale_id = :pointOfSale\n AND MONTH(p1.date_cmd_a) = :mois\n AND YEAR(p1.date_cmd_a) = :annee\n AND p1.titulaire_email IN (\n SELECT DISTINCT p_sub1.titulaire_email\n FROM history p_sub1\n WHERE p_sub1.category_id = 1\n AND p_sub1.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub1.date_cmd_a) = :mois\n AND YEAR(p_sub1.date_cmd_a) = :annee\n )\n\n UNION\n -- Partie 2 : Catégorie 31 avec emails en catégorie 1 ou 3\n SELECT p2.titulaire_email, p2.date_cmd_a\n FROM history p2\n LEFT JOIN cluster c2 ON p2.cluster_id = c2.id\n WHERE p2.category_id = :cat2\n AND p2.point_of_sale_id = :pointOfSale\n AND MONTH(p2.date_cmd_a) = :mois\n AND YEAR(p2.date_cmd_a) = :annee\n AND p2.titulaire_email IN (\n SELECT DISTINCT p_sub2.titulaire_email\n FROM history p_sub2\n WHERE p_sub2.category_id IN (1, 3)\n AND p_sub2.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub2.date_cmd_a) = :mois\n AND YEAR(p_sub2.date_cmd_a) = :annee\n )\n\n ) AS result\n GROUP BY WEEK(result.date_cmd_a, 3)\n ORDER BY semaine\n
"""
"params" => [
"pointOfSale" => 4
"mois" => 7
"annee" => 2025
"cat1" => 32
"cat2" => 31]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.portabilite = :opt
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.portabilite = :opt
"""
"params" => [
"pointOfSale" => 4
"mois" => 7
"annee" => 2025
"opt" => "OUI"
]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_saisie_commande = :opt AND p.prise_existante_commande = :opt2
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_saisie_commande = :opt AND p.prise_existante_commande = :opt2
"""
"params" => [
"pointOfSale" => 4
"mois" => 7
"annee" => 2025
"opt" => "NON"
"opt2" => "OUI"
]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_saisie_commande = :opt
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_saisie_commande = :opt
"""
"params" => [
"pointOfSale" => 4
"mois" => 7
"annee" => 2025
"opt" => "OUI"
]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_existante_commande = :opt
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_existante_commande = :opt
"""
"params" => [
"pointOfSale" => 4
"mois" => 7
"annee" => 2025
"opt" => "NON"
]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_existante_commande = :opt
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_existante_commande = :opt
"""
"params" => [
"pointOfSale" => 4
"mois" => 7
"annee" => 2025
"opt" => "OUI"
]
"types" => []
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.category_id IN (?, ?) ORDER BY sclr_0 DESC"
(parameters:
[1 => 42 => 73 => 20254 => 15 => 3]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.category_id IN (?, ?) ORDER BY sclr_0 DESC"
"params" => [1 => 42 => 73 => 20254 => 15 => 3]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT AVG(s0_.note_satisfaction) AS sclr_0 FROM satisfaction_client s0_ LEFT JOIN history h1_ ON s0_.history_id = h1_.id LEFT JOIN cluster c2_ ON h1_.cluster_id = c2_.id WHERE MONTH(s0_.date_contrat) = ? AND YEAR(s0_.date_contrat) = ? AND s0_.cod_poin_vent = ?"
(parameters:
[1 => 62 => 20253 => "1053520"
]
, types:
[1 => 12 => 13 => 2]
)
doctrine
[
"sql" => "SELECT AVG(s0_.note_satisfaction) AS sclr_0 FROM satisfaction_client s0_ LEFT JOIN history h1_ ON s0_.history_id = h1_.id LEFT JOIN cluster c2_ ON h1_.cluster_id = c2_.id WHERE MONTH(s0_.date_contrat) = ? AND YEAR(s0_.date_contrat) = ? AND s0_.cod_poin_vent = ?"
"params" => [1 => 62 => 20253 => "1053520"
]
"types" => [1 => 12 => 13 => 2]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? ORDER BY sclr_0 DESC"
(parameters:
[1 => 42 => 63 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? ORDER BY sclr_0 DESC"
"params" => [1 => 42 => 63 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.product_id IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444) ORDER BY sclr_0 DESC"
(parameters:
[1 => 42 => 63 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.product_id IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444) ORDER BY sclr_0 DESC"
"params" => [1 => 42 => 63 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.date_racc IS NOT NULL AND (h0_.category_id IN (1, 3) OR (h0_.category_id IN (31) AND h0_.product_id IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444))) ORDER BY sclr_0 DESC"
(parameters:
[1 => 42 => 63 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.date_racc IS NOT NULL AND (h0_.category_id IN (1, 3) OR (h0_.category_id IN (31) AND h0_.product_id IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444))) ORDER BY sclr_0 DESC"
"params" => [1 => 42 => 63 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.date_racc IS NOT NULL AND (h0_.category_id IN (1, 2, 3) OR h0_.product_id IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444)) ORDER BY sclr_0 DESC"
(parameters:
[1 => 42 => 63 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.date_racc IS NOT NULL AND (h0_.category_id IN (1, 2, 3) OR h0_.product_id IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444)) ORDER BY sclr_0 DESC"
"params" => [1 => 42 => 63 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.category_id IN (?, ?, ?) AND h0_.category_id IN (31, 32, 33, 48) AND h0_.date_racc IS NOT NULL AND h0_.product_id NOT IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444) ORDER BY sclr_0 DESC"
(parameters:
[1 => 42 => 63 => 20254 => 315 => 326 => 33]
, types:
[1 => 12 => 13 => 14 => 15 => 16 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.category_id IN (?, ?, ?) AND h0_.category_id IN (31, 32, 33, 48) AND h0_.date_racc IS NOT NULL AND h0_.product_id NOT IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444) ORDER BY sclr_0 DESC"
"params" => [1 => 42 => 63 => 20254 => 315 => 326 => 33]
"types" => [1 => 12 => 13 => 14 => 15 => 16 => 1]
]
debug
Executing statement:
"SELECT COUNT(DISTINCT u0_.id) AS sclr_0 FROM history h1_ LEFT JOIN cluster c2_ ON h1_.cluster_id = c2_.id LEFT JOIN point_of_sale p3_ ON h1_.point_of_sale_id = p3_.id LEFT JOIN user u0_ ON h1_.seller_id = u0_.id WHERE h1_.point_of_sale_id = ? AND MONTH(h1_.date_vente_valid_b) = ? AND YEAR(h1_.date_vente_valid_b) = ?"
(parameters:
[1 => 42 => 63 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(DISTINCT u0_.id) AS sclr_0 FROM history h1_ LEFT JOIN cluster c2_ ON h1_.cluster_id = c2_.id LEFT JOIN point_of_sale p3_ ON h1_.point_of_sale_id = p3_.id LEFT JOIN user u0_ ON h1_.seller_id = u0_.id WHERE h1_.point_of_sale_id = ? AND MONTH(h1_.date_vente_valid_b) = ? AND YEAR(h1_.date_vente_valid_b) = ?"
"params" => [1 => 42 => 63 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) / NULLIF(COUNT(DISTINCT u1_.id), 0) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p2_ ON h0_.point_of_sale_id = p2_.id LEFT JOIN cluster c3_ ON h0_.cluster_id = c3_.id LEFT JOIN user u1_ ON h0_.seller_id = u1_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ?"
(parameters:
[1 => 42 => 63 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) / NULLIF(COUNT(DISTINCT u1_.id), 0) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p2_ ON h0_.point_of_sale_id = p2_.id LEFT JOIN cluster c3_ ON h0_.cluster_id = c3_.id LEFT JOIN user u1_ ON h0_.seller_id = u1_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ?"
"params" => [1 => 42 => 63 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.etat_id = ?"
(parameters:
[1 => 42 => 63 => 20254 => 2]
, types:
[1 => 12 => 13 => 14 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.etat_id = ?"
"params" => [1 => 42 => 63 => 20254 => 2]
"types" => [1 => 12 => 13 => 14 => 1]
]
debug
Executing statement:
"SELECT SUM(n0_.vv) AS sclr_0 FROM nmd_objectif_clusters n0_ WHERE n0_.cpv = ? AND n0_.mois = ? AND n0_.year = ?"
(parameters:
[1 => "1053520"
2 => 63 => 2025]
, types:
[1 => 22 => 13 => 1]
)
doctrine
[
"sql" => "SELECT SUM(n0_.vv) AS sclr_0 FROM nmd_objectif_clusters n0_ WHERE n0_.cpv = ? AND n0_.mois = ? AND n0_.year = ?"
"params" => [1 => "1053520"
2 => 63 => 2025]
"types" => [1 => 22 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.date_vente_valid_b <= ?"
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.date_vente_valid_b <= ?"
"params" => [1 => 42 => 63 => 20254 => "2026-02-10 10:37:50"
]
"types" => [1 => 12 => 13 => 14 => 2]
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT DAY(p.date_vente_valid_b))\n FROM history p\n WHERE p.point_of_sale_id = :pointOfSale\n AND MONTH(p.date_vente_valid_b) = :mois\n AND YEAR(p.date_vente_valid_b) = :annee\n AND DAYOFWEEK(p.date_vente_valid_b) >= 2 AND DAYOFWEEK(p.date_vente_valid_b) <= 6 -- Jours de travail (lundi à vendredi)\n AND p.date_vente_valid_b <= CURDATE() -- Jusqu'à aujourd'hui\n
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 6
"annee" => 2025]
, types:
[
"pointOfSale" => 2
"mois" => 2
"annee" => 2]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT DAY(p.date_vente_valid_b))\n FROM history p\n WHERE p.point_of_sale_id = :pointOfSale\n AND MONTH(p.date_vente_valid_b) = :mois\n AND YEAR(p.date_vente_valid_b) = :annee\n AND DAYOFWEEK(p.date_vente_valid_b) >= 2 AND DAYOFWEEK(p.date_vente_valid_b) <= 6 -- Jours de travail (lundi à vendredi)\n AND p.date_vente_valid_b <= CURDATE() -- Jusqu'à aujourd'hui\n
"""
"params" => [
"pointOfSale" => 4
"mois" => 6
"annee" => 2025]
"types" => [
"pointOfSale" => 2
"mois" => 2
"annee" => 2]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.date_vente_valid_b <= ?"
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.date_vente_valid_b <= ?"
"params" => [1 => 42 => 63 => 20254 => "2026-02-10 10:37:50"
]
"types" => [1 => 12 => 13 => 14 => 2]
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT DAY(p.date_vente_valid_b))\n FROM history p\n WHERE p.point_of_sale_id = :pointOfSale\n AND MONTH(p.date_vente_valid_b) = :mois\n AND YEAR(p.date_vente_valid_b) = :annee\n AND DAYOFWEEK(p.date_vente_valid_b) >= 2 AND DAYOFWEEK(p.date_vente_valid_b) <= 6 -- Jours de travail (lundi à vendredi)\n AND p.date_vente_valid_b <= CURDATE() -- Jusqu'à aujourd'hui\n
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 6
"annee" => 2025]
, types:
[
"pointOfSale" => 2
"mois" => 2
"annee" => 2]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT DAY(p.date_vente_valid_b))\n FROM history p\n WHERE p.point_of_sale_id = :pointOfSale\n AND MONTH(p.date_vente_valid_b) = :mois\n AND YEAR(p.date_vente_valid_b) = :annee\n AND DAYOFWEEK(p.date_vente_valid_b) >= 2 AND DAYOFWEEK(p.date_vente_valid_b) <= 6 -- Jours de travail (lundi à vendredi)\n AND p.date_vente_valid_b <= CURDATE() -- Jusqu'à aujourd'hui\n
"""
"params" => [
"pointOfSale" => 4
"mois" => 6
"annee" => 2025]
"types" => [
"pointOfSale" => 2
"mois" => 2
"annee" => 2]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.date_vente_valid_b <= ?"
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.date_vente_valid_b <= ?"
"params" => [1 => 42 => 63 => 20254 => "2026-02-10 10:37:50"
]
"types" => [1 => 12 => 13 => 14 => 2]
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT DAY(p.date_vente_valid_b))\n FROM history p\n WHERE p.point_of_sale_id = :pointOfSale\n AND MONTH(p.date_vente_valid_b) = :mois\n AND YEAR(p.date_vente_valid_b) = :annee\n AND DAYOFWEEK(p.date_vente_valid_b) >= 2 AND DAYOFWEEK(p.date_vente_valid_b) <= 6 -- Jours de travail (lundi à vendredi)\n AND p.date_vente_valid_b <= CURDATE() -- Jusqu'à aujourd'hui\n
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 6
"annee" => 2025]
, types:
[
"pointOfSale" => 2
"mois" => 2
"annee" => 2]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT DAY(p.date_vente_valid_b))\n FROM history p\n WHERE p.point_of_sale_id = :pointOfSale\n AND MONTH(p.date_vente_valid_b) = :mois\n AND YEAR(p.date_vente_valid_b) = :annee\n AND DAYOFWEEK(p.date_vente_valid_b) >= 2 AND DAYOFWEEK(p.date_vente_valid_b) <= 6 -- Jours de travail (lundi à vendredi)\n AND p.date_vente_valid_b <= CURDATE() -- Jusqu'à aujourd'hui\n
"""
"params" => [
"pointOfSale" => 4
"mois" => 6
"annee" => 2025]
"types" => [
"pointOfSale" => 2
"mois" => 2
"annee" => 2]
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT result.titulaire_email) AS total_vente\n FROM (\n SELECT p1.titulaire_email\n FROM history p1\n LEFT JOIN cluster c1 ON c1.id=p1.cluster_id\n WHERE p1.category_id = :cat1\n AND p1.point_of_sale_id = :pointOfSale\n AND MONTH(p1.date_cmd_a) = :mois\n AND YEAR(p1.date_cmd_a) = :annee\n AND p1.titulaire_email IN (\n SELECT DISTINCT p_sub1.titulaire_email\n FROM history p_sub1\n WHERE p_sub1.category_id = 1\n AND p_sub1.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub1.date_cmd_a) = :mois\n AND YEAR(p_sub1.date_cmd_a) = :annee\n )\n\n UNION\n SELECT p2.titulaire_email\n FROM history p2\n LEFT JOIN cluster c2 ON c2.id=p2.cluster_id\n WHERE p2.category_id = :cat2\n AND p2.point_of_sale_id = :pointOfSale\n AND MONTH(p2.date_cmd_a) = :mois\n AND YEAR(p2.date_cmd_a) = :annee\n AND p2.titulaire_email IN (\n SELECT DISTINCT p_sub2.titulaire_email\n FROM history p_sub2\n WHERE p_sub2.category_id IN (1, 3)\n AND p_sub2.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub2.date_cmd_a) = :mois\n AND YEAR(p_sub2.date_cmd_a) = :annee\n )\n ) AS result
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT result.titulaire_email) AS total_vente\n FROM (\n SELECT p1.titulaire_email\n FROM history p1\n LEFT JOIN cluster c1 ON c1.id=p1.cluster_id\n WHERE p1.category_id = :cat1\n AND p1.point_of_sale_id = :pointOfSale\n AND MONTH(p1.date_cmd_a) = :mois\n AND YEAR(p1.date_cmd_a) = :annee\n AND p1.titulaire_email IN (\n SELECT DISTINCT p_sub1.titulaire_email\n FROM history p_sub1\n WHERE p_sub1.category_id = 1\n AND p_sub1.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub1.date_cmd_a) = :mois\n AND YEAR(p_sub1.date_cmd_a) = :annee\n )\n\n UNION\n SELECT p2.titulaire_email\n FROM history p2\n LEFT JOIN cluster c2 ON c2.id=p2.cluster_id\n WHERE p2.category_id = :cat2\n AND p2.point_of_sale_id = :pointOfSale\n AND MONTH(p2.date_cmd_a) = :mois\n AND YEAR(p2.date_cmd_a) = :annee\n AND p2.titulaire_email IN (\n SELECT DISTINCT p_sub2.titulaire_email\n FROM history p_sub2\n WHERE p_sub2.category_id IN (1, 3)\n AND p_sub2.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub2.date_cmd_a) = :mois\n AND YEAR(p_sub2.date_cmd_a) = :annee\n )\n ) AS result
"""
"params" => [
"pointOfSale" => 4
"mois" => 6
"annee" => 2025
"cat1" => 32
"cat2" => 31]
"types" => []
]
debug
Executing statement:
"SELECT COUNT(DISTINCT h0_.titulaire_email) AS sclr_0 FROM history h0_ LEFT JOIN cluster c1_ ON h0_.cluster_id = c1_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.fixe_chainage IS NOT NULL AND h0_.category_id IN (31, 32, 33)"
(parameters:
[1 => 42 => 63 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(DISTINCT h0_.titulaire_email) AS sclr_0 FROM history h0_ LEFT JOIN cluster c1_ ON h0_.cluster_id = c1_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.fixe_chainage IS NOT NULL AND h0_.category_id IN (31, 32, 33)"
"params" => [1 => 42 => 63 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc, p.date_resiliation) > -31\n AND (p.category_id NOT IN (2, 31, 32, 33,48) OR p.product_id IN(150,262,264,266,334,335,341,344,345,379))\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 6
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc, p.date_resiliation) > -31\n AND (p.category_id NOT IN (2, 31, 32, 33,48) OR p.product_id IN(150,262,264,266,334,335,341,344,345,379))\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 6
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc, p.date_resiliation) > -31\n AND (p.category_id NOT IN (2, 31, 32, 33,48) OR p.product_id IN(150,262,264,266,334,335,341,344,345,379))\n AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 6
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc, p.date_resiliation) > -31\n AND (p.category_id NOT IN (2, 31, 32, 33,48) OR p.product_id IN(150,262,264,266,334,335,341,344,345,379))\n AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 6
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc, p.date_resiliation) > -31\n AND \n\t\t (\n p.category_id IN(1,3) \n OR \n ( \n p.category_id IN(31) AND p.product_id IN(150, 262, 264, 266, 334, 335, 341, 344, 345, 379,441,442,443,444)\n ) )\n AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 6
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc, p.date_resiliation) > -31\n AND \n\t\t (\n p.category_id IN(1,3) \n OR \n ( \n p.category_id IN(31) AND p.product_id IN(150, 262, 264, 266, 334, 335, 341, 344, 345, 379,441,442,443,444)\n ) )\n AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 6
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc , p.date_resiliation) > -31\n AND p.category_id IN(31,32,33,48) \n AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 6
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc , p.date_resiliation) > -31\n AND p.category_id IN(31,32,33,48) \n AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 6
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc , p.date_resiliation) > -31\n AND p.category_id IN(31,32,33,48) \n AND p.product_id NOT IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379,441,442,443,444) AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 6
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc , p.date_resiliation) > -31\n AND p.category_id IN(31,32,33,48) \n AND p.product_id NOT IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379,441,442,443,444) AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 6
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (SELECT DISTINCT(id) FROM category_product WHERE parent_category_id =4)\n AND (\n p.fixe_chainage IS NOT NULL \n OR p.fixe_autre IS NOT NULL\n )\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 6
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (SELECT DISTINCT(id) FROM category_product WHERE parent_category_id =4)\n AND (\n p.fixe_chainage IS NOT NULL \n OR p.fixe_autre IS NOT NULL\n )\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 6
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (SELECT DISTINCT(id) FROM category_product WHERE parent_category_id =4)\n AND (\n p.fixe_chainage IS NOT NULL \n )\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 6
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (SELECT DISTINCT(id) FROM category_product WHERE parent_category_id =4)\n AND (\n p.fixe_chainage IS NOT NULL \n )\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 6
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id NOT IN (2)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 6
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id NOT IN (2)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n
"""
"params" => [
"pointOfSale" => 4
"mois" => 6
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(p.id) AS total_vente, p.identity_ctrl\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.identity_ctrl IS NOT NULL \n\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee GROUP BY p.identity_ctrl
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 6
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(p.id) AS total_vente, p.identity_ctrl\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.identity_ctrl IS NOT NULL \n\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee GROUP BY p.identity_ctrl
"""
"params" => [
"pointOfSale" => 4
"mois" => 6
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"SELECT COUNT(DISTINCT h0_.titulaire_email) AS sclr_0 FROM history h0_ LEFT JOIN cluster c1_ ON h0_.cluster_id = c1_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ?"
(parameters:
[1 => 42 => 63 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(DISTINCT h0_.titulaire_email) AS sclr_0 FROM history h0_ LEFT JOIN cluster c1_ ON h0_.cluster_id = c1_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ?"
"params" => [1 => 42 => 63 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total, WEEK(p.date_cmd_a,3) AS semaine\n FROM history p\n LEFT JOIN cluster c ON c.id = p.cluster_id\n WHERE p.point_of_sale_id = :pointOfSale AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee AND p.fixe_chainage IS NOT NULL AND p.category_id IN (:cat0,:cat1,:cat2)\n GROUP BY semaine\n
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total, WEEK(p.date_cmd_a,3) AS semaine\n FROM history p\n LEFT JOIN cluster c ON c.id = p.cluster_id\n WHERE p.point_of_sale_id = :pointOfSale AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee AND p.fixe_chainage IS NOT NULL AND p.category_id IN (:cat0,:cat1,:cat2)\n GROUP BY semaine\n
"""
"params" => [
"pointOfSale" => 4
"mois" => 6
"annee" => 2025
"cat0" => 31
"cat1" => 32
"cat2" => 33]
"types" => []
]
debug
Executing statement:
"""
\n SELECT \n COUNT(DISTINCT result.titulaire_email) AS total, \n WEEK(result.date_cmd_a, 3) AS semaine\n FROM (\n -- Partie 1 : Catégorie 32 avec emails en catégorie 1\n SELECT p1.titulaire_email, p1.date_cmd_a\n FROM history p1\n LEFT JOIN cluster c1 ON p1.cluster_id = c1.id\n WHERE p1.category_id = :cat1\n AND p1.point_of_sale_id = :pointOfSale\n AND MONTH(p1.date_cmd_a) = :mois\n AND YEAR(p1.date_cmd_a) = :annee\n AND p1.titulaire_email IN (\n SELECT DISTINCT p_sub1.titulaire_email\n FROM history p_sub1\n WHERE p_sub1.category_id = 1\n AND p_sub1.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub1.date_cmd_a) = :mois\n AND YEAR(p_sub1.date_cmd_a) = :annee\n )\n\n UNION\n -- Partie 2 : Catégorie 31 avec emails en catégorie 1 ou 3\n SELECT p2.titulaire_email, p2.date_cmd_a\n FROM history p2\n LEFT JOIN cluster c2 ON p2.cluster_id = c2.id\n WHERE p2.category_id = :cat2\n AND p2.point_of_sale_id = :pointOfSale\n AND MONTH(p2.date_cmd_a) = :mois\n AND YEAR(p2.date_cmd_a) = :annee\n AND p2.titulaire_email IN (\n SELECT DISTINCT p_sub2.titulaire_email\n FROM history p_sub2\n WHERE p_sub2.category_id IN (1, 3)\n AND p_sub2.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub2.date_cmd_a) = :mois\n AND YEAR(p_sub2.date_cmd_a) = :annee\n )\n\n ) AS result\n GROUP BY WEEK(result.date_cmd_a, 3)\n ORDER BY semaine\n
"""
[
"sql" => """
\n SELECT \n COUNT(DISTINCT result.titulaire_email) AS total, \n WEEK(result.date_cmd_a, 3) AS semaine\n FROM (\n -- Partie 1 : Catégorie 32 avec emails en catégorie 1\n SELECT p1.titulaire_email, p1.date_cmd_a\n FROM history p1\n LEFT JOIN cluster c1 ON p1.cluster_id = c1.id\n WHERE p1.category_id = :cat1\n AND p1.point_of_sale_id = :pointOfSale\n AND MONTH(p1.date_cmd_a) = :mois\n AND YEAR(p1.date_cmd_a) = :annee\n AND p1.titulaire_email IN (\n SELECT DISTINCT p_sub1.titulaire_email\n FROM history p_sub1\n WHERE p_sub1.category_id = 1\n AND p_sub1.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub1.date_cmd_a) = :mois\n AND YEAR(p_sub1.date_cmd_a) = :annee\n )\n\n UNION\n -- Partie 2 : Catégorie 31 avec emails en catégorie 1 ou 3\n SELECT p2.titulaire_email, p2.date_cmd_a\n FROM history p2\n LEFT JOIN cluster c2 ON p2.cluster_id = c2.id\n WHERE p2.category_id = :cat2\n AND p2.point_of_sale_id = :pointOfSale\n AND MONTH(p2.date_cmd_a) = :mois\n AND YEAR(p2.date_cmd_a) = :annee\n AND p2.titulaire_email IN (\n SELECT DISTINCT p_sub2.titulaire_email\n FROM history p_sub2\n WHERE p_sub2.category_id IN (1, 3)\n AND p_sub2.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub2.date_cmd_a) = :mois\n AND YEAR(p_sub2.date_cmd_a) = :annee\n )\n\n ) AS result\n GROUP BY WEEK(result.date_cmd_a, 3)\n ORDER BY semaine\n
"""
"params" => [
"pointOfSale" => 4
"mois" => 6
"annee" => 2025
"cat1" => 32
"cat2" => 31]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.portabilite = :opt
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.portabilite = :opt
"""
"params" => [
"pointOfSale" => 4
"mois" => 6
"annee" => 2025
"opt" => "OUI"
]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_saisie_commande = :opt AND p.prise_existante_commande = :opt2
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_saisie_commande = :opt AND p.prise_existante_commande = :opt2
"""
"params" => [
"pointOfSale" => 4
"mois" => 6
"annee" => 2025
"opt" => "NON"
"opt2" => "OUI"
]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_saisie_commande = :opt
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_saisie_commande = :opt
"""
"params" => [
"pointOfSale" => 4
"mois" => 6
"annee" => 2025
"opt" => "OUI"
]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_existante_commande = :opt
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_existante_commande = :opt
"""
"params" => [
"pointOfSale" => 4
"mois" => 6
"annee" => 2025
"opt" => "NON"
]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_existante_commande = :opt
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_existante_commande = :opt
"""
"params" => [
"pointOfSale" => 4
"mois" => 6
"annee" => 2025
"opt" => "OUI"
]
"types" => []
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.category_id IN (?, ?) ORDER BY sclr_0 DESC"
(parameters:
[1 => 42 => 63 => 20254 => 15 => 3]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.category_id IN (?, ?) ORDER BY sclr_0 DESC"
"params" => [1 => 42 => 63 => 20254 => 15 => 3]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT AVG(s0_.note_satisfaction) AS sclr_0 FROM satisfaction_client s0_ LEFT JOIN history h1_ ON s0_.history_id = h1_.id LEFT JOIN cluster c2_ ON h1_.cluster_id = c2_.id WHERE MONTH(s0_.date_contrat) = ? AND YEAR(s0_.date_contrat) = ? AND s0_.cod_poin_vent = ?"
(parameters:
[1 => 52 => 20253 => "1053520"
]
, types:
[1 => 12 => 13 => 2]
)
doctrine
[
"sql" => "SELECT AVG(s0_.note_satisfaction) AS sclr_0 FROM satisfaction_client s0_ LEFT JOIN history h1_ ON s0_.history_id = h1_.id LEFT JOIN cluster c2_ ON h1_.cluster_id = c2_.id WHERE MONTH(s0_.date_contrat) = ? AND YEAR(s0_.date_contrat) = ? AND s0_.cod_poin_vent = ?"
"params" => [1 => 52 => 20253 => "1053520"
]
"types" => [1 => 12 => 13 => 2]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? ORDER BY sclr_0 DESC"
(parameters:
[1 => 42 => 53 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? ORDER BY sclr_0 DESC"
"params" => [1 => 42 => 53 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.product_id IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444) ORDER BY sclr_0 DESC"
(parameters:
[1 => 42 => 53 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.product_id IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444) ORDER BY sclr_0 DESC"
"params" => [1 => 42 => 53 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.date_racc IS NOT NULL AND (h0_.category_id IN (1, 3) OR (h0_.category_id IN (31) AND h0_.product_id IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444))) ORDER BY sclr_0 DESC"
(parameters:
[1 => 42 => 53 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.date_racc IS NOT NULL AND (h0_.category_id IN (1, 3) OR (h0_.category_id IN (31) AND h0_.product_id IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444))) ORDER BY sclr_0 DESC"
"params" => [1 => 42 => 53 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.date_racc IS NOT NULL AND (h0_.category_id IN (1, 2, 3) OR h0_.product_id IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444)) ORDER BY sclr_0 DESC"
(parameters:
[1 => 42 => 53 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.date_racc IS NOT NULL AND (h0_.category_id IN (1, 2, 3) OR h0_.product_id IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444)) ORDER BY sclr_0 DESC"
"params" => [1 => 42 => 53 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.category_id IN (?, ?, ?) AND h0_.category_id IN (31, 32, 33, 48) AND h0_.date_racc IS NOT NULL AND h0_.product_id NOT IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444) ORDER BY sclr_0 DESC"
(parameters:
[1 => 42 => 53 => 20254 => 315 => 326 => 33]
, types:
[1 => 12 => 13 => 14 => 15 => 16 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.category_id IN (?, ?, ?) AND h0_.category_id IN (31, 32, 33, 48) AND h0_.date_racc IS NOT NULL AND h0_.product_id NOT IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444) ORDER BY sclr_0 DESC"
"params" => [1 => 42 => 53 => 20254 => 315 => 326 => 33]
"types" => [1 => 12 => 13 => 14 => 15 => 16 => 1]
]
debug
Executing statement:
"SELECT COUNT(DISTINCT u0_.id) AS sclr_0 FROM history h1_ LEFT JOIN cluster c2_ ON h1_.cluster_id = c2_.id LEFT JOIN point_of_sale p3_ ON h1_.point_of_sale_id = p3_.id LEFT JOIN user u0_ ON h1_.seller_id = u0_.id WHERE h1_.point_of_sale_id = ? AND MONTH(h1_.date_vente_valid_b) = ? AND YEAR(h1_.date_vente_valid_b) = ?"
(parameters:
[1 => 42 => 53 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(DISTINCT u0_.id) AS sclr_0 FROM history h1_ LEFT JOIN cluster c2_ ON h1_.cluster_id = c2_.id LEFT JOIN point_of_sale p3_ ON h1_.point_of_sale_id = p3_.id LEFT JOIN user u0_ ON h1_.seller_id = u0_.id WHERE h1_.point_of_sale_id = ? AND MONTH(h1_.date_vente_valid_b) = ? AND YEAR(h1_.date_vente_valid_b) = ?"
"params" => [1 => 42 => 53 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) / NULLIF(COUNT(DISTINCT u1_.id), 0) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p2_ ON h0_.point_of_sale_id = p2_.id LEFT JOIN cluster c3_ ON h0_.cluster_id = c3_.id LEFT JOIN user u1_ ON h0_.seller_id = u1_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ?"
(parameters:
[1 => 42 => 53 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) / NULLIF(COUNT(DISTINCT u1_.id), 0) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p2_ ON h0_.point_of_sale_id = p2_.id LEFT JOIN cluster c3_ ON h0_.cluster_id = c3_.id LEFT JOIN user u1_ ON h0_.seller_id = u1_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ?"
"params" => [1 => 42 => 53 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.etat_id = ?"
(parameters:
[1 => 42 => 53 => 20254 => 2]
, types:
[1 => 12 => 13 => 14 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.etat_id = ?"
"params" => [1 => 42 => 53 => 20254 => 2]
"types" => [1 => 12 => 13 => 14 => 1]
]
debug
Executing statement:
"SELECT SUM(n0_.vv) AS sclr_0 FROM nmd_objectif_clusters n0_ WHERE n0_.cpv = ? AND n0_.mois = ? AND n0_.year = ?"
(parameters:
[1 => "1053520"
2 => 53 => 2025]
, types:
[1 => 22 => 13 => 1]
)
doctrine
[
"sql" => "SELECT SUM(n0_.vv) AS sclr_0 FROM nmd_objectif_clusters n0_ WHERE n0_.cpv = ? AND n0_.mois = ? AND n0_.year = ?"
"params" => [1 => "1053520"
2 => 53 => 2025]
"types" => [1 => 22 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.date_vente_valid_b <= ?"
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.date_vente_valid_b <= ?"
"params" => [1 => 42 => 53 => 20254 => "2026-02-10 10:37:56"
]
"types" => [1 => 12 => 13 => 14 => 2]
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT DAY(p.date_vente_valid_b))\n FROM history p\n WHERE p.point_of_sale_id = :pointOfSale\n AND MONTH(p.date_vente_valid_b) = :mois\n AND YEAR(p.date_vente_valid_b) = :annee\n AND DAYOFWEEK(p.date_vente_valid_b) >= 2 AND DAYOFWEEK(p.date_vente_valid_b) <= 6 -- Jours de travail (lundi à vendredi)\n AND p.date_vente_valid_b <= CURDATE() -- Jusqu'à aujourd'hui\n
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 5
"annee" => 2025]
, types:
[
"pointOfSale" => 2
"mois" => 2
"annee" => 2]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT DAY(p.date_vente_valid_b))\n FROM history p\n WHERE p.point_of_sale_id = :pointOfSale\n AND MONTH(p.date_vente_valid_b) = :mois\n AND YEAR(p.date_vente_valid_b) = :annee\n AND DAYOFWEEK(p.date_vente_valid_b) >= 2 AND DAYOFWEEK(p.date_vente_valid_b) <= 6 -- Jours de travail (lundi à vendredi)\n AND p.date_vente_valid_b <= CURDATE() -- Jusqu'à aujourd'hui\n
"""
"params" => [
"pointOfSale" => 4
"mois" => 5
"annee" => 2025]
"types" => [
"pointOfSale" => 2
"mois" => 2
"annee" => 2]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.date_vente_valid_b <= ?"
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.date_vente_valid_b <= ?"
"params" => [1 => 42 => 53 => 20254 => "2026-02-10 10:37:57"
]
"types" => [1 => 12 => 13 => 14 => 2]
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT DAY(p.date_vente_valid_b))\n FROM history p\n WHERE p.point_of_sale_id = :pointOfSale\n AND MONTH(p.date_vente_valid_b) = :mois\n AND YEAR(p.date_vente_valid_b) = :annee\n AND DAYOFWEEK(p.date_vente_valid_b) >= 2 AND DAYOFWEEK(p.date_vente_valid_b) <= 6 -- Jours de travail (lundi à vendredi)\n AND p.date_vente_valid_b <= CURDATE() -- Jusqu'à aujourd'hui\n
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 5
"annee" => 2025]
, types:
[
"pointOfSale" => 2
"mois" => 2
"annee" => 2]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT DAY(p.date_vente_valid_b))\n FROM history p\n WHERE p.point_of_sale_id = :pointOfSale\n AND MONTH(p.date_vente_valid_b) = :mois\n AND YEAR(p.date_vente_valid_b) = :annee\n AND DAYOFWEEK(p.date_vente_valid_b) >= 2 AND DAYOFWEEK(p.date_vente_valid_b) <= 6 -- Jours de travail (lundi à vendredi)\n AND p.date_vente_valid_b <= CURDATE() -- Jusqu'à aujourd'hui\n
"""
"params" => [
"pointOfSale" => 4
"mois" => 5
"annee" => 2025]
"types" => [
"pointOfSale" => 2
"mois" => 2
"annee" => 2]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.date_vente_valid_b <= ?"
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.date_vente_valid_b <= ?"
"params" => [1 => 42 => 53 => 20254 => "2026-02-10 10:37:57"
]
"types" => [1 => 12 => 13 => 14 => 2]
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT DAY(p.date_vente_valid_b))\n FROM history p\n WHERE p.point_of_sale_id = :pointOfSale\n AND MONTH(p.date_vente_valid_b) = :mois\n AND YEAR(p.date_vente_valid_b) = :annee\n AND DAYOFWEEK(p.date_vente_valid_b) >= 2 AND DAYOFWEEK(p.date_vente_valid_b) <= 6 -- Jours de travail (lundi à vendredi)\n AND p.date_vente_valid_b <= CURDATE() -- Jusqu'à aujourd'hui\n
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 5
"annee" => 2025]
, types:
[
"pointOfSale" => 2
"mois" => 2
"annee" => 2]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT DAY(p.date_vente_valid_b))\n FROM history p\n WHERE p.point_of_sale_id = :pointOfSale\n AND MONTH(p.date_vente_valid_b) = :mois\n AND YEAR(p.date_vente_valid_b) = :annee\n AND DAYOFWEEK(p.date_vente_valid_b) >= 2 AND DAYOFWEEK(p.date_vente_valid_b) <= 6 -- Jours de travail (lundi à vendredi)\n AND p.date_vente_valid_b <= CURDATE() -- Jusqu'à aujourd'hui\n
"""
"params" => [
"pointOfSale" => 4
"mois" => 5
"annee" => 2025]
"types" => [
"pointOfSale" => 2
"mois" => 2
"annee" => 2]
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT result.titulaire_email) AS total_vente\n FROM (\n SELECT p1.titulaire_email\n FROM history p1\n LEFT JOIN cluster c1 ON c1.id=p1.cluster_id\n WHERE p1.category_id = :cat1\n AND p1.point_of_sale_id = :pointOfSale\n AND MONTH(p1.date_cmd_a) = :mois\n AND YEAR(p1.date_cmd_a) = :annee\n AND p1.titulaire_email IN (\n SELECT DISTINCT p_sub1.titulaire_email\n FROM history p_sub1\n WHERE p_sub1.category_id = 1\n AND p_sub1.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub1.date_cmd_a) = :mois\n AND YEAR(p_sub1.date_cmd_a) = :annee\n )\n\n UNION\n SELECT p2.titulaire_email\n FROM history p2\n LEFT JOIN cluster c2 ON c2.id=p2.cluster_id\n WHERE p2.category_id = :cat2\n AND p2.point_of_sale_id = :pointOfSale\n AND MONTH(p2.date_cmd_a) = :mois\n AND YEAR(p2.date_cmd_a) = :annee\n AND p2.titulaire_email IN (\n SELECT DISTINCT p_sub2.titulaire_email\n FROM history p_sub2\n WHERE p_sub2.category_id IN (1, 3)\n AND p_sub2.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub2.date_cmd_a) = :mois\n AND YEAR(p_sub2.date_cmd_a) = :annee\n )\n ) AS result
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT result.titulaire_email) AS total_vente\n FROM (\n SELECT p1.titulaire_email\n FROM history p1\n LEFT JOIN cluster c1 ON c1.id=p1.cluster_id\n WHERE p1.category_id = :cat1\n AND p1.point_of_sale_id = :pointOfSale\n AND MONTH(p1.date_cmd_a) = :mois\n AND YEAR(p1.date_cmd_a) = :annee\n AND p1.titulaire_email IN (\n SELECT DISTINCT p_sub1.titulaire_email\n FROM history p_sub1\n WHERE p_sub1.category_id = 1\n AND p_sub1.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub1.date_cmd_a) = :mois\n AND YEAR(p_sub1.date_cmd_a) = :annee\n )\n\n UNION\n SELECT p2.titulaire_email\n FROM history p2\n LEFT JOIN cluster c2 ON c2.id=p2.cluster_id\n WHERE p2.category_id = :cat2\n AND p2.point_of_sale_id = :pointOfSale\n AND MONTH(p2.date_cmd_a) = :mois\n AND YEAR(p2.date_cmd_a) = :annee\n AND p2.titulaire_email IN (\n SELECT DISTINCT p_sub2.titulaire_email\n FROM history p_sub2\n WHERE p_sub2.category_id IN (1, 3)\n AND p_sub2.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub2.date_cmd_a) = :mois\n AND YEAR(p_sub2.date_cmd_a) = :annee\n )\n ) AS result
"""
"params" => [
"pointOfSale" => 4
"mois" => 5
"annee" => 2025
"cat1" => 32
"cat2" => 31]
"types" => []
]
debug
Executing statement:
"SELECT COUNT(DISTINCT h0_.titulaire_email) AS sclr_0 FROM history h0_ LEFT JOIN cluster c1_ ON h0_.cluster_id = c1_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.fixe_chainage IS NOT NULL AND h0_.category_id IN (31, 32, 33)"
(parameters:
[1 => 42 => 53 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(DISTINCT h0_.titulaire_email) AS sclr_0 FROM history h0_ LEFT JOIN cluster c1_ ON h0_.cluster_id = c1_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.fixe_chainage IS NOT NULL AND h0_.category_id IN (31, 32, 33)"
"params" => [1 => 42 => 53 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc, p.date_resiliation) > -31\n AND (p.category_id NOT IN (2, 31, 32, 33,48) OR p.product_id IN(150,262,264,266,334,335,341,344,345,379))\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 5
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc, p.date_resiliation) > -31\n AND (p.category_id NOT IN (2, 31, 32, 33,48) OR p.product_id IN(150,262,264,266,334,335,341,344,345,379))\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 5
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc, p.date_resiliation) > -31\n AND (p.category_id NOT IN (2, 31, 32, 33,48) OR p.product_id IN(150,262,264,266,334,335,341,344,345,379))\n AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 5
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc, p.date_resiliation) > -31\n AND (p.category_id NOT IN (2, 31, 32, 33,48) OR p.product_id IN(150,262,264,266,334,335,341,344,345,379))\n AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 5
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc, p.date_resiliation) > -31\n AND \n\t\t (\n p.category_id IN(1,3) \n OR \n ( \n p.category_id IN(31) AND p.product_id IN(150, 262, 264, 266, 334, 335, 341, 344, 345, 379,441,442,443,444)\n ) )\n AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 5
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc, p.date_resiliation) > -31\n AND \n\t\t (\n p.category_id IN(1,3) \n OR \n ( \n p.category_id IN(31) AND p.product_id IN(150, 262, 264, 266, 334, 335, 341, 344, 345, 379,441,442,443,444)\n ) )\n AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 5
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc , p.date_resiliation) > -31\n AND p.category_id IN(31,32,33,48) \n AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 5
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc , p.date_resiliation) > -31\n AND p.category_id IN(31,32,33,48) \n AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 5
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc , p.date_resiliation) > -31\n AND p.category_id IN(31,32,33,48) \n AND p.product_id NOT IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379,441,442,443,444) AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 5
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc , p.date_resiliation) > -31\n AND p.category_id IN(31,32,33,48) \n AND p.product_id NOT IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379,441,442,443,444) AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 5
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (SELECT DISTINCT(id) FROM category_product WHERE parent_category_id =4)\n AND (\n p.fixe_chainage IS NOT NULL \n OR p.fixe_autre IS NOT NULL\n )\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 5
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (SELECT DISTINCT(id) FROM category_product WHERE parent_category_id =4)\n AND (\n p.fixe_chainage IS NOT NULL \n OR p.fixe_autre IS NOT NULL\n )\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 5
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (SELECT DISTINCT(id) FROM category_product WHERE parent_category_id =4)\n AND (\n p.fixe_chainage IS NOT NULL \n )\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 5
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (SELECT DISTINCT(id) FROM category_product WHERE parent_category_id =4)\n AND (\n p.fixe_chainage IS NOT NULL \n )\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 5
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id NOT IN (2)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 5
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id NOT IN (2)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n
"""
"params" => [
"pointOfSale" => 4
"mois" => 5
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(p.id) AS total_vente, p.identity_ctrl\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.identity_ctrl IS NOT NULL \n\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee GROUP BY p.identity_ctrl
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 5
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(p.id) AS total_vente, p.identity_ctrl\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.identity_ctrl IS NOT NULL \n\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee GROUP BY p.identity_ctrl
"""
"params" => [
"pointOfSale" => 4
"mois" => 5
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"SELECT COUNT(DISTINCT h0_.titulaire_email) AS sclr_0 FROM history h0_ LEFT JOIN cluster c1_ ON h0_.cluster_id = c1_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ?"
(parameters:
[1 => 42 => 53 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(DISTINCT h0_.titulaire_email) AS sclr_0 FROM history h0_ LEFT JOIN cluster c1_ ON h0_.cluster_id = c1_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ?"
"params" => [1 => 42 => 53 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total, WEEK(p.date_cmd_a,3) AS semaine\n FROM history p\n LEFT JOIN cluster c ON c.id = p.cluster_id\n WHERE p.point_of_sale_id = :pointOfSale AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee AND p.fixe_chainage IS NOT NULL AND p.category_id IN (:cat0,:cat1,:cat2)\n GROUP BY semaine\n
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total, WEEK(p.date_cmd_a,3) AS semaine\n FROM history p\n LEFT JOIN cluster c ON c.id = p.cluster_id\n WHERE p.point_of_sale_id = :pointOfSale AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee AND p.fixe_chainage IS NOT NULL AND p.category_id IN (:cat0,:cat1,:cat2)\n GROUP BY semaine\n
"""
"params" => [
"pointOfSale" => 4
"mois" => 5
"annee" => 2025
"cat0" => 31
"cat1" => 32
"cat2" => 33]
"types" => []
]
debug
Executing statement:
"""
\n SELECT \n COUNT(DISTINCT result.titulaire_email) AS total, \n WEEK(result.date_cmd_a, 3) AS semaine\n FROM (\n -- Partie 1 : Catégorie 32 avec emails en catégorie 1\n SELECT p1.titulaire_email, p1.date_cmd_a\n FROM history p1\n LEFT JOIN cluster c1 ON p1.cluster_id = c1.id\n WHERE p1.category_id = :cat1\n AND p1.point_of_sale_id = :pointOfSale\n AND MONTH(p1.date_cmd_a) = :mois\n AND YEAR(p1.date_cmd_a) = :annee\n AND p1.titulaire_email IN (\n SELECT DISTINCT p_sub1.titulaire_email\n FROM history p_sub1\n WHERE p_sub1.category_id = 1\n AND p_sub1.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub1.date_cmd_a) = :mois\n AND YEAR(p_sub1.date_cmd_a) = :annee\n )\n\n UNION\n -- Partie 2 : Catégorie 31 avec emails en catégorie 1 ou 3\n SELECT p2.titulaire_email, p2.date_cmd_a\n FROM history p2\n LEFT JOIN cluster c2 ON p2.cluster_id = c2.id\n WHERE p2.category_id = :cat2\n AND p2.point_of_sale_id = :pointOfSale\n AND MONTH(p2.date_cmd_a) = :mois\n AND YEAR(p2.date_cmd_a) = :annee\n AND p2.titulaire_email IN (\n SELECT DISTINCT p_sub2.titulaire_email\n FROM history p_sub2\n WHERE p_sub2.category_id IN (1, 3)\n AND p_sub2.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub2.date_cmd_a) = :mois\n AND YEAR(p_sub2.date_cmd_a) = :annee\n )\n\n ) AS result\n GROUP BY WEEK(result.date_cmd_a, 3)\n ORDER BY semaine\n
"""
[
"sql" => """
\n SELECT \n COUNT(DISTINCT result.titulaire_email) AS total, \n WEEK(result.date_cmd_a, 3) AS semaine\n FROM (\n -- Partie 1 : Catégorie 32 avec emails en catégorie 1\n SELECT p1.titulaire_email, p1.date_cmd_a\n FROM history p1\n LEFT JOIN cluster c1 ON p1.cluster_id = c1.id\n WHERE p1.category_id = :cat1\n AND p1.point_of_sale_id = :pointOfSale\n AND MONTH(p1.date_cmd_a) = :mois\n AND YEAR(p1.date_cmd_a) = :annee\n AND p1.titulaire_email IN (\n SELECT DISTINCT p_sub1.titulaire_email\n FROM history p_sub1\n WHERE p_sub1.category_id = 1\n AND p_sub1.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub1.date_cmd_a) = :mois\n AND YEAR(p_sub1.date_cmd_a) = :annee\n )\n\n UNION\n -- Partie 2 : Catégorie 31 avec emails en catégorie 1 ou 3\n SELECT p2.titulaire_email, p2.date_cmd_a\n FROM history p2\n LEFT JOIN cluster c2 ON p2.cluster_id = c2.id\n WHERE p2.category_id = :cat2\n AND p2.point_of_sale_id = :pointOfSale\n AND MONTH(p2.date_cmd_a) = :mois\n AND YEAR(p2.date_cmd_a) = :annee\n AND p2.titulaire_email IN (\n SELECT DISTINCT p_sub2.titulaire_email\n FROM history p_sub2\n WHERE p_sub2.category_id IN (1, 3)\n AND p_sub2.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub2.date_cmd_a) = :mois\n AND YEAR(p_sub2.date_cmd_a) = :annee\n )\n\n ) AS result\n GROUP BY WEEK(result.date_cmd_a, 3)\n ORDER BY semaine\n
"""
"params" => [
"pointOfSale" => 4
"mois" => 5
"annee" => 2025
"cat1" => 32
"cat2" => 31]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.portabilite = :opt
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.portabilite = :opt
"""
"params" => [
"pointOfSale" => 4
"mois" => 5
"annee" => 2025
"opt" => "OUI"
]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_saisie_commande = :opt AND p.prise_existante_commande = :opt2
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_saisie_commande = :opt AND p.prise_existante_commande = :opt2
"""
"params" => [
"pointOfSale" => 4
"mois" => 5
"annee" => 2025
"opt" => "NON"
"opt2" => "OUI"
]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_saisie_commande = :opt
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_saisie_commande = :opt
"""
"params" => [
"pointOfSale" => 4
"mois" => 5
"annee" => 2025
"opt" => "OUI"
]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_existante_commande = :opt
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_existante_commande = :opt
"""
"params" => [
"pointOfSale" => 4
"mois" => 5
"annee" => 2025
"opt" => "NON"
]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_existante_commande = :opt
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_existante_commande = :opt
"""
"params" => [
"pointOfSale" => 4
"mois" => 5
"annee" => 2025
"opt" => "OUI"
]
"types" => []
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.category_id IN (?, ?) ORDER BY sclr_0 DESC"
(parameters:
[1 => 42 => 53 => 20254 => 15 => 3]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.category_id IN (?, ?) ORDER BY sclr_0 DESC"
"params" => [1 => 42 => 53 => 20254 => 15 => 3]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT AVG(s0_.note_satisfaction) AS sclr_0 FROM satisfaction_client s0_ LEFT JOIN history h1_ ON s0_.history_id = h1_.id LEFT JOIN cluster c2_ ON h1_.cluster_id = c2_.id WHERE MONTH(s0_.date_contrat) = ? AND YEAR(s0_.date_contrat) = ? AND s0_.cod_poin_vent = ?"
(parameters:
[1 => 42 => 20253 => "1053520"
]
, types:
[1 => 12 => 13 => 2]
)
doctrine
[
"sql" => "SELECT AVG(s0_.note_satisfaction) AS sclr_0 FROM satisfaction_client s0_ LEFT JOIN history h1_ ON s0_.history_id = h1_.id LEFT JOIN cluster c2_ ON h1_.cluster_id = c2_.id WHERE MONTH(s0_.date_contrat) = ? AND YEAR(s0_.date_contrat) = ? AND s0_.cod_poin_vent = ?"
"params" => [1 => 42 => 20253 => "1053520"
]
"types" => [1 => 12 => 13 => 2]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? ORDER BY sclr_0 DESC"
(parameters:
[1 => 42 => 43 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? ORDER BY sclr_0 DESC"
"params" => [1 => 42 => 43 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.product_id IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444) ORDER BY sclr_0 DESC"
(parameters:
[1 => 42 => 43 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.product_id IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444) ORDER BY sclr_0 DESC"
"params" => [1 => 42 => 43 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.date_racc IS NOT NULL AND (h0_.category_id IN (1, 3) OR (h0_.category_id IN (31) AND h0_.product_id IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444))) ORDER BY sclr_0 DESC"
(parameters:
[1 => 42 => 43 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.date_racc IS NOT NULL AND (h0_.category_id IN (1, 3) OR (h0_.category_id IN (31) AND h0_.product_id IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444))) ORDER BY sclr_0 DESC"
"params" => [1 => 42 => 43 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.date_racc IS NOT NULL AND (h0_.category_id IN (1, 2, 3) OR h0_.product_id IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444)) ORDER BY sclr_0 DESC"
(parameters:
[1 => 42 => 43 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.date_racc IS NOT NULL AND (h0_.category_id IN (1, 2, 3) OR h0_.product_id IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444)) ORDER BY sclr_0 DESC"
"params" => [1 => 42 => 43 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.category_id IN (?, ?, ?) AND h0_.category_id IN (31, 32, 33, 48) AND h0_.date_racc IS NOT NULL AND h0_.product_id NOT IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444) ORDER BY sclr_0 DESC"
(parameters:
[1 => 42 => 43 => 20254 => 315 => 326 => 33]
, types:
[1 => 12 => 13 => 14 => 15 => 16 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.category_id IN (?, ?, ?) AND h0_.category_id IN (31, 32, 33, 48) AND h0_.date_racc IS NOT NULL AND h0_.product_id NOT IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444) ORDER BY sclr_0 DESC"
"params" => [1 => 42 => 43 => 20254 => 315 => 326 => 33]
"types" => [1 => 12 => 13 => 14 => 15 => 16 => 1]
]
debug
Executing statement:
"SELECT COUNT(DISTINCT u0_.id) AS sclr_0 FROM history h1_ LEFT JOIN cluster c2_ ON h1_.cluster_id = c2_.id LEFT JOIN point_of_sale p3_ ON h1_.point_of_sale_id = p3_.id LEFT JOIN user u0_ ON h1_.seller_id = u0_.id WHERE h1_.point_of_sale_id = ? AND MONTH(h1_.date_vente_valid_b) = ? AND YEAR(h1_.date_vente_valid_b) = ?"
(parameters:
[1 => 42 => 43 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(DISTINCT u0_.id) AS sclr_0 FROM history h1_ LEFT JOIN cluster c2_ ON h1_.cluster_id = c2_.id LEFT JOIN point_of_sale p3_ ON h1_.point_of_sale_id = p3_.id LEFT JOIN user u0_ ON h1_.seller_id = u0_.id WHERE h1_.point_of_sale_id = ? AND MONTH(h1_.date_vente_valid_b) = ? AND YEAR(h1_.date_vente_valid_b) = ?"
"params" => [1 => 42 => 43 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) / NULLIF(COUNT(DISTINCT u1_.id), 0) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p2_ ON h0_.point_of_sale_id = p2_.id LEFT JOIN cluster c3_ ON h0_.cluster_id = c3_.id LEFT JOIN user u1_ ON h0_.seller_id = u1_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ?"
(parameters:
[1 => 42 => 43 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) / NULLIF(COUNT(DISTINCT u1_.id), 0) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p2_ ON h0_.point_of_sale_id = p2_.id LEFT JOIN cluster c3_ ON h0_.cluster_id = c3_.id LEFT JOIN user u1_ ON h0_.seller_id = u1_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ?"
"params" => [1 => 42 => 43 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.etat_id = ?"
(parameters:
[1 => 42 => 43 => 20254 => 2]
, types:
[1 => 12 => 13 => 14 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.etat_id = ?"
"params" => [1 => 42 => 43 => 20254 => 2]
"types" => [1 => 12 => 13 => 14 => 1]
]
debug
Executing statement:
"SELECT SUM(n0_.vv) AS sclr_0 FROM nmd_objectif_clusters n0_ WHERE n0_.cpv = ? AND n0_.mois = ? AND n0_.year = ?"
(parameters:
[1 => "1053520"
2 => 43 => 2025]
, types:
[1 => 22 => 13 => 1]
)
doctrine
[
"sql" => "SELECT SUM(n0_.vv) AS sclr_0 FROM nmd_objectif_clusters n0_ WHERE n0_.cpv = ? AND n0_.mois = ? AND n0_.year = ?"
"params" => [1 => "1053520"
2 => 43 => 2025]
"types" => [1 => 22 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.date_vente_valid_b <= ?"
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.date_vente_valid_b <= ?"
"params" => [1 => 42 => 43 => 20254 => "2026-02-10 10:38:03"
]
"types" => [1 => 12 => 13 => 14 => 2]
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT DAY(p.date_vente_valid_b))\n FROM history p\n WHERE p.point_of_sale_id = :pointOfSale\n AND MONTH(p.date_vente_valid_b) = :mois\n AND YEAR(p.date_vente_valid_b) = :annee\n AND DAYOFWEEK(p.date_vente_valid_b) >= 2 AND DAYOFWEEK(p.date_vente_valid_b) <= 6 -- Jours de travail (lundi à vendredi)\n AND p.date_vente_valid_b <= CURDATE() -- Jusqu'à aujourd'hui\n
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 4
"annee" => 2025]
, types:
[
"pointOfSale" => 2
"mois" => 2
"annee" => 2]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT DAY(p.date_vente_valid_b))\n FROM history p\n WHERE p.point_of_sale_id = :pointOfSale\n AND MONTH(p.date_vente_valid_b) = :mois\n AND YEAR(p.date_vente_valid_b) = :annee\n AND DAYOFWEEK(p.date_vente_valid_b) >= 2 AND DAYOFWEEK(p.date_vente_valid_b) <= 6 -- Jours de travail (lundi à vendredi)\n AND p.date_vente_valid_b <= CURDATE() -- Jusqu'à aujourd'hui\n
"""
"params" => [
"pointOfSale" => 4
"mois" => 4
"annee" => 2025]
"types" => [
"pointOfSale" => 2
"mois" => 2
"annee" => 2]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.date_vente_valid_b <= ?"
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.date_vente_valid_b <= ?"
"params" => [1 => 42 => 43 => 20254 => "2026-02-10 10:38:04"
]
"types" => [1 => 12 => 13 => 14 => 2]
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT DAY(p.date_vente_valid_b))\n FROM history p\n WHERE p.point_of_sale_id = :pointOfSale\n AND MONTH(p.date_vente_valid_b) = :mois\n AND YEAR(p.date_vente_valid_b) = :annee\n AND DAYOFWEEK(p.date_vente_valid_b) >= 2 AND DAYOFWEEK(p.date_vente_valid_b) <= 6 -- Jours de travail (lundi à vendredi)\n AND p.date_vente_valid_b <= CURDATE() -- Jusqu'à aujourd'hui\n
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 4
"annee" => 2025]
, types:
[
"pointOfSale" => 2
"mois" => 2
"annee" => 2]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT DAY(p.date_vente_valid_b))\n FROM history p\n WHERE p.point_of_sale_id = :pointOfSale\n AND MONTH(p.date_vente_valid_b) = :mois\n AND YEAR(p.date_vente_valid_b) = :annee\n AND DAYOFWEEK(p.date_vente_valid_b) >= 2 AND DAYOFWEEK(p.date_vente_valid_b) <= 6 -- Jours de travail (lundi à vendredi)\n AND p.date_vente_valid_b <= CURDATE() -- Jusqu'à aujourd'hui\n
"""
"params" => [
"pointOfSale" => 4
"mois" => 4
"annee" => 2025]
"types" => [
"pointOfSale" => 2
"mois" => 2
"annee" => 2]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.date_vente_valid_b <= ?"
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.date_vente_valid_b <= ?"
"params" => [1 => 42 => 43 => 20254 => "2026-02-10 10:38:04"
]
"types" => [1 => 12 => 13 => 14 => 2]
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT DAY(p.date_vente_valid_b))\n FROM history p\n WHERE p.point_of_sale_id = :pointOfSale\n AND MONTH(p.date_vente_valid_b) = :mois\n AND YEAR(p.date_vente_valid_b) = :annee\n AND DAYOFWEEK(p.date_vente_valid_b) >= 2 AND DAYOFWEEK(p.date_vente_valid_b) <= 6 -- Jours de travail (lundi à vendredi)\n AND p.date_vente_valid_b <= CURDATE() -- Jusqu'à aujourd'hui\n
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 4
"annee" => 2025]
, types:
[
"pointOfSale" => 2
"mois" => 2
"annee" => 2]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT DAY(p.date_vente_valid_b))\n FROM history p\n WHERE p.point_of_sale_id = :pointOfSale\n AND MONTH(p.date_vente_valid_b) = :mois\n AND YEAR(p.date_vente_valid_b) = :annee\n AND DAYOFWEEK(p.date_vente_valid_b) >= 2 AND DAYOFWEEK(p.date_vente_valid_b) <= 6 -- Jours de travail (lundi à vendredi)\n AND p.date_vente_valid_b <= CURDATE() -- Jusqu'à aujourd'hui\n
"""
"params" => [
"pointOfSale" => 4
"mois" => 4
"annee" => 2025]
"types" => [
"pointOfSale" => 2
"mois" => 2
"annee" => 2]
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT result.titulaire_email) AS total_vente\n FROM (\n SELECT p1.titulaire_email\n FROM history p1\n LEFT JOIN cluster c1 ON c1.id=p1.cluster_id\n WHERE p1.category_id = :cat1\n AND p1.point_of_sale_id = :pointOfSale\n AND MONTH(p1.date_cmd_a) = :mois\n AND YEAR(p1.date_cmd_a) = :annee\n AND p1.titulaire_email IN (\n SELECT DISTINCT p_sub1.titulaire_email\n FROM history p_sub1\n WHERE p_sub1.category_id = 1\n AND p_sub1.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub1.date_cmd_a) = :mois\n AND YEAR(p_sub1.date_cmd_a) = :annee\n )\n\n UNION\n SELECT p2.titulaire_email\n FROM history p2\n LEFT JOIN cluster c2 ON c2.id=p2.cluster_id\n WHERE p2.category_id = :cat2\n AND p2.point_of_sale_id = :pointOfSale\n AND MONTH(p2.date_cmd_a) = :mois\n AND YEAR(p2.date_cmd_a) = :annee\n AND p2.titulaire_email IN (\n SELECT DISTINCT p_sub2.titulaire_email\n FROM history p_sub2\n WHERE p_sub2.category_id IN (1, 3)\n AND p_sub2.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub2.date_cmd_a) = :mois\n AND YEAR(p_sub2.date_cmd_a) = :annee\n )\n ) AS result
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT result.titulaire_email) AS total_vente\n FROM (\n SELECT p1.titulaire_email\n FROM history p1\n LEFT JOIN cluster c1 ON c1.id=p1.cluster_id\n WHERE p1.category_id = :cat1\n AND p1.point_of_sale_id = :pointOfSale\n AND MONTH(p1.date_cmd_a) = :mois\n AND YEAR(p1.date_cmd_a) = :annee\n AND p1.titulaire_email IN (\n SELECT DISTINCT p_sub1.titulaire_email\n FROM history p_sub1\n WHERE p_sub1.category_id = 1\n AND p_sub1.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub1.date_cmd_a) = :mois\n AND YEAR(p_sub1.date_cmd_a) = :annee\n )\n\n UNION\n SELECT p2.titulaire_email\n FROM history p2\n LEFT JOIN cluster c2 ON c2.id=p2.cluster_id\n WHERE p2.category_id = :cat2\n AND p2.point_of_sale_id = :pointOfSale\n AND MONTH(p2.date_cmd_a) = :mois\n AND YEAR(p2.date_cmd_a) = :annee\n AND p2.titulaire_email IN (\n SELECT DISTINCT p_sub2.titulaire_email\n FROM history p_sub2\n WHERE p_sub2.category_id IN (1, 3)\n AND p_sub2.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub2.date_cmd_a) = :mois\n AND YEAR(p_sub2.date_cmd_a) = :annee\n )\n ) AS result
"""
"params" => [
"pointOfSale" => 4
"mois" => 4
"annee" => 2025
"cat1" => 32
"cat2" => 31]
"types" => []
]
debug
Executing statement:
"SELECT COUNT(DISTINCT h0_.titulaire_email) AS sclr_0 FROM history h0_ LEFT JOIN cluster c1_ ON h0_.cluster_id = c1_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.fixe_chainage IS NOT NULL AND h0_.category_id IN (31, 32, 33)"
(parameters:
[1 => 42 => 43 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(DISTINCT h0_.titulaire_email) AS sclr_0 FROM history h0_ LEFT JOIN cluster c1_ ON h0_.cluster_id = c1_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.fixe_chainage IS NOT NULL AND h0_.category_id IN (31, 32, 33)"
"params" => [1 => 42 => 43 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc, p.date_resiliation) > -31\n AND (p.category_id NOT IN (2, 31, 32, 33,48) OR p.product_id IN(150,262,264,266,334,335,341,344,345,379))\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 4
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc, p.date_resiliation) > -31\n AND (p.category_id NOT IN (2, 31, 32, 33,48) OR p.product_id IN(150,262,264,266,334,335,341,344,345,379))\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 4
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc, p.date_resiliation) > -31\n AND (p.category_id NOT IN (2, 31, 32, 33,48) OR p.product_id IN(150,262,264,266,334,335,341,344,345,379))\n AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 4
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc, p.date_resiliation) > -31\n AND (p.category_id NOT IN (2, 31, 32, 33,48) OR p.product_id IN(150,262,264,266,334,335,341,344,345,379))\n AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 4
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc, p.date_resiliation) > -31\n AND \n\t\t (\n p.category_id IN(1,3) \n OR \n ( \n p.category_id IN(31) AND p.product_id IN(150, 262, 264, 266, 334, 335, 341, 344, 345, 379,441,442,443,444)\n ) )\n AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 4
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc, p.date_resiliation) > -31\n AND \n\t\t (\n p.category_id IN(1,3) \n OR \n ( \n p.category_id IN(31) AND p.product_id IN(150, 262, 264, 266, 334, 335, 341, 344, 345, 379,441,442,443,444)\n ) )\n AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 4
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc , p.date_resiliation) > -31\n AND p.category_id IN(31,32,33,48) \n AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 4
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc , p.date_resiliation) > -31\n AND p.category_id IN(31,32,33,48) \n AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 4
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc , p.date_resiliation) > -31\n AND p.category_id IN(31,32,33,48) \n AND p.product_id NOT IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379,441,442,443,444) AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 4
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc , p.date_resiliation) > -31\n AND p.category_id IN(31,32,33,48) \n AND p.product_id NOT IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379,441,442,443,444) AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 4
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (SELECT DISTINCT(id) FROM category_product WHERE parent_category_id =4)\n AND (\n p.fixe_chainage IS NOT NULL \n OR p.fixe_autre IS NOT NULL\n )\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 4
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (SELECT DISTINCT(id) FROM category_product WHERE parent_category_id =4)\n AND (\n p.fixe_chainage IS NOT NULL \n OR p.fixe_autre IS NOT NULL\n )\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 4
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (SELECT DISTINCT(id) FROM category_product WHERE parent_category_id =4)\n AND (\n p.fixe_chainage IS NOT NULL \n )\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 4
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (SELECT DISTINCT(id) FROM category_product WHERE parent_category_id =4)\n AND (\n p.fixe_chainage IS NOT NULL \n )\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 4
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id NOT IN (2)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 4
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id NOT IN (2)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n
"""
"params" => [
"pointOfSale" => 4
"mois" => 4
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(p.id) AS total_vente, p.identity_ctrl\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.identity_ctrl IS NOT NULL \n\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee GROUP BY p.identity_ctrl
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 4
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(p.id) AS total_vente, p.identity_ctrl\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.identity_ctrl IS NOT NULL \n\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee GROUP BY p.identity_ctrl
"""
"params" => [
"pointOfSale" => 4
"mois" => 4
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"SELECT COUNT(DISTINCT h0_.titulaire_email) AS sclr_0 FROM history h0_ LEFT JOIN cluster c1_ ON h0_.cluster_id = c1_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ?"
(parameters:
[1 => 42 => 43 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(DISTINCT h0_.titulaire_email) AS sclr_0 FROM history h0_ LEFT JOIN cluster c1_ ON h0_.cluster_id = c1_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ?"
"params" => [1 => 42 => 43 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total, WEEK(p.date_cmd_a,3) AS semaine\n FROM history p\n LEFT JOIN cluster c ON c.id = p.cluster_id\n WHERE p.point_of_sale_id = :pointOfSale AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee AND p.fixe_chainage IS NOT NULL AND p.category_id IN (:cat0,:cat1,:cat2)\n GROUP BY semaine\n
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total, WEEK(p.date_cmd_a,3) AS semaine\n FROM history p\n LEFT JOIN cluster c ON c.id = p.cluster_id\n WHERE p.point_of_sale_id = :pointOfSale AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee AND p.fixe_chainage IS NOT NULL AND p.category_id IN (:cat0,:cat1,:cat2)\n GROUP BY semaine\n
"""
"params" => [
"pointOfSale" => 4
"mois" => 4
"annee" => 2025
"cat0" => 31
"cat1" => 32
"cat2" => 33]
"types" => []
]
debug
Executing statement:
"""
\n SELECT \n COUNT(DISTINCT result.titulaire_email) AS total, \n WEEK(result.date_cmd_a, 3) AS semaine\n FROM (\n -- Partie 1 : Catégorie 32 avec emails en catégorie 1\n SELECT p1.titulaire_email, p1.date_cmd_a\n FROM history p1\n LEFT JOIN cluster c1 ON p1.cluster_id = c1.id\n WHERE p1.category_id = :cat1\n AND p1.point_of_sale_id = :pointOfSale\n AND MONTH(p1.date_cmd_a) = :mois\n AND YEAR(p1.date_cmd_a) = :annee\n AND p1.titulaire_email IN (\n SELECT DISTINCT p_sub1.titulaire_email\n FROM history p_sub1\n WHERE p_sub1.category_id = 1\n AND p_sub1.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub1.date_cmd_a) = :mois\n AND YEAR(p_sub1.date_cmd_a) = :annee\n )\n\n UNION\n -- Partie 2 : Catégorie 31 avec emails en catégorie 1 ou 3\n SELECT p2.titulaire_email, p2.date_cmd_a\n FROM history p2\n LEFT JOIN cluster c2 ON p2.cluster_id = c2.id\n WHERE p2.category_id = :cat2\n AND p2.point_of_sale_id = :pointOfSale\n AND MONTH(p2.date_cmd_a) = :mois\n AND YEAR(p2.date_cmd_a) = :annee\n AND p2.titulaire_email IN (\n SELECT DISTINCT p_sub2.titulaire_email\n FROM history p_sub2\n WHERE p_sub2.category_id IN (1, 3)\n AND p_sub2.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub2.date_cmd_a) = :mois\n AND YEAR(p_sub2.date_cmd_a) = :annee\n )\n\n ) AS result\n GROUP BY WEEK(result.date_cmd_a, 3)\n ORDER BY semaine\n
"""
[
"sql" => """
\n SELECT \n COUNT(DISTINCT result.titulaire_email) AS total, \n WEEK(result.date_cmd_a, 3) AS semaine\n FROM (\n -- Partie 1 : Catégorie 32 avec emails en catégorie 1\n SELECT p1.titulaire_email, p1.date_cmd_a\n FROM history p1\n LEFT JOIN cluster c1 ON p1.cluster_id = c1.id\n WHERE p1.category_id = :cat1\n AND p1.point_of_sale_id = :pointOfSale\n AND MONTH(p1.date_cmd_a) = :mois\n AND YEAR(p1.date_cmd_a) = :annee\n AND p1.titulaire_email IN (\n SELECT DISTINCT p_sub1.titulaire_email\n FROM history p_sub1\n WHERE p_sub1.category_id = 1\n AND p_sub1.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub1.date_cmd_a) = :mois\n AND YEAR(p_sub1.date_cmd_a) = :annee\n )\n\n UNION\n -- Partie 2 : Catégorie 31 avec emails en catégorie 1 ou 3\n SELECT p2.titulaire_email, p2.date_cmd_a\n FROM history p2\n LEFT JOIN cluster c2 ON p2.cluster_id = c2.id\n WHERE p2.category_id = :cat2\n AND p2.point_of_sale_id = :pointOfSale\n AND MONTH(p2.date_cmd_a) = :mois\n AND YEAR(p2.date_cmd_a) = :annee\n AND p2.titulaire_email IN (\n SELECT DISTINCT p_sub2.titulaire_email\n FROM history p_sub2\n WHERE p_sub2.category_id IN (1, 3)\n AND p_sub2.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub2.date_cmd_a) = :mois\n AND YEAR(p_sub2.date_cmd_a) = :annee\n )\n\n ) AS result\n GROUP BY WEEK(result.date_cmd_a, 3)\n ORDER BY semaine\n
"""
"params" => [
"pointOfSale" => 4
"mois" => 4
"annee" => 2025
"cat1" => 32
"cat2" => 31]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.portabilite = :opt
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.portabilite = :opt
"""
"params" => [
"pointOfSale" => 4
"mois" => 4
"annee" => 2025
"opt" => "OUI"
]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_saisie_commande = :opt AND p.prise_existante_commande = :opt2
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_saisie_commande = :opt AND p.prise_existante_commande = :opt2
"""
"params" => [
"pointOfSale" => 4
"mois" => 4
"annee" => 2025
"opt" => "NON"
"opt2" => "OUI"
]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_saisie_commande = :opt
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_saisie_commande = :opt
"""
"params" => [
"pointOfSale" => 4
"mois" => 4
"annee" => 2025
"opt" => "OUI"
]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_existante_commande = :opt
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_existante_commande = :opt
"""
"params" => [
"pointOfSale" => 4
"mois" => 4
"annee" => 2025
"opt" => "NON"
]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_existante_commande = :opt
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_existante_commande = :opt
"""
"params" => [
"pointOfSale" => 4
"mois" => 4
"annee" => 2025
"opt" => "OUI"
]
"types" => []
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.category_id IN (?, ?) ORDER BY sclr_0 DESC"
(parameters:
[1 => 42 => 43 => 20254 => 15 => 3]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.category_id IN (?, ?) ORDER BY sclr_0 DESC"
"params" => [1 => 42 => 43 => 20254 => 15 => 3]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT AVG(s0_.note_satisfaction) AS sclr_0 FROM satisfaction_client s0_ LEFT JOIN history h1_ ON s0_.history_id = h1_.id LEFT JOIN cluster c2_ ON h1_.cluster_id = c2_.id WHERE MONTH(s0_.date_contrat) = ? AND YEAR(s0_.date_contrat) = ? AND s0_.cod_poin_vent = ?"
(parameters:
[1 => 32 => 20253 => "1053520"
]
, types:
[1 => 12 => 13 => 2]
)
doctrine
[
"sql" => "SELECT AVG(s0_.note_satisfaction) AS sclr_0 FROM satisfaction_client s0_ LEFT JOIN history h1_ ON s0_.history_id = h1_.id LEFT JOIN cluster c2_ ON h1_.cluster_id = c2_.id WHERE MONTH(s0_.date_contrat) = ? AND YEAR(s0_.date_contrat) = ? AND s0_.cod_poin_vent = ?"
"params" => [1 => 32 => 20253 => "1053520"
]
"types" => [1 => 12 => 13 => 2]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? ORDER BY sclr_0 DESC"
(parameters:
[1 => 42 => 33 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? ORDER BY sclr_0 DESC"
"params" => [1 => 42 => 33 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.product_id IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444) ORDER BY sclr_0 DESC"
(parameters:
[1 => 42 => 33 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.product_id IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444) ORDER BY sclr_0 DESC"
"params" => [1 => 42 => 33 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.date_racc IS NOT NULL AND (h0_.category_id IN (1, 3) OR (h0_.category_id IN (31) AND h0_.product_id IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444))) ORDER BY sclr_0 DESC"
(parameters:
[1 => 42 => 33 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.date_racc IS NOT NULL AND (h0_.category_id IN (1, 3) OR (h0_.category_id IN (31) AND h0_.product_id IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444))) ORDER BY sclr_0 DESC"
"params" => [1 => 42 => 33 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.date_racc IS NOT NULL AND (h0_.category_id IN (1, 2, 3) OR h0_.product_id IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444)) ORDER BY sclr_0 DESC"
(parameters:
[1 => 42 => 33 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.date_racc IS NOT NULL AND (h0_.category_id IN (1, 2, 3) OR h0_.product_id IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444)) ORDER BY sclr_0 DESC"
"params" => [1 => 42 => 33 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.category_id IN (?, ?, ?) AND h0_.category_id IN (31, 32, 33, 48) AND h0_.date_racc IS NOT NULL AND h0_.product_id NOT IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444) ORDER BY sclr_0 DESC"
(parameters:
[1 => 42 => 33 => 20254 => 315 => 326 => 33]
, types:
[1 => 12 => 13 => 14 => 15 => 16 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.category_id IN (?, ?, ?) AND h0_.category_id IN (31, 32, 33, 48) AND h0_.date_racc IS NOT NULL AND h0_.product_id NOT IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444) ORDER BY sclr_0 DESC"
"params" => [1 => 42 => 33 => 20254 => 315 => 326 => 33]
"types" => [1 => 12 => 13 => 14 => 15 => 16 => 1]
]
debug
Executing statement:
"SELECT COUNT(DISTINCT u0_.id) AS sclr_0 FROM history h1_ LEFT JOIN cluster c2_ ON h1_.cluster_id = c2_.id LEFT JOIN point_of_sale p3_ ON h1_.point_of_sale_id = p3_.id LEFT JOIN user u0_ ON h1_.seller_id = u0_.id WHERE h1_.point_of_sale_id = ? AND MONTH(h1_.date_vente_valid_b) = ? AND YEAR(h1_.date_vente_valid_b) = ?"
(parameters:
[1 => 42 => 33 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(DISTINCT u0_.id) AS sclr_0 FROM history h1_ LEFT JOIN cluster c2_ ON h1_.cluster_id = c2_.id LEFT JOIN point_of_sale p3_ ON h1_.point_of_sale_id = p3_.id LEFT JOIN user u0_ ON h1_.seller_id = u0_.id WHERE h1_.point_of_sale_id = ? AND MONTH(h1_.date_vente_valid_b) = ? AND YEAR(h1_.date_vente_valid_b) = ?"
"params" => [1 => 42 => 33 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) / NULLIF(COUNT(DISTINCT u1_.id), 0) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p2_ ON h0_.point_of_sale_id = p2_.id LEFT JOIN cluster c3_ ON h0_.cluster_id = c3_.id LEFT JOIN user u1_ ON h0_.seller_id = u1_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ?"
(parameters:
[1 => 42 => 33 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) / NULLIF(COUNT(DISTINCT u1_.id), 0) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p2_ ON h0_.point_of_sale_id = p2_.id LEFT JOIN cluster c3_ ON h0_.cluster_id = c3_.id LEFT JOIN user u1_ ON h0_.seller_id = u1_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ?"
"params" => [1 => 42 => 33 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.etat_id = ?"
(parameters:
[1 => 42 => 33 => 20254 => 2]
, types:
[1 => 12 => 13 => 14 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.etat_id = ?"
"params" => [1 => 42 => 33 => 20254 => 2]
"types" => [1 => 12 => 13 => 14 => 1]
]
debug
Executing statement:
"SELECT SUM(n0_.vv) AS sclr_0 FROM nmd_objectif_clusters n0_ WHERE n0_.cpv = ? AND n0_.mois = ? AND n0_.year = ?"
(parameters:
[1 => "1053520"
2 => 33 => 2025]
, types:
[1 => 22 => 13 => 1]
)
doctrine
[
"sql" => "SELECT SUM(n0_.vv) AS sclr_0 FROM nmd_objectif_clusters n0_ WHERE n0_.cpv = ? AND n0_.mois = ? AND n0_.year = ?"
"params" => [1 => "1053520"
2 => 33 => 2025]
"types" => [1 => 22 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.date_vente_valid_b <= ?"
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.date_vente_valid_b <= ?"
"params" => [1 => 42 => 33 => 20254 => "2026-02-10 10:38:09"
]
"types" => [1 => 12 => 13 => 14 => 2]
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT DAY(p.date_vente_valid_b))\n FROM history p\n WHERE p.point_of_sale_id = :pointOfSale\n AND MONTH(p.date_vente_valid_b) = :mois\n AND YEAR(p.date_vente_valid_b) = :annee\n AND DAYOFWEEK(p.date_vente_valid_b) >= 2 AND DAYOFWEEK(p.date_vente_valid_b) <= 6 -- Jours de travail (lundi à vendredi)\n AND p.date_vente_valid_b <= CURDATE() -- Jusqu'à aujourd'hui\n
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 3
"annee" => 2025]
, types:
[
"pointOfSale" => 2
"mois" => 2
"annee" => 2]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT DAY(p.date_vente_valid_b))\n FROM history p\n WHERE p.point_of_sale_id = :pointOfSale\n AND MONTH(p.date_vente_valid_b) = :mois\n AND YEAR(p.date_vente_valid_b) = :annee\n AND DAYOFWEEK(p.date_vente_valid_b) >= 2 AND DAYOFWEEK(p.date_vente_valid_b) <= 6 -- Jours de travail (lundi à vendredi)\n AND p.date_vente_valid_b <= CURDATE() -- Jusqu'à aujourd'hui\n
"""
"params" => [
"pointOfSale" => 4
"mois" => 3
"annee" => 2025]
"types" => [
"pointOfSale" => 2
"mois" => 2
"annee" => 2]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.date_vente_valid_b <= ?"
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.date_vente_valid_b <= ?"
"params" => [1 => 42 => 33 => 20254 => "2026-02-10 10:38:09"
]
"types" => [1 => 12 => 13 => 14 => 2]
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT DAY(p.date_vente_valid_b))\n FROM history p\n WHERE p.point_of_sale_id = :pointOfSale\n AND MONTH(p.date_vente_valid_b) = :mois\n AND YEAR(p.date_vente_valid_b) = :annee\n AND DAYOFWEEK(p.date_vente_valid_b) >= 2 AND DAYOFWEEK(p.date_vente_valid_b) <= 6 -- Jours de travail (lundi à vendredi)\n AND p.date_vente_valid_b <= CURDATE() -- Jusqu'à aujourd'hui\n
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 3
"annee" => 2025]
, types:
[
"pointOfSale" => 2
"mois" => 2
"annee" => 2]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT DAY(p.date_vente_valid_b))\n FROM history p\n WHERE p.point_of_sale_id = :pointOfSale\n AND MONTH(p.date_vente_valid_b) = :mois\n AND YEAR(p.date_vente_valid_b) = :annee\n AND DAYOFWEEK(p.date_vente_valid_b) >= 2 AND DAYOFWEEK(p.date_vente_valid_b) <= 6 -- Jours de travail (lundi à vendredi)\n AND p.date_vente_valid_b <= CURDATE() -- Jusqu'à aujourd'hui\n
"""
"params" => [
"pointOfSale" => 4
"mois" => 3
"annee" => 2025]
"types" => [
"pointOfSale" => 2
"mois" => 2
"annee" => 2]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.date_vente_valid_b <= ?"
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.date_vente_valid_b <= ?"
"params" => [1 => 42 => 33 => 20254 => "2026-02-10 10:38:09"
]
"types" => [1 => 12 => 13 => 14 => 2]
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT DAY(p.date_vente_valid_b))\n FROM history p\n WHERE p.point_of_sale_id = :pointOfSale\n AND MONTH(p.date_vente_valid_b) = :mois\n AND YEAR(p.date_vente_valid_b) = :annee\n AND DAYOFWEEK(p.date_vente_valid_b) >= 2 AND DAYOFWEEK(p.date_vente_valid_b) <= 6 -- Jours de travail (lundi à vendredi)\n AND p.date_vente_valid_b <= CURDATE() -- Jusqu'à aujourd'hui\n
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 3
"annee" => 2025]
, types:
[
"pointOfSale" => 2
"mois" => 2
"annee" => 2]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT DAY(p.date_vente_valid_b))\n FROM history p\n WHERE p.point_of_sale_id = :pointOfSale\n AND MONTH(p.date_vente_valid_b) = :mois\n AND YEAR(p.date_vente_valid_b) = :annee\n AND DAYOFWEEK(p.date_vente_valid_b) >= 2 AND DAYOFWEEK(p.date_vente_valid_b) <= 6 -- Jours de travail (lundi à vendredi)\n AND p.date_vente_valid_b <= CURDATE() -- Jusqu'à aujourd'hui\n
"""
"params" => [
"pointOfSale" => 4
"mois" => 3
"annee" => 2025]
"types" => [
"pointOfSale" => 2
"mois" => 2
"annee" => 2]
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT result.titulaire_email) AS total_vente\n FROM (\n SELECT p1.titulaire_email\n FROM history p1\n LEFT JOIN cluster c1 ON c1.id=p1.cluster_id\n WHERE p1.category_id = :cat1\n AND p1.point_of_sale_id = :pointOfSale\n AND MONTH(p1.date_cmd_a) = :mois\n AND YEAR(p1.date_cmd_a) = :annee\n AND p1.titulaire_email IN (\n SELECT DISTINCT p_sub1.titulaire_email\n FROM history p_sub1\n WHERE p_sub1.category_id = 1\n AND p_sub1.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub1.date_cmd_a) = :mois\n AND YEAR(p_sub1.date_cmd_a) = :annee\n )\n\n UNION\n SELECT p2.titulaire_email\n FROM history p2\n LEFT JOIN cluster c2 ON c2.id=p2.cluster_id\n WHERE p2.category_id = :cat2\n AND p2.point_of_sale_id = :pointOfSale\n AND MONTH(p2.date_cmd_a) = :mois\n AND YEAR(p2.date_cmd_a) = :annee\n AND p2.titulaire_email IN (\n SELECT DISTINCT p_sub2.titulaire_email\n FROM history p_sub2\n WHERE p_sub2.category_id IN (1, 3)\n AND p_sub2.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub2.date_cmd_a) = :mois\n AND YEAR(p_sub2.date_cmd_a) = :annee\n )\n ) AS result
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT result.titulaire_email) AS total_vente\n FROM (\n SELECT p1.titulaire_email\n FROM history p1\n LEFT JOIN cluster c1 ON c1.id=p1.cluster_id\n WHERE p1.category_id = :cat1\n AND p1.point_of_sale_id = :pointOfSale\n AND MONTH(p1.date_cmd_a) = :mois\n AND YEAR(p1.date_cmd_a) = :annee\n AND p1.titulaire_email IN (\n SELECT DISTINCT p_sub1.titulaire_email\n FROM history p_sub1\n WHERE p_sub1.category_id = 1\n AND p_sub1.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub1.date_cmd_a) = :mois\n AND YEAR(p_sub1.date_cmd_a) = :annee\n )\n\n UNION\n SELECT p2.titulaire_email\n FROM history p2\n LEFT JOIN cluster c2 ON c2.id=p2.cluster_id\n WHERE p2.category_id = :cat2\n AND p2.point_of_sale_id = :pointOfSale\n AND MONTH(p2.date_cmd_a) = :mois\n AND YEAR(p2.date_cmd_a) = :annee\n AND p2.titulaire_email IN (\n SELECT DISTINCT p_sub2.titulaire_email\n FROM history p_sub2\n WHERE p_sub2.category_id IN (1, 3)\n AND p_sub2.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub2.date_cmd_a) = :mois\n AND YEAR(p_sub2.date_cmd_a) = :annee\n )\n ) AS result
"""
"params" => [
"pointOfSale" => 4
"mois" => 3
"annee" => 2025
"cat1" => 32
"cat2" => 31]
"types" => []
]
debug
Executing statement:
"SELECT COUNT(DISTINCT h0_.titulaire_email) AS sclr_0 FROM history h0_ LEFT JOIN cluster c1_ ON h0_.cluster_id = c1_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.fixe_chainage IS NOT NULL AND h0_.category_id IN (31, 32, 33)"
(parameters:
[1 => 42 => 33 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(DISTINCT h0_.titulaire_email) AS sclr_0 FROM history h0_ LEFT JOIN cluster c1_ ON h0_.cluster_id = c1_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.fixe_chainage IS NOT NULL AND h0_.category_id IN (31, 32, 33)"
"params" => [1 => 42 => 33 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc, p.date_resiliation) > -31\n AND (p.category_id NOT IN (2, 31, 32, 33,48) OR p.product_id IN(150,262,264,266,334,335,341,344,345,379))\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 3
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc, p.date_resiliation) > -31\n AND (p.category_id NOT IN (2, 31, 32, 33,48) OR p.product_id IN(150,262,264,266,334,335,341,344,345,379))\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 3
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc, p.date_resiliation) > -31\n AND (p.category_id NOT IN (2, 31, 32, 33,48) OR p.product_id IN(150,262,264,266,334,335,341,344,345,379))\n AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 3
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc, p.date_resiliation) > -31\n AND (p.category_id NOT IN (2, 31, 32, 33,48) OR p.product_id IN(150,262,264,266,334,335,341,344,345,379))\n AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 3
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc, p.date_resiliation) > -31\n AND \n\t\t (\n p.category_id IN(1,3) \n OR \n ( \n p.category_id IN(31) AND p.product_id IN(150, 262, 264, 266, 334, 335, 341, 344, 345, 379,441,442,443,444)\n ) )\n AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 3
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc, p.date_resiliation) > -31\n AND \n\t\t (\n p.category_id IN(1,3) \n OR \n ( \n p.category_id IN(31) AND p.product_id IN(150, 262, 264, 266, 334, 335, 341, 344, 345, 379,441,442,443,444)\n ) )\n AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 3
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc , p.date_resiliation) > -31\n AND p.category_id IN(31,32,33,48) \n AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 3
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc , p.date_resiliation) > -31\n AND p.category_id IN(31,32,33,48) \n AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 3
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc , p.date_resiliation) > -31\n AND p.category_id IN(31,32,33,48) \n AND p.product_id NOT IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379,441,442,443,444) AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 3
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc , p.date_resiliation) > -31\n AND p.category_id IN(31,32,33,48) \n AND p.product_id NOT IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379,441,442,443,444) AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 3
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (SELECT DISTINCT(id) FROM category_product WHERE parent_category_id =4)\n AND (\n p.fixe_chainage IS NOT NULL \n OR p.fixe_autre IS NOT NULL\n )\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 3
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (SELECT DISTINCT(id) FROM category_product WHERE parent_category_id =4)\n AND (\n p.fixe_chainage IS NOT NULL \n OR p.fixe_autre IS NOT NULL\n )\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 3
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (SELECT DISTINCT(id) FROM category_product WHERE parent_category_id =4)\n AND (\n p.fixe_chainage IS NOT NULL \n )\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 3
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (SELECT DISTINCT(id) FROM category_product WHERE parent_category_id =4)\n AND (\n p.fixe_chainage IS NOT NULL \n )\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 3
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id NOT IN (2)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 3
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id NOT IN (2)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n
"""
"params" => [
"pointOfSale" => 4
"mois" => 3
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(p.id) AS total_vente, p.identity_ctrl\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.identity_ctrl IS NOT NULL \n\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee GROUP BY p.identity_ctrl
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 3
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(p.id) AS total_vente, p.identity_ctrl\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.identity_ctrl IS NOT NULL \n\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee GROUP BY p.identity_ctrl
"""
"params" => [
"pointOfSale" => 4
"mois" => 3
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"SELECT COUNT(DISTINCT h0_.titulaire_email) AS sclr_0 FROM history h0_ LEFT JOIN cluster c1_ ON h0_.cluster_id = c1_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ?"
(parameters:
[1 => 42 => 33 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(DISTINCT h0_.titulaire_email) AS sclr_0 FROM history h0_ LEFT JOIN cluster c1_ ON h0_.cluster_id = c1_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ?"
"params" => [1 => 42 => 33 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total, WEEK(p.date_cmd_a,3) AS semaine\n FROM history p\n LEFT JOIN cluster c ON c.id = p.cluster_id\n WHERE p.point_of_sale_id = :pointOfSale AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee AND p.fixe_chainage IS NOT NULL AND p.category_id IN (:cat0,:cat1,:cat2)\n GROUP BY semaine\n
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total, WEEK(p.date_cmd_a,3) AS semaine\n FROM history p\n LEFT JOIN cluster c ON c.id = p.cluster_id\n WHERE p.point_of_sale_id = :pointOfSale AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee AND p.fixe_chainage IS NOT NULL AND p.category_id IN (:cat0,:cat1,:cat2)\n GROUP BY semaine\n
"""
"params" => [
"pointOfSale" => 4
"mois" => 3
"annee" => 2025
"cat0" => 31
"cat1" => 32
"cat2" => 33]
"types" => []
]
debug
Executing statement:
"""
\n SELECT \n COUNT(DISTINCT result.titulaire_email) AS total, \n WEEK(result.date_cmd_a, 3) AS semaine\n FROM (\n -- Partie 1 : Catégorie 32 avec emails en catégorie 1\n SELECT p1.titulaire_email, p1.date_cmd_a\n FROM history p1\n LEFT JOIN cluster c1 ON p1.cluster_id = c1.id\n WHERE p1.category_id = :cat1\n AND p1.point_of_sale_id = :pointOfSale\n AND MONTH(p1.date_cmd_a) = :mois\n AND YEAR(p1.date_cmd_a) = :annee\n AND p1.titulaire_email IN (\n SELECT DISTINCT p_sub1.titulaire_email\n FROM history p_sub1\n WHERE p_sub1.category_id = 1\n AND p_sub1.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub1.date_cmd_a) = :mois\n AND YEAR(p_sub1.date_cmd_a) = :annee\n )\n\n UNION\n -- Partie 2 : Catégorie 31 avec emails en catégorie 1 ou 3\n SELECT p2.titulaire_email, p2.date_cmd_a\n FROM history p2\n LEFT JOIN cluster c2 ON p2.cluster_id = c2.id\n WHERE p2.category_id = :cat2\n AND p2.point_of_sale_id = :pointOfSale\n AND MONTH(p2.date_cmd_a) = :mois\n AND YEAR(p2.date_cmd_a) = :annee\n AND p2.titulaire_email IN (\n SELECT DISTINCT p_sub2.titulaire_email\n FROM history p_sub2\n WHERE p_sub2.category_id IN (1, 3)\n AND p_sub2.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub2.date_cmd_a) = :mois\n AND YEAR(p_sub2.date_cmd_a) = :annee\n )\n\n ) AS result\n GROUP BY WEEK(result.date_cmd_a, 3)\n ORDER BY semaine\n
"""
[
"sql" => """
\n SELECT \n COUNT(DISTINCT result.titulaire_email) AS total, \n WEEK(result.date_cmd_a, 3) AS semaine\n FROM (\n -- Partie 1 : Catégorie 32 avec emails en catégorie 1\n SELECT p1.titulaire_email, p1.date_cmd_a\n FROM history p1\n LEFT JOIN cluster c1 ON p1.cluster_id = c1.id\n WHERE p1.category_id = :cat1\n AND p1.point_of_sale_id = :pointOfSale\n AND MONTH(p1.date_cmd_a) = :mois\n AND YEAR(p1.date_cmd_a) = :annee\n AND p1.titulaire_email IN (\n SELECT DISTINCT p_sub1.titulaire_email\n FROM history p_sub1\n WHERE p_sub1.category_id = 1\n AND p_sub1.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub1.date_cmd_a) = :mois\n AND YEAR(p_sub1.date_cmd_a) = :annee\n )\n\n UNION\n -- Partie 2 : Catégorie 31 avec emails en catégorie 1 ou 3\n SELECT p2.titulaire_email, p2.date_cmd_a\n FROM history p2\n LEFT JOIN cluster c2 ON p2.cluster_id = c2.id\n WHERE p2.category_id = :cat2\n AND p2.point_of_sale_id = :pointOfSale\n AND MONTH(p2.date_cmd_a) = :mois\n AND YEAR(p2.date_cmd_a) = :annee\n AND p2.titulaire_email IN (\n SELECT DISTINCT p_sub2.titulaire_email\n FROM history p_sub2\n WHERE p_sub2.category_id IN (1, 3)\n AND p_sub2.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub2.date_cmd_a) = :mois\n AND YEAR(p_sub2.date_cmd_a) = :annee\n )\n\n ) AS result\n GROUP BY WEEK(result.date_cmd_a, 3)\n ORDER BY semaine\n
"""
"params" => [
"pointOfSale" => 4
"mois" => 3
"annee" => 2025
"cat1" => 32
"cat2" => 31]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.portabilite = :opt
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.portabilite = :opt
"""
"params" => [
"pointOfSale" => 4
"mois" => 3
"annee" => 2025
"opt" => "OUI"
]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_saisie_commande = :opt AND p.prise_existante_commande = :opt2
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_saisie_commande = :opt AND p.prise_existante_commande = :opt2
"""
"params" => [
"pointOfSale" => 4
"mois" => 3
"annee" => 2025
"opt" => "NON"
"opt2" => "OUI"
]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_saisie_commande = :opt
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_saisie_commande = :opt
"""
"params" => [
"pointOfSale" => 4
"mois" => 3
"annee" => 2025
"opt" => "OUI"
]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_existante_commande = :opt
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_existante_commande = :opt
"""
"params" => [
"pointOfSale" => 4
"mois" => 3
"annee" => 2025
"opt" => "NON"
]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_existante_commande = :opt
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_existante_commande = :opt
"""
"params" => [
"pointOfSale" => 4
"mois" => 3
"annee" => 2025
"opt" => "OUI"
]
"types" => []
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.category_id IN (?, ?) ORDER BY sclr_0 DESC"
(parameters:
[1 => 42 => 33 => 20254 => 15 => 3]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.category_id IN (?, ?) ORDER BY sclr_0 DESC"
"params" => [1 => 42 => 33 => 20254 => 15 => 3]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT AVG(s0_.note_satisfaction) AS sclr_0 FROM satisfaction_client s0_ LEFT JOIN history h1_ ON s0_.history_id = h1_.id LEFT JOIN cluster c2_ ON h1_.cluster_id = c2_.id WHERE MONTH(s0_.date_contrat) = ? AND YEAR(s0_.date_contrat) = ? AND s0_.cod_poin_vent = ?"
(parameters:
[1 => 22 => 20253 => "1053520"
]
, types:
[1 => 12 => 13 => 2]
)
doctrine
[
"sql" => "SELECT AVG(s0_.note_satisfaction) AS sclr_0 FROM satisfaction_client s0_ LEFT JOIN history h1_ ON s0_.history_id = h1_.id LEFT JOIN cluster c2_ ON h1_.cluster_id = c2_.id WHERE MONTH(s0_.date_contrat) = ? AND YEAR(s0_.date_contrat) = ? AND s0_.cod_poin_vent = ?"
"params" => [1 => 22 => 20253 => "1053520"
]
"types" => [1 => 12 => 13 => 2]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? ORDER BY sclr_0 DESC"
(parameters:
[1 => 42 => 23 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? ORDER BY sclr_0 DESC"
"params" => [1 => 42 => 23 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.product_id IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444) ORDER BY sclr_0 DESC"
(parameters:
[1 => 42 => 23 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.product_id IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444) ORDER BY sclr_0 DESC"
"params" => [1 => 42 => 23 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.date_racc IS NOT NULL AND (h0_.category_id IN (1, 3) OR (h0_.category_id IN (31) AND h0_.product_id IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444))) ORDER BY sclr_0 DESC"
(parameters:
[1 => 42 => 23 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.date_racc IS NOT NULL AND (h0_.category_id IN (1, 3) OR (h0_.category_id IN (31) AND h0_.product_id IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444))) ORDER BY sclr_0 DESC"
"params" => [1 => 42 => 23 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.date_racc IS NOT NULL AND (h0_.category_id IN (1, 2, 3) OR h0_.product_id IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444)) ORDER BY sclr_0 DESC"
(parameters:
[1 => 42 => 23 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.date_racc IS NOT NULL AND (h0_.category_id IN (1, 2, 3) OR h0_.product_id IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444)) ORDER BY sclr_0 DESC"
"params" => [1 => 42 => 23 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.category_id IN (?, ?, ?) AND h0_.category_id IN (31, 32, 33, 48) AND h0_.date_racc IS NOT NULL AND h0_.product_id NOT IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444) ORDER BY sclr_0 DESC"
(parameters:
[1 => 42 => 23 => 20254 => 315 => 326 => 33]
, types:
[1 => 12 => 13 => 14 => 15 => 16 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.category_id IN (?, ?, ?) AND h0_.category_id IN (31, 32, 33, 48) AND h0_.date_racc IS NOT NULL AND h0_.product_id NOT IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379, 441, 442, 443, 444) ORDER BY sclr_0 DESC"
"params" => [1 => 42 => 23 => 20254 => 315 => 326 => 33]
"types" => [1 => 12 => 13 => 14 => 15 => 16 => 1]
]
debug
Executing statement:
"SELECT COUNT(DISTINCT u0_.id) AS sclr_0 FROM history h1_ LEFT JOIN cluster c2_ ON h1_.cluster_id = c2_.id LEFT JOIN point_of_sale p3_ ON h1_.point_of_sale_id = p3_.id LEFT JOIN user u0_ ON h1_.seller_id = u0_.id WHERE h1_.point_of_sale_id = ? AND MONTH(h1_.date_vente_valid_b) = ? AND YEAR(h1_.date_vente_valid_b) = ?"
(parameters:
[1 => 42 => 23 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(DISTINCT u0_.id) AS sclr_0 FROM history h1_ LEFT JOIN cluster c2_ ON h1_.cluster_id = c2_.id LEFT JOIN point_of_sale p3_ ON h1_.point_of_sale_id = p3_.id LEFT JOIN user u0_ ON h1_.seller_id = u0_.id WHERE h1_.point_of_sale_id = ? AND MONTH(h1_.date_vente_valid_b) = ? AND YEAR(h1_.date_vente_valid_b) = ?"
"params" => [1 => 42 => 23 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) / NULLIF(COUNT(DISTINCT u1_.id), 0) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p2_ ON h0_.point_of_sale_id = p2_.id LEFT JOIN cluster c3_ ON h0_.cluster_id = c3_.id LEFT JOIN user u1_ ON h0_.seller_id = u1_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ?"
(parameters:
[1 => 42 => 23 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) / NULLIF(COUNT(DISTINCT u1_.id), 0) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p2_ ON h0_.point_of_sale_id = p2_.id LEFT JOIN cluster c3_ ON h0_.cluster_id = c3_.id LEFT JOIN user u1_ ON h0_.seller_id = u1_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ?"
"params" => [1 => 42 => 23 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.etat_id = ?"
(parameters:
[1 => 42 => 23 => 20254 => 2]
, types:
[1 => 12 => 13 => 14 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.etat_id = ?"
"params" => [1 => 42 => 23 => 20254 => 2]
"types" => [1 => 12 => 13 => 14 => 1]
]
debug
Executing statement:
"SELECT SUM(n0_.vv) AS sclr_0 FROM nmd_objectif_clusters n0_ WHERE n0_.cpv = ? AND n0_.mois = ? AND n0_.year = ?"
(parameters:
[1 => "1053520"
2 => 23 => 2025]
, types:
[1 => 22 => 13 => 1]
)
doctrine
[
"sql" => "SELECT SUM(n0_.vv) AS sclr_0 FROM nmd_objectif_clusters n0_ WHERE n0_.cpv = ? AND n0_.mois = ? AND n0_.year = ?"
"params" => [1 => "1053520"
2 => 23 => 2025]
"types" => [1 => 22 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.date_vente_valid_b <= ?"
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.date_vente_valid_b <= ?"
"params" => [1 => 42 => 23 => 20254 => "2026-02-10 10:38:13"
]
"types" => [1 => 12 => 13 => 14 => 2]
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT DAY(p.date_vente_valid_b))\n FROM history p\n WHERE p.point_of_sale_id = :pointOfSale\n AND MONTH(p.date_vente_valid_b) = :mois\n AND YEAR(p.date_vente_valid_b) = :annee\n AND DAYOFWEEK(p.date_vente_valid_b) >= 2 AND DAYOFWEEK(p.date_vente_valid_b) <= 6 -- Jours de travail (lundi à vendredi)\n AND p.date_vente_valid_b <= CURDATE() -- Jusqu'à aujourd'hui\n
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 2
"annee" => 2025]
, types:
[
"pointOfSale" => 2
"mois" => 2
"annee" => 2]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT DAY(p.date_vente_valid_b))\n FROM history p\n WHERE p.point_of_sale_id = :pointOfSale\n AND MONTH(p.date_vente_valid_b) = :mois\n AND YEAR(p.date_vente_valid_b) = :annee\n AND DAYOFWEEK(p.date_vente_valid_b) >= 2 AND DAYOFWEEK(p.date_vente_valid_b) <= 6 -- Jours de travail (lundi à vendredi)\n AND p.date_vente_valid_b <= CURDATE() -- Jusqu'à aujourd'hui\n
"""
"params" => [
"pointOfSale" => 4
"mois" => 2
"annee" => 2025]
"types" => [
"pointOfSale" => 2
"mois" => 2
"annee" => 2]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.date_vente_valid_b <= ?"
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.date_vente_valid_b <= ?"
"params" => [1 => 42 => 23 => 20254 => "2026-02-10 10:38:13"
]
"types" => [1 => 12 => 13 => 14 => 2]
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT DAY(p.date_vente_valid_b))\n FROM history p\n WHERE p.point_of_sale_id = :pointOfSale\n AND MONTH(p.date_vente_valid_b) = :mois\n AND YEAR(p.date_vente_valid_b) = :annee\n AND DAYOFWEEK(p.date_vente_valid_b) >= 2 AND DAYOFWEEK(p.date_vente_valid_b) <= 6 -- Jours de travail (lundi à vendredi)\n AND p.date_vente_valid_b <= CURDATE() -- Jusqu'à aujourd'hui\n
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 2
"annee" => 2025]
, types:
[
"pointOfSale" => 2
"mois" => 2
"annee" => 2]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT DAY(p.date_vente_valid_b))\n FROM history p\n WHERE p.point_of_sale_id = :pointOfSale\n AND MONTH(p.date_vente_valid_b) = :mois\n AND YEAR(p.date_vente_valid_b) = :annee\n AND DAYOFWEEK(p.date_vente_valid_b) >= 2 AND DAYOFWEEK(p.date_vente_valid_b) <= 6 -- Jours de travail (lundi à vendredi)\n AND p.date_vente_valid_b <= CURDATE() -- Jusqu'à aujourd'hui\n
"""
"params" => [
"pointOfSale" => 4
"mois" => 2
"annee" => 2025]
"types" => [
"pointOfSale" => 2
"mois" => 2
"annee" => 2]
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.date_vente_valid_b <= ?"
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_vente_valid_b) = ? AND YEAR(h0_.date_vente_valid_b) = ? AND h0_.date_vente_valid_b <= ?"
"params" => [1 => 42 => 23 => 20254 => "2026-02-10 10:38:13"
]
"types" => [1 => 12 => 13 => 14 => 2]
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT DAY(p.date_vente_valid_b))\n FROM history p\n WHERE p.point_of_sale_id = :pointOfSale\n AND MONTH(p.date_vente_valid_b) = :mois\n AND YEAR(p.date_vente_valid_b) = :annee\n AND DAYOFWEEK(p.date_vente_valid_b) >= 2 AND DAYOFWEEK(p.date_vente_valid_b) <= 6 -- Jours de travail (lundi à vendredi)\n AND p.date_vente_valid_b <= CURDATE() -- Jusqu'à aujourd'hui\n
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 2
"annee" => 2025]
, types:
[
"pointOfSale" => 2
"mois" => 2
"annee" => 2]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT DAY(p.date_vente_valid_b))\n FROM history p\n WHERE p.point_of_sale_id = :pointOfSale\n AND MONTH(p.date_vente_valid_b) = :mois\n AND YEAR(p.date_vente_valid_b) = :annee\n AND DAYOFWEEK(p.date_vente_valid_b) >= 2 AND DAYOFWEEK(p.date_vente_valid_b) <= 6 -- Jours de travail (lundi à vendredi)\n AND p.date_vente_valid_b <= CURDATE() -- Jusqu'à aujourd'hui\n
"""
"params" => [
"pointOfSale" => 4
"mois" => 2
"annee" => 2025]
"types" => [
"pointOfSale" => 2
"mois" => 2
"annee" => 2]
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT result.titulaire_email) AS total_vente\n FROM (\n SELECT p1.titulaire_email\n FROM history p1\n LEFT JOIN cluster c1 ON c1.id=p1.cluster_id\n WHERE p1.category_id = :cat1\n AND p1.point_of_sale_id = :pointOfSale\n AND MONTH(p1.date_cmd_a) = :mois\n AND YEAR(p1.date_cmd_a) = :annee\n AND p1.titulaire_email IN (\n SELECT DISTINCT p_sub1.titulaire_email\n FROM history p_sub1\n WHERE p_sub1.category_id = 1\n AND p_sub1.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub1.date_cmd_a) = :mois\n AND YEAR(p_sub1.date_cmd_a) = :annee\n )\n\n UNION\n SELECT p2.titulaire_email\n FROM history p2\n LEFT JOIN cluster c2 ON c2.id=p2.cluster_id\n WHERE p2.category_id = :cat2\n AND p2.point_of_sale_id = :pointOfSale\n AND MONTH(p2.date_cmd_a) = :mois\n AND YEAR(p2.date_cmd_a) = :annee\n AND p2.titulaire_email IN (\n SELECT DISTINCT p_sub2.titulaire_email\n FROM history p_sub2\n WHERE p_sub2.category_id IN (1, 3)\n AND p_sub2.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub2.date_cmd_a) = :mois\n AND YEAR(p_sub2.date_cmd_a) = :annee\n )\n ) AS result
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT result.titulaire_email) AS total_vente\n FROM (\n SELECT p1.titulaire_email\n FROM history p1\n LEFT JOIN cluster c1 ON c1.id=p1.cluster_id\n WHERE p1.category_id = :cat1\n AND p1.point_of_sale_id = :pointOfSale\n AND MONTH(p1.date_cmd_a) = :mois\n AND YEAR(p1.date_cmd_a) = :annee\n AND p1.titulaire_email IN (\n SELECT DISTINCT p_sub1.titulaire_email\n FROM history p_sub1\n WHERE p_sub1.category_id = 1\n AND p_sub1.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub1.date_cmd_a) = :mois\n AND YEAR(p_sub1.date_cmd_a) = :annee\n )\n\n UNION\n SELECT p2.titulaire_email\n FROM history p2\n LEFT JOIN cluster c2 ON c2.id=p2.cluster_id\n WHERE p2.category_id = :cat2\n AND p2.point_of_sale_id = :pointOfSale\n AND MONTH(p2.date_cmd_a) = :mois\n AND YEAR(p2.date_cmd_a) = :annee\n AND p2.titulaire_email IN (\n SELECT DISTINCT p_sub2.titulaire_email\n FROM history p_sub2\n WHERE p_sub2.category_id IN (1, 3)\n AND p_sub2.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub2.date_cmd_a) = :mois\n AND YEAR(p_sub2.date_cmd_a) = :annee\n )\n ) AS result
"""
"params" => [
"pointOfSale" => 4
"mois" => 2
"annee" => 2025
"cat1" => 32
"cat2" => 31]
"types" => []
]
debug
Executing statement:
"SELECT COUNT(DISTINCT h0_.titulaire_email) AS sclr_0 FROM history h0_ LEFT JOIN cluster c1_ ON h0_.cluster_id = c1_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.fixe_chainage IS NOT NULL AND h0_.category_id IN (31, 32, 33)"
(parameters:
[1 => 42 => 23 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(DISTINCT h0_.titulaire_email) AS sclr_0 FROM history h0_ LEFT JOIN cluster c1_ ON h0_.cluster_id = c1_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.fixe_chainage IS NOT NULL AND h0_.category_id IN (31, 32, 33)"
"params" => [1 => 42 => 23 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc, p.date_resiliation) > -31\n AND (p.category_id NOT IN (2, 31, 32, 33,48) OR p.product_id IN(150,262,264,266,334,335,341,344,345,379))\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 2
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc, p.date_resiliation) > -31\n AND (p.category_id NOT IN (2, 31, 32, 33,48) OR p.product_id IN(150,262,264,266,334,335,341,344,345,379))\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 2
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc, p.date_resiliation) > -31\n AND (p.category_id NOT IN (2, 31, 32, 33,48) OR p.product_id IN(150,262,264,266,334,335,341,344,345,379))\n AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 2
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc, p.date_resiliation) > -31\n AND (p.category_id NOT IN (2, 31, 32, 33,48) OR p.product_id IN(150,262,264,266,334,335,341,344,345,379))\n AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 2
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc, p.date_resiliation) > -31\n AND \n\t\t (\n p.category_id IN(1,3) \n OR \n ( \n p.category_id IN(31) AND p.product_id IN(150, 262, 264, 266, 334, 335, 341, 344, 345, 379,441,442,443,444)\n ) )\n AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 2
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc, p.date_resiliation) > -31\n AND \n\t\t (\n p.category_id IN(1,3) \n OR \n ( \n p.category_id IN(31) AND p.product_id IN(150, 262, 264, 266, 334, 335, 341, 344, 345, 379,441,442,443,444)\n ) )\n AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 2
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc , p.date_resiliation) > -31\n AND p.category_id IN(31,32,33,48) \n AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 2
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc , p.date_resiliation) > -31\n AND p.category_id IN(31,32,33,48) \n AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 2
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc , p.date_resiliation) > -31\n AND p.category_id IN(31,32,33,48) \n AND p.product_id NOT IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379,441,442,443,444) AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 2
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.date_resiliation IS NOT NULL\n AND p.date_racc IS NOT NULL\n AND DATEDIFF(p.date_racc , p.date_resiliation) > -31\n AND p.category_id IN(31,32,33,48) \n AND p.product_id NOT IN (150, 262, 264, 266, 334, 335, 341, 344, 345, 379,441,442,443,444) AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 2
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (SELECT DISTINCT(id) FROM category_product WHERE parent_category_id =4)\n AND (\n p.fixe_chainage IS NOT NULL \n OR p.fixe_autre IS NOT NULL\n )\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 2
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (SELECT DISTINCT(id) FROM category_product WHERE parent_category_id =4)\n AND (\n p.fixe_chainage IS NOT NULL \n OR p.fixe_autre IS NOT NULL\n )\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 2
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (SELECT DISTINCT(id) FROM category_product WHERE parent_category_id =4)\n AND (\n p.fixe_chainage IS NOT NULL \n )\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 2
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (SELECT DISTINCT(id) FROM category_product WHERE parent_category_id =4)\n AND (\n p.fixe_chainage IS NOT NULL \n )\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee
"""
"params" => [
"pointOfSale" => 4
"mois" => 2
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id NOT IN (2)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 2
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id NOT IN (2)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n
"""
"params" => [
"pointOfSale" => 4
"mois" => 2
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(p.id) AS total_vente, p.identity_ctrl\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.identity_ctrl IS NOT NULL \n\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee GROUP BY p.identity_ctrl
"""
(parameters:
[
"pointOfSale" => 4
"mois" => 2
"annee" => 2025]
, types:
[]
)
doctrine
[
"sql" => """
\n SELECT COUNT(p.id) AS total_vente, p.identity_ctrl\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON p.cluster_id = c.id\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.identity_ctrl IS NOT NULL \n\n AND MONTH(p.date_vente_valid_b) = :mois AND YEAR(p.date_vente_valid_b) = :annee GROUP BY p.identity_ctrl
"""
"params" => [
"pointOfSale" => 4
"mois" => 2
"annee" => 2025]
"types" => []
]
debug
Executing statement:
"SELECT COUNT(DISTINCT h0_.titulaire_email) AS sclr_0 FROM history h0_ LEFT JOIN cluster c1_ ON h0_.cluster_id = c1_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ?"
(parameters:
[1 => 42 => 23 => 2025]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(DISTINCT h0_.titulaire_email) AS sclr_0 FROM history h0_ LEFT JOIN cluster c1_ ON h0_.cluster_id = c1_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ?"
"params" => [1 => 42 => 23 => 2025]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total, WEEK(p.date_cmd_a,3) AS semaine\n FROM history p\n LEFT JOIN cluster c ON c.id = p.cluster_id\n WHERE p.point_of_sale_id = :pointOfSale AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee AND p.fixe_chainage IS NOT NULL AND p.category_id IN (:cat0,:cat1,:cat2)\n GROUP BY semaine\n
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT p.titulaire_email) AS total, WEEK(p.date_cmd_a,3) AS semaine\n FROM history p\n LEFT JOIN cluster c ON c.id = p.cluster_id\n WHERE p.point_of_sale_id = :pointOfSale AND MONTH(p.date_cmd_a) = :mois AND YEAR(p.date_cmd_a) = :annee AND p.fixe_chainage IS NOT NULL AND p.category_id IN (:cat0,:cat1,:cat2)\n GROUP BY semaine\n
"""
"params" => [
"pointOfSale" => 4
"mois" => 2
"annee" => 2025
"cat0" => 31
"cat1" => 32
"cat2" => 33]
"types" => []
]
debug
Executing statement:
"""
\n SELECT \n COUNT(DISTINCT result.titulaire_email) AS total, \n WEEK(result.date_cmd_a, 3) AS semaine\n FROM (\n -- Partie 1 : Catégorie 32 avec emails en catégorie 1\n SELECT p1.titulaire_email, p1.date_cmd_a\n FROM history p1\n LEFT JOIN cluster c1 ON p1.cluster_id = c1.id\n WHERE p1.category_id = :cat1\n AND p1.point_of_sale_id = :pointOfSale\n AND MONTH(p1.date_cmd_a) = :mois\n AND YEAR(p1.date_cmd_a) = :annee\n AND p1.titulaire_email IN (\n SELECT DISTINCT p_sub1.titulaire_email\n FROM history p_sub1\n WHERE p_sub1.category_id = 1\n AND p_sub1.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub1.date_cmd_a) = :mois\n AND YEAR(p_sub1.date_cmd_a) = :annee\n )\n\n UNION\n -- Partie 2 : Catégorie 31 avec emails en catégorie 1 ou 3\n SELECT p2.titulaire_email, p2.date_cmd_a\n FROM history p2\n LEFT JOIN cluster c2 ON p2.cluster_id = c2.id\n WHERE p2.category_id = :cat2\n AND p2.point_of_sale_id = :pointOfSale\n AND MONTH(p2.date_cmd_a) = :mois\n AND YEAR(p2.date_cmd_a) = :annee\n AND p2.titulaire_email IN (\n SELECT DISTINCT p_sub2.titulaire_email\n FROM history p_sub2\n WHERE p_sub2.category_id IN (1, 3)\n AND p_sub2.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub2.date_cmd_a) = :mois\n AND YEAR(p_sub2.date_cmd_a) = :annee\n )\n\n ) AS result\n GROUP BY WEEK(result.date_cmd_a, 3)\n ORDER BY semaine\n
"""
[
"sql" => """
\n SELECT \n COUNT(DISTINCT result.titulaire_email) AS total, \n WEEK(result.date_cmd_a, 3) AS semaine\n FROM (\n -- Partie 1 : Catégorie 32 avec emails en catégorie 1\n SELECT p1.titulaire_email, p1.date_cmd_a\n FROM history p1\n LEFT JOIN cluster c1 ON p1.cluster_id = c1.id\n WHERE p1.category_id = :cat1\n AND p1.point_of_sale_id = :pointOfSale\n AND MONTH(p1.date_cmd_a) = :mois\n AND YEAR(p1.date_cmd_a) = :annee\n AND p1.titulaire_email IN (\n SELECT DISTINCT p_sub1.titulaire_email\n FROM history p_sub1\n WHERE p_sub1.category_id = 1\n AND p_sub1.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub1.date_cmd_a) = :mois\n AND YEAR(p_sub1.date_cmd_a) = :annee\n )\n\n UNION\n -- Partie 2 : Catégorie 31 avec emails en catégorie 1 ou 3\n SELECT p2.titulaire_email, p2.date_cmd_a\n FROM history p2\n LEFT JOIN cluster c2 ON p2.cluster_id = c2.id\n WHERE p2.category_id = :cat2\n AND p2.point_of_sale_id = :pointOfSale\n AND MONTH(p2.date_cmd_a) = :mois\n AND YEAR(p2.date_cmd_a) = :annee\n AND p2.titulaire_email IN (\n SELECT DISTINCT p_sub2.titulaire_email\n FROM history p_sub2\n WHERE p_sub2.category_id IN (1, 3)\n AND p_sub2.point_of_sale_id = :pointOfSale\n AND MONTH(p_sub2.date_cmd_a) = :mois\n AND YEAR(p_sub2.date_cmd_a) = :annee\n )\n\n ) AS result\n GROUP BY WEEK(result.date_cmd_a, 3)\n ORDER BY semaine\n
"""
"params" => [
"pointOfSale" => 4
"mois" => 2
"annee" => 2025
"cat1" => 32
"cat2" => 31]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.portabilite = :opt
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.portabilite = :opt
"""
"params" => [
"pointOfSale" => 4
"mois" => 2
"annee" => 2025
"opt" => "OUI"
]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_saisie_commande = :opt AND p.prise_existante_commande = :opt2
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_saisie_commande = :opt AND p.prise_existante_commande = :opt2
"""
"params" => [
"pointOfSale" => 4
"mois" => 2
"annee" => 2025
"opt" => "NON"
"opt2" => "OUI"
]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_saisie_commande = :opt
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_saisie_commande = :opt
"""
"params" => [
"pointOfSale" => 4
"mois" => 2
"annee" => 2025
"opt" => "OUI"
]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_existante_commande = :opt
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_existante_commande = :opt
"""
"params" => [
"pointOfSale" => 4
"mois" => 2
"annee" => 2025
"opt" => "NON"
]
"types" => []
]
debug
Executing statement:
"""
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_existante_commande = :opt
"""
[
"sql" => """
\n SELECT COUNT(DISTINCT p.id) AS total_vente\n FROM history p\n LEFT JOIN point_of_sale po ON p.point_of_sale_id = po.id\n LEFT JOIN cluster c ON c.id =p.cluster_id\n\n WHERE p.point_of_sale_id = :pointOfSale\n AND p.category_id IN (1,3)\n AND MONTH(p.date_cmd_a) = :mois\n AND YEAR(p.date_cmd_a) = :annee\n AND p.prise_existante_commande = :opt
"""
"params" => [
"pointOfSale" => 4
"mois" => 2
"annee" => 2025
"opt" => "OUI"
]
"types" => []
]
debug
Executing statement:
"SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.category_id IN (?, ?) ORDER BY sclr_0 DESC"
(parameters:
[1 => 42 => 23 => 20254 => 15 => 3]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM history h0_ LEFT JOIN point_of_sale p1_ ON h0_.point_of_sale_id = p1_.id LEFT JOIN cluster c2_ ON h0_.cluster_id = c2_.id WHERE h0_.point_of_sale_id = ? AND MONTH(h0_.date_cmd_a) = ? AND YEAR(h0_.date_cmd_a) = ? AND h0_.category_id IN (?, ?) ORDER BY sclr_0 DESC"
"params" => [1 => 42 => 23 => 20254 => 15 => 3]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
Log messages generated during the compilation of the service container.
Messages
Class
602
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChTestCommand" (parent: .abstract.instanceof.App\Command\ChTestCommand).
Resolving inheritance for "App\Command\ChTestCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChTestCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateJWTTokenCommand" (parent: .abstract.instanceof.App\Command\CreateJWTTokenCommand).
Resolving inheritance for "App\Command\CreateJWTTokenCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateJWTTokenCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportPrisesNeuvesCommand" (parent: .abstract.instanceof.App\Command\ImportPrisesNeuvesCommand).
Resolving inheritance for "App\Command\ImportPrisesNeuvesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportPrisesNeuvesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportPrisesParcCommand" (parent: .abstract.instanceof.App\Command\ImportPrisesParcCommand).
Resolving inheritance for "App\Command\ImportPrisesParcCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportPrisesParcCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportProductionCommand" (parent: .abstract.instanceof.App\Command\ImportProductionCommand).
Resolving inheritance for "App\Command\ImportProductionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportProductionCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestCommand" (parent: .abstract.instanceof.App\Command\TestCommand).
Resolving inheritance for "App\Command\TestCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AdresseIncomming\AdresseIncommingByUserController" (parent: .abstract.instanceof.App\Controller\Api\AdresseIncomming\AdresseIncommingByUserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AdresseIncomming\AdresseIncommingByUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AdresseIncomming\AdresseIncommingByUserController).
Resolving inheritance for "App\Controller\Api\AdresseIncomming\AdresseIncommingByUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AdresseIncomming\AdresseIncommingByUserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AdresseIncomming\AdresseIncommingDetailsController" (parent: .abstract.instanceof.App\Controller\Api\AdresseIncomming\AdresseIncommingDetailsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AdresseIncomming\AdresseIncommingDetailsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AdresseIncomming\AdresseIncommingDetailsController).
Resolving inheritance for "App\Controller\Api\AdresseIncomming\AdresseIncommingDetailsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AdresseIncomming\AdresseIncommingDetailsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AdresseIncomming\AdresseIncommingDistributionController" (parent: .abstract.instanceof.App\Controller\Api\AdresseIncomming\AdresseIncommingDistributionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AdresseIncomming\AdresseIncommingDistributionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AdresseIncomming\AdresseIncommingDistributionController).
Resolving inheritance for "App\Controller\Api\AdresseIncomming\AdresseIncommingDistributionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AdresseIncomming\AdresseIncommingDistributionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AdresseIncomming\AdresseIncommingDownloadController" (parent: .abstract.instanceof.App\Controller\Api\AdresseIncomming\AdresseIncommingDownloadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AdresseIncomming\AdresseIncommingDownloadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AdresseIncomming\AdresseIncommingDownloadController).
Resolving inheritance for "App\Controller\Api\AdresseIncomming\AdresseIncommingDownloadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AdresseIncomming\AdresseIncommingDownloadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AdresseIncomming\AdresseIncommingHierarchyController" (parent: .abstract.instanceof.App\Controller\Api\AdresseIncomming\AdresseIncommingHierarchyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AdresseIncomming\AdresseIncommingHierarchyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AdresseIncomming\AdresseIncommingHierarchyController).
Resolving inheritance for "App\Controller\Api\AdresseIncomming\AdresseIncommingHierarchyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AdresseIncomming\AdresseIncommingHierarchyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AdresseIncomming\AdresseIncommingHierarchyEligibleController" (parent: .abstract.instanceof.App\Controller\Api\AdresseIncomming\AdresseIncommingHierarchyEligibleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AdresseIncomming\AdresseIncommingHierarchyEligibleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AdresseIncomming\AdresseIncommingHierarchyEligibleController).
Resolving inheritance for "App\Controller\Api\AdresseIncomming\AdresseIncommingHierarchyEligibleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AdresseIncomming\AdresseIncommingHierarchyEligibleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AdresseIncomming\AdresseIncommingKpiByStreetController" (parent: .abstract.instanceof.App\Controller\Api\AdresseIncomming\AdresseIncommingKpiByStreetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AdresseIncomming\AdresseIncommingKpiByStreetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AdresseIncomming\AdresseIncommingKpiByStreetController).
Resolving inheritance for "App\Controller\Api\AdresseIncomming\AdresseIncommingKpiByStreetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AdresseIncomming\AdresseIncommingKpiByStreetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AdresseIncomming\AdresseIncommingWithAnciennteController" (parent: .abstract.instanceof.App\Controller\Api\AdresseIncomming\AdresseIncommingWithAnciennteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AdresseIncomming\AdresseIncommingWithAnciennteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AdresseIncomming\AdresseIncommingWithAnciennteController).
Resolving inheritance for "App\Controller\Api\AdresseIncomming\AdresseIncommingWithAnciennteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AdresseIncomming\AdresseIncommingWithAnciennteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AdresseIncomming\AdresseInommingStreetsController" (parent: .abstract.instanceof.App\Controller\Api\AdresseIncomming\AdresseInommingStreetsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AdresseIncomming\AdresseInommingStreetsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AdresseIncomming\AdresseInommingStreetsController).
Resolving inheritance for "App\Controller\Api\AdresseIncomming\AdresseInommingStreetsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AdresseIncomming\AdresseInommingStreetsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretCuivre\ArretCuivreByUserController" (parent: .abstract.instanceof.App\Controller\Api\ArretCuivre\ArretCuivreByUserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretCuivre\ArretCuivreByUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretCuivre\ArretCuivreByUserController).
Resolving inheritance for "App\Controller\Api\ArretCuivre\ArretCuivreByUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretCuivre\ArretCuivreByUserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretCuivre\ArretCuivreDetailsController" (parent: .abstract.instanceof.App\Controller\Api\ArretCuivre\ArretCuivreDetailsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretCuivre\ArretCuivreDetailsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretCuivre\ArretCuivreDetailsController).
Resolving inheritance for "App\Controller\Api\ArretCuivre\ArretCuivreDetailsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretCuivre\ArretCuivreDetailsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretCuivre\ArretCuivreDistributionController" (parent: .abstract.instanceof.App\Controller\Api\ArretCuivre\ArretCuivreDistributionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretCuivre\ArretCuivreDistributionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretCuivre\ArretCuivreDistributionController).
Resolving inheritance for "App\Controller\Api\ArretCuivre\ArretCuivreDistributionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretCuivre\ArretCuivreDistributionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretCuivre\ArretCuivreDownloadController" (parent: .abstract.instanceof.App\Controller\Api\ArretCuivre\ArretCuivreDownloadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretCuivre\ArretCuivreDownloadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretCuivre\ArretCuivreDownloadController).
Resolving inheritance for "App\Controller\Api\ArretCuivre\ArretCuivreDownloadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretCuivre\ArretCuivreDownloadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretCuivre\ArretCuivreEligibleController" (parent: .abstract.instanceof.App\Controller\Api\ArretCuivre\ArretCuivreEligibleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretCuivre\ArretCuivreEligibleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretCuivre\ArretCuivreEligibleController).
Resolving inheritance for "App\Controller\Api\ArretCuivre\ArretCuivreEligibleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretCuivre\ArretCuivreEligibleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretCuivre\ArretCuivreHierarchyController" (parent: .abstract.instanceof.App\Controller\Api\ArretCuivre\ArretCuivreHierarchyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretCuivre\ArretCuivreHierarchyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretCuivre\ArretCuivreHierarchyController).
Resolving inheritance for "App\Controller\Api\ArretCuivre\ArretCuivreHierarchyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretCuivre\ArretCuivreHierarchyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretCuivre\ArretCuivreKpiByStreetController" (parent: .abstract.instanceof.App\Controller\Api\ArretCuivre\ArretCuivreKpiByStreetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretCuivre\ArretCuivreKpiByStreetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretCuivre\ArretCuivreKpiByStreetController).
Resolving inheritance for "App\Controller\Api\ArretCuivre\ArretCuivreKpiByStreetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretCuivre\ArretCuivreKpiByStreetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretCuivre\ArretCuivreStreetsController" (parent: .abstract.instanceof.App\Controller\Api\ArretCuivre\ArretCuivreStreetsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretCuivre\ArretCuivreStreetsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretCuivre\ArretCuivreStreetsController).
Resolving inheritance for "App\Controller\Api\ArretCuivre\ArretCuivreStreetsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretCuivre\ArretCuivreStreetsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretCuivre\ArretCuivreWithAnciennteController" (parent: .abstract.instanceof.App\Controller\Api\ArretCuivre\ArretCuivreWithAnciennteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretCuivre\ArretCuivreWithAnciennteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretCuivre\ArretCuivreWithAnciennteController).
Resolving inheritance for "App\Controller\Api\ArretCuivre\ArretCuivreWithAnciennteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretCuivre\ArretCuivreWithAnciennteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretFttb\ArretFttbByUserController" (parent: .abstract.instanceof.App\Controller\Api\ArretFttb\ArretFttbByUserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretFttb\ArretFttbByUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretFttb\ArretFttbByUserController).
Resolving inheritance for "App\Controller\Api\ArretFttb\ArretFttbByUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretFttb\ArretFttbByUserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretFttb\ArretFttbDetailsController" (parent: .abstract.instanceof.App\Controller\Api\ArretFttb\ArretFttbDetailsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretFttb\ArretFttbDetailsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretFttb\ArretFttbDetailsController).
Resolving inheritance for "App\Controller\Api\ArretFttb\ArretFttbDetailsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretFttb\ArretFttbDetailsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretFttb\ArretFttbDistributionController" (parent: .abstract.instanceof.App\Controller\Api\ArretFttb\ArretFttbDistributionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretFttb\ArretFttbDistributionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretFttb\ArretFttbDistributionController).
Resolving inheritance for "App\Controller\Api\ArretFttb\ArretFttbDistributionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretFttb\ArretFttbDistributionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretFttb\ArretFttbDownloadController" (parent: .abstract.instanceof.App\Controller\Api\ArretFttb\ArretFttbDownloadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretFttb\ArretFttbDownloadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretFttb\ArretFttbDownloadController).
Resolving inheritance for "App\Controller\Api\ArretFttb\ArretFttbDownloadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretFttb\ArretFttbDownloadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretFttb\ArretFttbEligibleController" (parent: .abstract.instanceof.App\Controller\Api\ArretFttb\ArretFttbEligibleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretFttb\ArretFttbEligibleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretFttb\ArretFttbEligibleController).
Resolving inheritance for "App\Controller\Api\ArretFttb\ArretFttbEligibleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretFttb\ArretFttbEligibleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretFttb\ArretFttbHierarchyController" (parent: .abstract.instanceof.App\Controller\Api\ArretFttb\ArretFttbHierarchyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretFttb\ArretFttbHierarchyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretFttb\ArretFttbHierarchyController).
Resolving inheritance for "App\Controller\Api\ArretFttb\ArretFttbHierarchyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretFttb\ArretFttbHierarchyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretFttb\ArretFttbKpiByStreetController" (parent: .abstract.instanceof.App\Controller\Api\ArretFttb\ArretFttbKpiByStreetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretFttb\ArretFttbKpiByStreetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretFttb\ArretFttbKpiByStreetController).
Resolving inheritance for "App\Controller\Api\ArretFttb\ArretFttbKpiByStreetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretFttb\ArretFttbKpiByStreetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretFttb\ArretFttbStreetsController" (parent: .abstract.instanceof.App\Controller\Api\ArretFttb\ArretFttbStreetsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretFttb\ArretFttbStreetsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretFttb\ArretFttbStreetsController).
Resolving inheritance for "App\Controller\Api\ArretFttb\ArretFttbStreetsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretFttb\ArretFttbStreetsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretFttb\ArretFttbWithAnciennteController" (parent: .abstract.instanceof.App\Controller\Api\ArretFttb\ArretFttbWithAnciennteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretFttb\ArretFttbWithAnciennteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretFttb\ArretFttbWithAnciennteController).
Resolving inheritance for "App\Controller\Api\ArretFttb\ArretFttbWithAnciennteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretFttb\ArretFttbWithAnciennteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Category\CategoryHierarchyController" (parent: .abstract.instanceof.App\Controller\Api\Category\CategoryHierarchyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Category\CategoryHierarchyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Category\CategoryHierarchyController).
Resolving inheritance for "App\Controller\Api\Category\CategoryHierarchyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Category\CategoryHierarchyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CityGeoLocs\CityGeoLocsPolygonsController" (parent: .abstract.instanceof.App\Controller\Api\CityGeoLocs\CityGeoLocsPolygonsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CityGeoLocs\CityGeoLocsPolygonsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CityGeoLocs\CityGeoLocsPolygonsController).
Resolving inheritance for "App\Controller\Api\CityGeoLocs\CityGeoLocsPolygonsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CityGeoLocs\CityGeoLocsPolygonsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Cluster\ClusterController" (parent: .abstract.instanceof.App\Controller\Api\Cluster\ClusterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Cluster\ClusterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Cluster\ClusterController).
Resolving inheritance for "App\Controller\Api\Cluster\ClusterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Cluster\ClusterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativeCoordinatesController" (parent: .abstract.instanceof.App\Controller\Api\Declarative\DeclarativeCoordinatesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativeCoordinatesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativeCoordinatesController).
Resolving inheritance for "App\Controller\Api\Declarative\DeclarativeCoordinatesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativeCoordinatesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativeDetailsController" (parent: .abstract.instanceof.App\Controller\Api\Declarative\DeclarativeDetailsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativeDetailsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativeDetailsController).
Resolving inheritance for "App\Controller\Api\Declarative\DeclarativeDetailsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativeDetailsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativesContratRefContratController" (parent: .abstract.instanceof.App\Controller\Api\Declarative\DeclarativesContratRefContratController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativesContratRefContratController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativesContratRefContratController).
Resolving inheritance for "App\Controller\Api\Declarative\DeclarativesContratRefContratController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativesContratRefContratController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativesController" (parent: .abstract.instanceof.App\Controller\Api\Declarative\DeclarativesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativesController).
Resolving inheritance for "App\Controller\Api\Declarative\DeclarativesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativesIdController" (parent: .abstract.instanceof.App\Controller\Api\Declarative\DeclarativesIdController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativesIdController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativesIdController).
Resolving inheritance for "App\Controller\Api\Declarative\DeclarativesIdController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativesIdController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativesImportDataController" (parent: .abstract.instanceof.App\Controller\Api\Declarative\DeclarativesImportDataController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativesImportDataController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativesImportDataController).
Resolving inheritance for "App\Controller\Api\Declarative\DeclarativesImportDataController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativesImportDataController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativesTreeAllController" (parent: .abstract.instanceof.App\Controller\Api\Declarative\DeclarativesTreeAllController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativesTreeAllController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativesTreeAllController).
Resolving inheritance for "App\Controller\Api\Declarative\DeclarativesTreeAllController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativesTreeAllController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativesTreeFirstController" (parent: .abstract.instanceof.App\Controller\Api\Declarative\DeclarativesTreeFirstController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativesTreeFirstController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativesTreeFirstController).
Resolving inheritance for "App\Controller\Api\Declarative\DeclarativesTreeFirstController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativesTreeFirstController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativesUserIdTreeAllTotalsByCategoryController" (parent: .abstract.instanceof.App\Controller\Api\Declarative\DeclarativesUserIdTreeAllTotalsByCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativesUserIdTreeAllTotalsByCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativesUserIdTreeAllTotalsByCategoryController).
Resolving inheritance for "App\Controller\Api\Declarative\DeclarativesUserIdTreeAllTotalsByCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativesUserIdTreeAllTotalsByCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativesUserIdTreeFirstTotalsByCategoryController" (parent: .abstract.instanceof.App\Controller\Api\Declarative\DeclarativesUserIdTreeFirstTotalsByCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativesUserIdTreeFirstTotalsByCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativesUserIdTreeFirstTotalsByCategoryController).
Resolving inheritance for "App\Controller\Api\Declarative\DeclarativesUserIdTreeFirstTotalsByCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativesUserIdTreeFirstTotalsByCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativesUsersIdController" (parent: .abstract.instanceof.App\Controller\Api\Declarative\DeclarativesUsersIdController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativesUsersIdController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativesUsersIdController).
Resolving inheritance for "App\Controller\Api\Declarative\DeclarativesUsersIdController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativesUsersIdController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativesUsersIdTreeAllController" (parent: .abstract.instanceof.App\Controller\Api\Declarative\DeclarativesUsersIdTreeAllController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativesUsersIdTreeAllController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativesUsersIdTreeAllController).
Resolving inheritance for "App\Controller\Api\Declarative\DeclarativesUsersIdTreeAllController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativesUsersIdTreeAllController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativesUsersIdTreeFirstController" (parent: .abstract.instanceof.App\Controller\Api\Declarative\DeclarativesUsersIdTreeFirstController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativesUsersIdTreeFirstController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativesUsersIdTreeFirstController).
Resolving inheritance for "App\Controller\Api\Declarative\DeclarativesUsersIdTreeFirstController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativesUsersIdTreeFirstController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Eligibilite\EligibiliteRueController" (parent: .abstract.instanceof.App\Controller\Api\Eligibilite\EligibiliteRueController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Eligibilite\EligibiliteRueController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Eligibilite\EligibiliteRueController).
Resolving inheritance for "App\Controller\Api\Eligibilite\EligibiliteRueController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Eligibilite\EligibiliteRueController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Email\EmailController" (parent: .abstract.instanceof.App\Controller\Api\Email\EmailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Email\EmailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Email\EmailController).
Resolving inheritance for "App\Controller\Api\Email\EmailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Email\EmailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\File\GenericFileUploadController" (parent: .abstract.instanceof.App\Controller\Api\File\GenericFileUploadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\File\GenericFileUploadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\File\GenericFileUploadController).
Resolving inheritance for "App\Controller\Api\File\GenericFileUploadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\File\GenericFileUploadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\History\HistoryAnalyticsController" (parent: .abstract.instanceof.App\Controller\Api\History\HistoryAnalyticsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\History\HistoryAnalyticsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\History\HistoryAnalyticsController).
Resolving inheritance for "App\Controller\Api\History\HistoryAnalyticsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\History\HistoryAnalyticsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\IncidentsTickets\IncidentsTicketsByDayController" (parent: .abstract.instanceof.App\Controller\Api\IncidentsTickets\IncidentsTicketsByDayController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\IncidentsTickets\IncidentsTicketsByDayController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\IncidentsTickets\IncidentsTicketsByDayController).
Resolving inheritance for "App\Controller\Api\IncidentsTickets\IncidentsTicketsByDayController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\IncidentsTickets\IncidentsTicketsByDayController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\IncidentsTickets\IncidentsTicketsByStatusController" (parent: .abstract.instanceof.App\Controller\Api\IncidentsTickets\IncidentsTicketsByStatusController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\IncidentsTickets\IncidentsTicketsByStatusController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\IncidentsTickets\IncidentsTicketsByStatusController).
Resolving inheritance for "App\Controller\Api\IncidentsTickets\IncidentsTicketsByStatusController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\IncidentsTickets\IncidentsTicketsByStatusController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\IncidentsTickets\IncidentsTicketsController" (parent: .abstract.instanceof.App\Controller\Api\IncidentsTickets\IncidentsTicketsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\IncidentsTickets\IncidentsTicketsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\IncidentsTickets\IncidentsTicketsController).
Resolving inheritance for "App\Controller\Api\IncidentsTickets\IncidentsTicketsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\IncidentsTickets\IncidentsTicketsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\IncidentsVerbatim\IncidentsVerbatimController" (parent: .abstract.instanceof.App\Controller\Api\IncidentsVerbatim\IncidentsVerbatimController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\IncidentsVerbatim\IncidentsVerbatimController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\IncidentsVerbatim\IncidentsVerbatimController).
Resolving inheritance for "App\Controller\Api\IncidentsVerbatim\IncidentsVerbatimController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\IncidentsVerbatim\IncidentsVerbatimController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlaceByUserController" (parent: .abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlaceByUserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlaceByUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlaceByUserController).
Resolving inheritance for "App\Controller\Api\InterventionPlace\InterventionPlaceByUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlaceByUserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlaceCoordiantesController" (parent: .abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlaceCoordiantesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlaceCoordiantesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlaceCoordiantesController).
Resolving inheritance for "App\Controller\Api\InterventionPlace\InterventionPlaceCoordiantesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlaceCoordiantesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlaceDetailsController" (parent: .abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlaceDetailsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlaceDetailsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlaceDetailsController).
Resolving inheritance for "App\Controller\Api\InterventionPlace\InterventionPlaceDetailsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlaceDetailsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlaceFilterController" (parent: .abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlaceFilterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlaceFilterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlaceFilterController).
Resolving inheritance for "App\Controller\Api\InterventionPlace\InterventionPlaceFilterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlaceFilterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlaceGlobalHierarchyController" (parent: .abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlaceGlobalHierarchyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlaceGlobalHierarchyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlaceGlobalHierarchyController).
Resolving inheritance for "App\Controller\Api\InterventionPlace\InterventionPlaceGlobalHierarchyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlaceGlobalHierarchyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlaceHierarchyByAncienneteController" (parent: .abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlaceHierarchyByAncienneteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlaceHierarchyByAncienneteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlaceHierarchyByAncienneteController).
Resolving inheritance for "App\Controller\Api\InterventionPlace\InterventionPlaceHierarchyByAncienneteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlaceHierarchyByAncienneteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlaceHierarchyController" (parent: .abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlaceHierarchyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlaceHierarchyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlaceHierarchyController).
Resolving inheritance for "App\Controller\Api\InterventionPlace\InterventionPlaceHierarchyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlaceHierarchyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlaceHierarchyEligibleController" (parent: .abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlaceHierarchyEligibleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlaceHierarchyEligibleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlaceHierarchyEligibleController).
Resolving inheritance for "App\Controller\Api\InterventionPlace\InterventionPlaceHierarchyEligibleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlaceHierarchyEligibleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlaceKpiArretCuivreController" (parent: .abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlaceKpiArretCuivreController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlaceKpiArretCuivreController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlaceKpiArretCuivreController).
Resolving inheritance for "App\Controller\Api\InterventionPlace\InterventionPlaceKpiArretCuivreController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlaceKpiArretCuivreController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlaceKpiGroupByArretCuivreController" (parent: .abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlaceKpiGroupByArretCuivreController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlaceKpiGroupByArretCuivreController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlaceKpiGroupByArretCuivreController).
Resolving inheritance for "App\Controller\Api\InterventionPlace\InterventionPlaceKpiGroupByArretCuivreController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlaceKpiGroupByArretCuivreController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlacePolygonsController" (parent: .abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlacePolygonsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlacePolygonsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlacePolygonsController).
Resolving inheritance for "App\Controller\Api\InterventionPlace\InterventionPlacePolygonsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlacePolygonsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlaceStreetController" (parent: .abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlaceStreetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlaceStreetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlaceStreetController).
Resolving inheritance for "App\Controller\Api\InterventionPlace\InterventionPlaceStreetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlaceStreetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlacesCmdLineController" (parent: .abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlacesCmdLineController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlacesCmdLineController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlacesCmdLineController).
Resolving inheritance for "App\Controller\Api\InterventionPlace\InterventionPlacesCmdLineController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlacesCmdLineController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlacesController" (parent: .abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlacesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlacesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlacesController).
Resolving inheritance for "App\Controller\Api\InterventionPlace\InterventionPlacesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlacesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlacesDistributionController" (parent: .abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlacesDistributionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlacesDistributionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlacesDistributionController).
Resolving inheritance for "App\Controller\Api\InterventionPlace\InterventionPlacesDistributionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlacesDistributionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlacesIdController" (parent: .abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlacesIdController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlacesIdController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlacesIdController).
Resolving inheritance for "App\Controller\Api\InterventionPlace\InterventionPlacesIdController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlacesIdController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlacesIdPatchController" (parent: .abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlacesIdPatchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlacesIdPatchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlacesIdPatchController).
Resolving inheritance for "App\Controller\Api\InterventionPlace\InterventionPlacesIdPatchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlacesIdPatchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlacesJsonRunAsyncController" (parent: .abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlacesJsonRunAsyncController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlacesJsonRunAsyncController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlacesJsonRunAsyncController).
Resolving inheritance for "App\Controller\Api\InterventionPlace\InterventionPlacesJsonRunAsyncController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlacesJsonRunAsyncController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlacesJsonStatusController" (parent: .abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlacesJsonStatusController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlacesJsonStatusController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlacesJsonStatusController).
Resolving inheritance for "App\Controller\Api\InterventionPlace\InterventionPlacesJsonStatusController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlacesJsonStatusController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Menu\MenuController" (parent: .abstract.instanceof.App\Controller\Api\Menu\MenuController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Menu\MenuController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Menu\MenuController).
Resolving inheritance for "App\Controller\Api\Menu\MenuController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Menu\MenuController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ObjectifsClusters\ObjectifsClustersController" (parent: .abstract.instanceof.App\Controller\Api\ObjectifsClusters\ObjectifsClustersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ObjectifsClusters\ObjectifsClustersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ObjectifsClusters\ObjectifsClustersController).
Resolving inheritance for "App\Controller\Api\ObjectifsClusters\ObjectifsClustersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ObjectifsClusters\ObjectifsClustersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ObjectivesManagement\ObjectivesManagementController" (parent: .abstract.instanceof.App\Controller\Api\ObjectivesManagement\ObjectivesManagementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ObjectivesManagement\ObjectivesManagementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ObjectivesManagement\ObjectivesManagementController).
Resolving inheritance for "App\Controller\Api\ObjectivesManagement\ObjectivesManagementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ObjectivesManagement\ObjectivesManagementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Panier\PanierByDayController" (parent: .abstract.instanceof.App\Controller\Api\Panier\PanierByDayController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Panier\PanierByDayController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Panier\PanierByDayController).
Resolving inheritance for "App\Controller\Api\Panier\PanierByDayController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Panier\PanierByDayController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Panier\PanierController" (parent: .abstract.instanceof.App\Controller\Api\Panier\PanierController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Panier\PanierController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Panier\PanierController).
Resolving inheritance for "App\Controller\Api\Panier\PanierController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Panier\PanierController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Panier\PanierDetailsController" (parent: .abstract.instanceof.App\Controller\Api\Panier\PanierDetailsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Panier\PanierDetailsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Panier\PanierDetailsController).
Resolving inheritance for "App\Controller\Api\Panier\PanierDetailsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Panier\PanierDetailsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionAnalyticsController" (parent: .abstract.instanceof.App\Controller\Api\Production\ProductionAnalyticsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionAnalyticsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionAnalyticsController).
Resolving inheritance for "App\Controller\Api\Production\ProductionAnalyticsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionAnalyticsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionByDateAnnulationController" (parent: .abstract.instanceof.App\Controller\Api\Production\ProductionByDateAnnulationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionByDateAnnulationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionByDateAnnulationController).
Resolving inheritance for "App\Controller\Api\Production\ProductionByDateAnnulationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionByDateAnnulationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionCmdLineController" (parent: .abstract.instanceof.App\Controller\Api\Production\ProductionCmdLineController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionCmdLineController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionCmdLineController).
Resolving inheritance for "App\Controller\Api\Production\ProductionCmdLineController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionCmdLineController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionDashboardController" (parent: .abstract.instanceof.App\Controller\Api\Production\ProductionDashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionDashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionDashboardController).
Resolving inheritance for "App\Controller\Api\Production\ProductionDashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionDashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionDetailsController" (parent: .abstract.instanceof.App\Controller\Api\Production\ProductionDetailsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionDetailsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionDetailsController).
Resolving inheritance for "App\Controller\Api\Production\ProductionDetailsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionDetailsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionDetailsDownloadController" (parent: .abstract.instanceof.App\Controller\Api\Production\ProductionDetailsDownloadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionDetailsDownloadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionDetailsDownloadController).
Resolving inheritance for "App\Controller\Api\Production\ProductionDetailsDownloadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionDetailsDownloadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionFiltersController" (parent: .abstract.instanceof.App\Controller\Api\Production\ProductionFiltersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionFiltersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionFiltersController).
Resolving inheritance for "App\Controller\Api\Production\ProductionFiltersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionFiltersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionSalesStatsController" (parent: .abstract.instanceof.App\Controller\Api\Production\ProductionSalesStatsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionSalesStatsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionSalesStatsController).
Resolving inheritance for "App\Controller\Api\Production\ProductionSalesStatsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionSalesStatsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionTechnologiesController" (parent: .abstract.instanceof.App\Controller\Api\Production\ProductionTechnologiesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionTechnologiesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionTechnologiesController).
Resolving inheritance for "App\Controller\Api\Production\ProductionTechnologiesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionTechnologiesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionUserIdTreeAllKpiController" (parent: .abstract.instanceof.App\Controller\Api\Production\ProductionUserIdTreeAllKpiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionUserIdTreeAllKpiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionUserIdTreeAllKpiController).
Resolving inheritance for "App\Controller\Api\Production\ProductionUserIdTreeAllKpiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionUserIdTreeAllKpiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionUserIdTreeFirstTotalsByCategoryController" (parent: .abstract.instanceof.App\Controller\Api\Production\ProductionUserIdTreeFirstTotalsByCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionUserIdTreeFirstTotalsByCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionUserIdTreeFirstTotalsByCategoryController).
Resolving inheritance for "App\Controller\Api\Production\ProductionUserIdTreeFirstTotalsByCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionUserIdTreeFirstTotalsByCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsAllController" (parent: .abstract.instanceof.App\Controller\Api\Production\ProductionsAllController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsAllController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsAllController).
Resolving inheritance for "App\Controller\Api\Production\ProductionsAllController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsAllController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsByDayController" (parent: .abstract.instanceof.App\Controller\Api\Production\ProductionsByDayController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsByDayController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsByDayController).
Resolving inheritance for "App\Controller\Api\Production\ProductionsByDayController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsByDayController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsCategroiesProductsController" (parent: .abstract.instanceof.App\Controller\Api\Production\ProductionsCategroiesProductsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsCategroiesProductsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsCategroiesProductsController).
Resolving inheritance for "App\Controller\Api\Production\ProductionsCategroiesProductsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsCategroiesProductsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsContratRefContratController" (parent: .abstract.instanceof.App\Controller\Api\Production\ProductionsContratRefContratController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsContratRefContratController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsContratRefContratController).
Resolving inheritance for "App\Controller\Api\Production\ProductionsContratRefContratController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsContratRefContratController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsController" (parent: .abstract.instanceof.App\Controller\Api\Production\ProductionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsController).
Resolving inheritance for "App\Controller\Api\Production\ProductionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsCoordinatesController" (parent: .abstract.instanceof.App\Controller\Api\Production\ProductionsCoordinatesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsCoordinatesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsCoordinatesController).
Resolving inheritance for "App\Controller\Api\Production\ProductionsCoordinatesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsCoordinatesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsEmailClientEmailController" (parent: .abstract.instanceof.App\Controller\Api\Production\ProductionsEmailClientEmailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsEmailClientEmailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsEmailClientEmailController).
Resolving inheritance for "App\Controller\Api\Production\ProductionsEmailClientEmailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsEmailClientEmailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsHierarchyByCpvController" (parent: .abstract.instanceof.App\Controller\Api\Production\ProductionsHierarchyByCpvController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsHierarchyByCpvController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsHierarchyByCpvController).
Resolving inheritance for "App\Controller\Api\Production\ProductionsHierarchyByCpvController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsHierarchyByCpvController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsIdController" (parent: .abstract.instanceof.App\Controller\Api\Production\ProductionsIdController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsIdController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsIdController).
Resolving inheritance for "App\Controller\Api\Production\ProductionsIdController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsIdController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsRaccoValidController" (parent: .abstract.instanceof.App\Controller\Api\Production\ProductionsRaccoValidController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsRaccoValidController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsRaccoValidController).
Resolving inheritance for "App\Controller\Api\Production\ProductionsRaccoValidController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsRaccoValidController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsSearchController" (parent: .abstract.instanceof.App\Controller\Api\Production\ProductionsSearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsSearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsSearchController).
Resolving inheritance for "App\Controller\Api\Production\ProductionsSearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsSearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsTelClientTelController" (parent: .abstract.instanceof.App\Controller\Api\Production\ProductionsTelClientTelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsTelClientTelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsTelClientTelController).
Resolving inheritance for "App\Controller\Api\Production\ProductionsTelClientTelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsTelClientTelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsTreeAllController" (parent: .abstract.instanceof.App\Controller\Api\Production\ProductionsTreeAllController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsTreeAllController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsTreeAllController).
Resolving inheritance for "App\Controller\Api\Production\ProductionsTreeAllController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsTreeAllController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsTreeFirstController" (parent: .abstract.instanceof.App\Controller\Api\Production\ProductionsTreeFirstController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsTreeFirstController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsTreeFirstController).
Resolving inheritance for "App\Controller\Api\Production\ProductionsTreeFirstController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsTreeFirstController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsUsersIdController" (parent: .abstract.instanceof.App\Controller\Api\Production\ProductionsUsersIdController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsUsersIdController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsUsersIdController).
Resolving inheritance for "App\Controller\Api\Production\ProductionsUsersIdController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsUsersIdController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsUsersIdTreeAllController" (parent: .abstract.instanceof.App\Controller\Api\Production\ProductionsUsersIdTreeAllController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsUsersIdTreeAllController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsUsersIdTreeAllController).
Resolving inheritance for "App\Controller\Api\Production\ProductionsUsersIdTreeAllController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsUsersIdTreeAllController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsUsersIdTreeFirstController" (parent: .abstract.instanceof.App\Controller\Api\Production\ProductionsUsersIdTreeFirstController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsUsersIdTreeFirstController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsUsersIdTreeFirstController).
Resolving inheritance for "App\Controller\Api\Production\ProductionsUsersIdTreeFirstController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsUsersIdTreeFirstController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ProspectionCycle\ProspectionCycleController" (parent: .abstract.instanceof.App\Controller\Api\ProspectionCycle\ProspectionCycleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ProspectionCycle\ProspectionCycleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ProspectionCycle\ProspectionCycleController).
Resolving inheritance for "App\Controller\Api\ProspectionCycle\ProspectionCycleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ProspectionCycle\ProspectionCycleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Quotas\QuotasListController" (parent: .abstract.instanceof.App\Controller\Api\Quotas\QuotasListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Quotas\QuotasListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Quotas\QuotasListController).
Resolving inheritance for "App\Controller\Api\Quotas\QuotasListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Quotas\QuotasListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\SatisfactionClient\SatisfactionClientController" (parent: .abstract.instanceof.App\Controller\Api\SatisfactionClient\SatisfactionClientController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\SatisfactionClient\SatisfactionClientController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\SatisfactionClient\SatisfactionClientController).
Resolving inheritance for "App\Controller\Api\SatisfactionClient\SatisfactionClientController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\SatisfactionClient\SatisfactionClientController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\SchedulerSectors\SchedulerSectorsDetailsController" (parent: .abstract.instanceof.App\Controller\Api\SchedulerSectors\SchedulerSectorsDetailsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\SchedulerSectors\SchedulerSectorsDetailsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\SchedulerSectors\SchedulerSectorsDetailsController).
Resolving inheritance for "App\Controller\Api\SchedulerSectors\SchedulerSectorsDetailsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\SchedulerSectors\SchedulerSectorsDetailsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ScriptManager\ScriptManagerController" (parent: .abstract.instanceof.App\Controller\Api\ScriptManager\ScriptManagerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ScriptManager\ScriptManagerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ScriptManager\ScriptManagerController).
Resolving inheritance for "App\Controller\Api\ScriptManager\ScriptManagerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ScriptManager\ScriptManagerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ScriptPython\RunScripPythonController" (parent: .abstract.instanceof.App\Controller\Api\ScriptPython\RunScripPythonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ScriptPython\RunScripPythonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ScriptPython\RunScripPythonController).
Resolving inheritance for "App\Controller\Api\ScriptPython\RunScripPythonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ScriptPython\RunScripPythonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Search\SearchController" (parent: .abstract.instanceof.App\Controller\Api\Search\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Search\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Search\SearchController).
Resolving inheritance for "App\Controller\Api\Search\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Search\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Session\SessionController" (parent: .abstract.instanceof.App\Controller\Api\Session\SessionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Session\SessionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Session\SessionController).
Resolving inheritance for "App\Controller\Api\Session\SessionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Session\SessionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\TourneeToken\TourneeTokenController" (parent: .abstract.instanceof.App\Controller\Api\TourneeToken\TourneeTokenController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\TourneeToken\TourneeTokenController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\TourneeToken\TourneeTokenController).
Resolving inheritance for "App\Controller\Api\TourneeToken\TourneeTokenController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\TourneeToken\TourneeTokenController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\User\UserImportController" (parent: .abstract.instanceof.App\Controller\Api\User\UserImportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\User\UserImportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\User\UserImportController).
Resolving inheritance for "App\Controller\Api\User\UserImportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\User\UserImportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\User\UserPictoUploadController" (parent: .abstract.instanceof.App\Controller\Api\User\UserPictoUploadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\User\UserPictoUploadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\User\UserPictoUploadController).
Resolving inheritance for "App\Controller\Api\User\UserPictoUploadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\User\UserPictoUploadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\User\UsersIdController" (parent: .abstract.instanceof.App\Controller\Api\User\UsersIdController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\User\UsersIdController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\User\UsersIdController).
Resolving inheritance for "App\Controller\Api\User\UsersIdController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\User\UsersIdController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\User\UsersIdParentAllController" (parent: .abstract.instanceof.App\Controller\Api\User\UsersIdParentAllController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\User\UsersIdParentAllController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\User\UsersIdParentAllController).
Resolving inheritance for "App\Controller\Api\User\UsersIdParentAllController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\User\UsersIdParentAllController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\User\UsersIdParentFirstController" (parent: .abstract.instanceof.App\Controller\Api\User\UsersIdParentFirstController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\User\UsersIdParentFirstController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\User\UsersIdParentFirstController).
Resolving inheritance for "App\Controller\Api\User\UsersIdParentFirstController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\User\UsersIdParentFirstController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\User\UsersIdTreeAllController" (parent: .abstract.instanceof.App\Controller\Api\User\UsersIdTreeAllController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\User\UsersIdTreeAllController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\User\UsersIdTreeAllController).
Resolving inheritance for "App\Controller\Api\User\UsersIdTreeAllController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\User\UsersIdTreeAllController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\User\UsersIdTreeFirstController" (parent: .abstract.instanceof.App\Controller\Api\User\UsersIdTreeFirstController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\User\UsersIdTreeFirstController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\User\UsersIdTreeFirstController).
Resolving inheritance for "App\Controller\Api\User\UsersIdTreeFirstController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\User\UsersIdTreeFirstController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\User\UsersParentAllController" (parent: .abstract.instanceof.App\Controller\Api\User\UsersParentAllController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\User\UsersParentAllController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\User\UsersParentAllController).
Resolving inheritance for "App\Controller\Api\User\UsersParentAllController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\User\UsersParentAllController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\User\UsersParentFirstController" (parent: .abstract.instanceof.App\Controller\Api\User\UsersParentFirstController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\User\UsersParentFirstController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\User\UsersParentFirstController).
Resolving inheritance for "App\Controller\Api\User\UsersParentFirstController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\User\UsersParentFirstController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\User\UsersTreeAllController" (parent: .abstract.instanceof.App\Controller\Api\User\UsersTreeAllController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\User\UsersTreeAllController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\User\UsersTreeAllController).
Resolving inheritance for "App\Controller\Api\User\UsersTreeAllController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\User\UsersTreeAllController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\User\UsersTreeFirstController" (parent: .abstract.instanceof.App\Controller\Api\User\UsersTreeFirstController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\User\UsersTreeFirstController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\User\UsersTreeFirstController).
Resolving inheritance for "App\Controller\Api\User\UsersTreeFirstController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\User\UsersTreeFirstController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DashboardController" (parent: .abstract.instanceof.App\Controller\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DashboardController).
Resolving inheritance for "App\Controller\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmailController" (parent: .abstract.instanceof.App\Controller\EmailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmailController).
Resolving inheritance for "App\Controller\EmailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmailController).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\DataPersister\SchedulerSectorDataPersister" (parent: .abstract.instanceof.App\DataPersister\SchedulerSectorDataPersister).
Resolving inheritance for "App\DataPersister\SchedulerSectorDataPersister" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\DataPersister\SchedulerSectorDataPersister).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\DataPersister\UserDataPersister" (parent: .abstract.instanceof.App\DataPersister\UserDataPersister).
Resolving inheritance for "App\DataPersister\UserDataPersister" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\DataPersister\UserDataPersister).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Api\FilterInterface.0.App\Filter\CodeClusterFilter" (parent: .abstract.instanceof.App\Filter\CodeClusterFilter).
Resolving inheritance for "App\Filter\CodeClusterFilter" (parent: .instanceof.ApiPlatform\Core\Api\FilterInterface.0.App\Filter\CodeClusterFilter).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryProductRepository" (parent: .abstract.instanceof.App\Repository\CategoryProductRepository).
Resolving inheritance for "App\Repository\CategoryProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CityGeolocRepository" (parent: .abstract.instanceof.App\Repository\CityGeolocRepository).
Resolving inheritance for "App\Repository\CityGeolocRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CityGeolocRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClusterRepository" (parent: .abstract.instanceof.App\Repository\ClusterRepository).
Resolving inheritance for "App\Repository\ClusterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClusterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfigEtlRepository" (parent: .abstract.instanceof.App\Repository\ConfigEtlRepository).
Resolving inheritance for "App\Repository\ConfigEtlRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfigEtlRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeclarativeRepository" (parent: .abstract.instanceof.App\Repository\DeclarativeRepository).
Resolving inheritance for "App\Repository\DeclarativeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeclarativeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DistributionAdresseRepository" (parent: .abstract.instanceof.App\Repository\DistributionAdresseRepository).
Resolving inheritance for "App\Repository\DistributionAdresseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DistributionAdresseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EtatDeclarativeRepository" (parent: .abstract.instanceof.App\Repository\EtatDeclarativeRepository).
Resolving inheritance for "App\Repository\EtatDeclarativeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EtatDeclarativeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EtatIncidentRepository" (parent: .abstract.instanceof.App\Repository\EtatIncidentRepository).
Resolving inheritance for "App\Repository\EtatIncidentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EtatIncidentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EtatProductionRepository" (parent: .abstract.instanceof.App\Repository\EtatProductionRepository).
Resolving inheritance for "App\Repository\EtatProductionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EtatProductionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistoryRepository" (parent: .abstract.instanceof.App\Repository\HistoryRepository).
Resolving inheritance for "App\Repository\HistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IncidentsTicketsRepository" (parent: .abstract.instanceof.App\Repository\IncidentsTicketsRepository).
Resolving inheritance for "App\Repository\IncidentsTicketsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IncidentsTicketsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IncidentsVerbatimRepository" (parent: .abstract.instanceof.App\Repository\IncidentsVerbatimRepository).
Resolving inheritance for "App\Repository\IncidentsVerbatimRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IncidentsVerbatimRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InterventionPlaceRepository" (parent: .abstract.instanceof.App\Repository\InterventionPlaceRepository).
Resolving inheritance for "App\Repository\InterventionPlaceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InterventionPlaceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NmdAdresseRepository" (parent: .abstract.instanceof.App\Repository\NmdAdresseRepository).
Resolving inheritance for "App\Repository\NmdAdresseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NmdAdresseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NmdAdressesIncommingRepository" (parent: .abstract.instanceof.App\Repository\NmdAdressesIncommingRepository).
Resolving inheritance for "App\Repository\NmdAdressesIncommingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NmdAdressesIncommingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NmdAppPanierRepository" (parent: .abstract.instanceof.App\Repository\NmdAppPanierRepository).
Resolving inheritance for "App\Repository\NmdAppPanierRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NmdAppPanierRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NmdArretCuivreRepository" (parent: .abstract.instanceof.App\Repository\NmdArretCuivreRepository).
Resolving inheritance for "App\Repository\NmdArretCuivreRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NmdArretCuivreRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NmdArretFttbRepository" (parent: .abstract.instanceof.App\Repository\NmdArretFttbRepository).
Resolving inheritance for "App\Repository\NmdArretFttbRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NmdArretFttbRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NmdModulesRepository" (parent: .abstract.instanceof.App\Repository\NmdModulesRepository).
Resolving inheritance for "App\Repository\NmdModulesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NmdModulesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NmdObjectifClustersRepository" (parent: .abstract.instanceof.App\Repository\NmdObjectifClustersRepository).
Resolving inheritance for "App\Repository\NmdObjectifClustersRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NmdObjectifClustersRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NmdRightUserRepository" (parent: .abstract.instanceof.App\Repository\NmdRightUserRepository).
Resolving inheritance for "App\Repository\NmdRightUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NmdRightUserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ObjectivesManagementRepository" (parent: .abstract.instanceof.App\Repository\ObjectivesManagementRepository).
Resolving inheritance for "App\Repository\ObjectivesManagementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ObjectivesManagementRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OpenAiQuestionsRepository" (parent: .abstract.instanceof.App\Repository\OpenAiQuestionsRepository).
Resolving inheritance for "App\Repository\OpenAiQuestionsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OpenAiQuestionsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OperatorRepository" (parent: .abstract.instanceof.App\Repository\OperatorRepository).
Resolving inheritance for "App\Repository\OperatorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OperatorRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrganisationRepository" (parent: .abstract.instanceof.App\Repository\OrganisationRepository).
Resolving inheritance for "App\Repository\OrganisationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrganisationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PointOfSaleRepository" (parent: .abstract.instanceof.App\Repository\PointOfSaleRepository).
Resolving inheritance for "App\Repository\PointOfSaleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PointOfSaleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductOptionsRepository" (parent: .abstract.instanceof.App\Repository\ProductOptionsRepository).
Resolving inheritance for "App\Repository\ProductOptionsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductOptionsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository" (parent: .abstract.instanceof.App\Repository\ProductRepository).
Resolving inheritance for "App\Repository\ProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductionRepository" (parent: .abstract.instanceof.App\Repository\ProductionRepository).
Resolving inheritance for "App\Repository\ProductionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProspectionCycleRepository" (parent: .abstract.instanceof.App\Repository\ProspectionCycleRepository).
Resolving inheritance for "App\Repository\ProspectionCycleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProspectionCycleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuotasRepository" (parent: .abstract.instanceof.App\Repository\QuotasRepository).
Resolving inheritance for "App\Repository\QuotasRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuotasRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleAppRepository" (parent: .abstract.instanceof.App\Repository\RoleAppRepository).
Resolving inheritance for "App\Repository\RoleAppRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleAppRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalesCoachInteractionRepository" (parent: .abstract.instanceof.App\Repository\SalesCoachInteractionRepository).
Resolving inheritance for "App\Repository\SalesCoachInteractionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalesCoachInteractionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalesCoachProfileRepository" (parent: .abstract.instanceof.App\Repository\SalesCoachProfileRepository).
Resolving inheritance for "App\Repository\SalesCoachProfileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalesCoachProfileRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SatisfactionClientRepository" (parent: .abstract.instanceof.App\Repository\SatisfactionClientRepository).
Resolving inheritance for "App\Repository\SatisfactionClientRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SatisfactionClientRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SchedulerSectorRepository" (parent: .abstract.instanceof.App\Repository\SchedulerSectorRepository).
Resolving inheritance for "App\Repository\SchedulerSectorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SchedulerSectorRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TourneeTokenRepository" (parent: .abstract.instanceof.App\Repository\TourneeTokenRepository).
Resolving inheritance for "App\Repository\TourneeTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TourneeTokenRepository).
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\UsersRefExterneRepository" (parent: .abstract.instanceof.App\Repository\UsersRefExterneRepository).
Resolving inheritance for "App\Repository\UsersRefExterneRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UsersRefExterneRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\DeclarativeVoter" (parent: .abstract.instanceof.App\Security\Voter\DeclarativeVoter).
Resolving inheritance for "App\Security\Voter\DeclarativeVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\DeclarativeVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\UserVoter" (parent: .abstract.instanceof.App\Security\Voter\UserVoter).
Resolving inheritance for "App\Security\Voter\UserVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\UserVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\UserParentValidator" (parent: .abstract.instanceof.App\Validator\Constraints\UserParentValidator).
Resolving inheritance for "App\Validator\Constraints\UserParentValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\UserParentValidator).
Resolving inheritance for "clusters.search_filter" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "cityGeoloc.search_filter" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "products.search_filter" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "tokens.search_filter" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "CategoryProducts.search_filter" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "adresse.search_filter" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "adressesIncomming.search_filter" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "arretCuivre.search_filter" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "arretFttb.search_filter" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "adresse.date_filter" (parent: api_platform.doctrine.orm.date_filter).
Resolving inheritance for "adresse_incomming.date_filter" (parent: api_platform.doctrine.orm.date_filter).
Resolving inheritance for "arretFttb.date_filter" (parent: api_platform.doctrine.orm.date_filter).
Resolving inheritance for "arretCuivre.date_filter" (parent: api_platform.doctrine.orm.date_filter).
Resolving inheritance for "operators.search_filter" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "point_of_sales.search_filter" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._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 "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.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.api" (parent: security.firewall.config).
Resolving inheritance for "security.listener.api.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.jwt.api" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "security.authenticator.json_login.api" (parent: security.authenticator.json_login).
Resolving inheritance for "security.authentication.success_handler.api.json_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.failure_handler.api.json_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authenticator.manager.api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api" (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.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "lexik_jwt_authentication.key_loader.openssl" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "api_platform.cache.route_name_resolver" (parent: cache.system).
Resolving inheritance for "api_platform.cache.identifiers_extractor" (parent: cache.system).
Resolving inheritance for "api_platform.cache.subresource_operation_factory" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.resource" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.property" (parent: cache.system).
Resolving inheritance for "api_platform.graphql.cache.subscription" (parent: cache.system).
Resolving inheritance for "api_platform.doctrine.orm.default.collection_data_provider" (parent: api_platform.doctrine.orm.collection_data_provider).
Resolving inheritance for "api_platform.doctrine.orm.default.item_data_provider" (parent: api_platform.doctrine.orm.item_data_provider).
Resolving inheritance for "api_platform.doctrine.orm.default.subresource_data_provider" (parent: api_platform.doctrine.orm.subresource_data_provider).
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_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 "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
395
Removed service "Psr\Container\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
Removed service "App\Port\NmdAdressePort"; 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 "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 "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\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "messenger.failure_transports.default"; 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 "Doctrine\DBAL\Driver\Connection"; 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 "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; 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.api"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
Removed service "lexik_jwt_authentication.jwt_token_authenticator"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
Removed service "api_platform.serializer"; reason: private alias.
Removed service "api_platform.property_accessor"; reason: private alias.
Removed service "api_platform.property_info"; reason: private alias.
Removed service "ApiPlatform\Core\Api\ResourceClassResolverInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Api\UrlGeneratorInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Api\IriConverterInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Api\OperationAwareFormatsProviderInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Serializer\SerializerContextBuilderInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Serializer\Filter\PropertyFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Serializer\Filter\GroupFilter"; reason: private alias.
Removed service "api_platform.operation_path_resolver"; reason: private alias.
Removed service "ApiPlatform\Core\Api\IdentifiersExtractorInterface"; reason: private alias.
Removed service "ApiPlatform\Core\DataPersister\DataPersisterInterface"; reason: private alias.
Removed service "ApiPlatform\Core\DataProvider\ItemDataProviderInterface"; reason: private alias.
Removed service "ApiPlatform\Core\DataProvider\CollectionDataProviderInterface"; reason: private alias.
Removed service "ApiPlatform\Core\DataProvider\SubresourceDataProviderInterface"; reason: private alias.
Removed service "ApiPlatform\Core\DataProvider\Pagination"; reason: private alias.
Removed service "ApiPlatform\Core\DataProvider\PaginationOptions"; reason: private alias.
Removed service "api_platform.operation_path_resolver.default"; reason: private alias.
Removed service "api_platform.path_segment_name_generator"; reason: private alias.
Removed service "ApiPlatform\Core\Metadata\Resource\Factory\ResourceNameCollectionFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Core\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Metadata\Property\Factory\PropertyMetadataFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory"; reason: private alias.
Removed service "ApiPlatform\Core\JsonSchema\TypeFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Core\JsonSchema\SchemaFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Core\OpenApi\Serializer\OpenApiNormalizer"; reason: private alias.
Removed service "ApiPlatform\Core\OpenApi\Options"; reason: private alias.
Removed service "ApiPlatform\Core\OpenApi\Factory\OpenApiFactoryInterface"; reason: private alias.
Removed service "api_platform.swagger_ui.listener"; reason: private alias.
Removed service "ApiPlatform\Core\GraphQl\Serializer\SerializerContextBuilderInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\RangeFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\NumericFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\ExistsFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension"; reason: private alias.
Removed service "ApiPlatform\Core\Validator\ValidatorInterface"; reason: private alias.
Removed service "api_platform.message_bus"; reason: private alias.
Removed service "api_platform.security.expression_language"; reason: private alias.
Removed service "ApiPlatform\Core\Security\ResourceAccessCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenFactoryInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenFactoryInterface $defaultFactory"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenFactoryInterface $defaultTokenFactory"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenProviderInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenProviderInterface $defaultProvider"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenProviderInterface $defaultTokenProvider"; reason: private alias.
Removed service "Symfony\Component\Mercure\HubInterface $defaultHub"; reason: private alias.
Removed service "Symfony\Component\Mercure\HubInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\PublisherInterface $defaultPublisher"; reason: private alias.
Removed service "Symfony\Component\Mercure\PublisherInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\HubInterface"; reason: private alias.
Removed service "Symfony\Component\Mercure\Publisher"; reason: private alias.
Removed service "Symfony\Component\Mercure\PublisherInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "api_platform.doctrine.listener.mercure.publish"; reason: private alias.
Removed service "api_platform.name_converter"; reason: private alias.
Removed service ".service_locator.80edgLI"; reason: private alias.
Removed service ".service_locator.h8Jkkd2"; reason: private alias.
Removed service ".service_locator.JYo.9Ts"; reason: private alias.
Removed service ".service_locator.bnaLdkn"; reason: private alias.
Removed service ".service_locator._lgQA8u"; reason: private alias.
Removed service ".service_locator.Xbsa8iG"; reason: private alias.
Removed service ".service_locator.S79ueEz"; reason: private alias.
Removed service ".service_locator.rN7fFER"; reason: private alias.
Removed service ".service_locator.0GV1BZZ"; reason: private alias.
Removed service ".service_locator.Op5BNC."; reason: private alias.
Removed service ".service_locator.3Qf7fnP"; reason: private alias.
Removed service ".service_locator.GURksL."; reason: private alias.
Removed service ".service_locator.O1njkYo"; reason: private alias.
Removed service ".service_locator.jpwUh5W"; reason: private alias.
Removed service ".service_locator.ETSOGRJ"; reason: private alias.
Removed service ".service_locator._QJEwQY"; reason: private alias.
Removed service ".service_locator.H0gtZSb"; reason: private alias.
Removed service ".service_locator.cGLEQdh"; reason: private alias.
Removed service ".service_locator.oM0JbpK"; reason: private alias.
Removed service ".service_locator.bQ1EIfE"; reason: private alias.
Removed service ".service_locator.rlvXrw8"; reason: private alias.
Removed service ".service_locator.mzahdcF"; reason: private alias.
Removed service ".service_locator.r5mRSNN"; reason: private alias.
Removed service ".service_locator.0yQ8SoV"; reason: private alias.
Removed service ".service_locator.MPJ5_FN"; reason: private alias.
Removed service ".service_locator.l_F9psA"; reason: private alias.
Removed service ".service_locator.hXO8rwU"; reason: private alias.
Removed service ".service_locator.dG9K_P6"; reason: private alias.
Removed service ".service_locator.wn2pCDp"; reason: private alias.
Removed service ".service_locator.RoijDpR"; reason: private alias.
Removed service ".service_locator.IYtgyIl"; reason: private alias.
Removed service ".service_locator.SVZJh9Y"; reason: private alias.
Removed service ".service_locator.Vi7Ac06"; reason: private alias.
Removed service ".service_locator.y.hXoSE"; reason: private alias.
Removed service ".service_locator.T0PQiXJ"; reason: private alias.
Removed service ".service_locator.HGddsVO"; reason: private alias.
Removed service ".service_locator.y60_IlK"; reason: private alias.
Removed service ".service_locator.vtATZ9M"; reason: private alias.
Removed service ".service_locator..hG46HN"; reason: private alias.
Removed service ".service_locator.P4O4Zlg"; reason: private alias.
Removed service ".service_locator.Za9MpXe"; reason: private alias.
Removed service ".service_locator.A6yyN75"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.W9y3dzm"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.property_info.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.annotation.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.property.metadata_factory.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.input_output.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.serializer.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.default_property.inner"; reason: private alias.
Removed service "api_platform.metadata.subresource.metadata_factory.annotation.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.php_doc.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.short_name.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.filter_metadata_factory.annotation.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.annotation.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.validator.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.operation.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.formats.inner"; reason: private alias.
Removed service "api_platform.openapi.factory"; 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 "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.api"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "api_platform.serializer.context_builder"; reason: private alias.
Removed service "api_platform.identifiers_extractor"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.xml.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.annotation.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.hydra.normalizer.collection"; reason: private alias.
Removed service "api_platform.hydra.normalizer.collection_filters.inner"; reason: private alias.
Removed service "api_platform.json_schema.schema_factory"; reason: private alias.
Removed service "api_platform.collection_data_provider"; reason: private alias.
Removed service "api_platform.item_data_provider"; reason: private alias.
Removed service "api_platform.subresource_data_provider"; reason: private alias.
Removed service "api_platform.data_persister"; reason: private alias.
Removed service "mercure.hub.default.publisher"; reason: private alias.
Removed service "mercure.hub.default"; 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 "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 "messenger.bus.default"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "serializer.mapping.class_metadata_factory"; reason: private alias.
Removed service "api_platform.openapi.normalizer"; reason: private alias.
Removed service "api_platform.swagger.normalizer.documentation"; reason: private alias.
Removed service "api_platform.route_name_resolver"; reason: private alias.
Removed service "api_platform.subresource_operation_factory"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.cached.inner"; reason: private alias.
Removed service ".service_locator.JBAFp66"; reason: private alias.
Removed service ".service_locator.t1Fm9By"; reason: private alias.
Removed service ".service_locator.VbsdbAu"; reason: private alias.
Removed service ".service_locator.Ehy6l1a"; reason: private alias.
Removed service ".service_locator.HFHVceg"; reason: private alias.
Removed service ".service_locator.kYj2q6I"; reason: private alias.
Removed service ".service_locator.EY1wsUm"; reason: private alias.
Removed service ".service_locator.Yyvusd4"; reason: private alias.
Removed service ".service_locator.XQm6pCh"; reason: private alias.
Removed service ".service_locator.kydi4Ed"; reason: private alias.
Removed service ".service_locator.Irz6eR6"; reason: private alias.
Removed service ".service_locator.Kl91isi"; reason: private alias.
Removed service ".service_locator.DaYHB6i"; reason: private alias.
Removed service ".service_locator.qyoRN6v"; reason: private alias.
Removed service ".service_locator.4VgwrvC"; reason: private alias.
Removed service ".service_locator.QyXo_5s"; reason: private alias.
Removed service ".service_locator.8PQa8Mp"; reason: private alias.
Removed service ".service_locator.Er0_7SX"; reason: private alias.
Removed service ".service_locator.L6yhl6B"; reason: private alias.
Removed service ".service_locator._d1F8VM"; reason: private alias.
Removed service ".service_locator.xKwb6wp"; reason: private alias.
Removed service ".service_locator.eI50o_Z"; reason: private alias.
Removed service ".service_locator.ZmwvD2Q"; reason: private alias.
Removed service ".service_locator.31Q_Wsi"; reason: private alias.
Removed service ".service_locator._u4_C.T"; reason: private alias.
Removed service ".service_locator.gEnCUek"; reason: private alias.
Removed service ".service_locator.HgNkUMq"; reason: private alias.
Removed service ".service_locator.hC2E0Tc"; reason: private alias.
Removed service ".service_locator.SeoHnRh"; reason: private alias.
Removed service ".service_locator.aTHR.Kz"; reason: private alias.
Removed service ".service_locator.vQtiAUZ"; reason: private alias.
Removed service ".service_locator.pgA_fP8"; reason: private alias.
Removed service ".service_locator.p8HE3mJ"; reason: private alias.
Removed service ".service_locator.z2GBhRL"; reason: private alias.
Removed service ".service_locator..BtrE8Y"; reason: private alias.
Removed service ".service_locator.BuNkOBB"; reason: private alias.
Removed service ".service_locator.3XMDnm2"; reason: private alias.
Removed service ".service_locator.1aw0HSw"; reason: private alias.
Removed service ".service_locator.kGR35DP"; reason: private alias.
Removed service ".service_locator.qkDXeM8"; reason: private alias.
Removed service ".service_locator.1qrb1MQ"; reason: private alias.
Removed service ".service_locator.1QKsfku"; reason: private alias.
Removed service ".service_locator.7ko_3cF"; reason: private alias.
Removed service ".service_locator.g1OCn23"; reason: private alias.
Removed service ".service_locator.h_bkmYQ"; reason: private alias.
Removed service ".service_locator.v5foRrj"; reason: private alias.
Removed service ".service_locator.U5WipyA"; reason: private alias.
Removed service ".service_locator.vS1lpro"; reason: private alias.
Removed service ".service_locator.sMjywYv"; reason: private alias.
Removed service ".service_locator.qOOMdtw"; reason: private alias.
Removed service ".service_locator.EaLtn4S"; reason: private alias.
Removed service ".service_locator.NFoOWn0"; reason: private alias.
Removed service ".service_locator.yciRRzv"; reason: private alias.
Removed service ".service_locator.Wd_D6Iy"; reason: private alias.
Removed service ".service_locator.L0rFhJm"; reason: private alias.
Removed service ".service_locator.9YCWxeJ"; reason: private alias.
Removed service ".service_locator.aa1PbBb"; reason: private alias.
106
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "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.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_failed_messages_retry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.validator_debug" previously pointing to "debug.validator" to "validator".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.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 "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.validation" previously pointing to "debug.validator" to "validator".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.chat" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.sms" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.email" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.push" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.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 "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.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 "security.authenticator.jwt.api" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.api" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.json_login.api" previously pointing to "translator.data_collector" to "translator".
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 "lexik_jwt_authentication.security.authentication.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.default" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "api_platform.router" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.swagger.action.ui" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.swagger_ui.action" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "api_platform.metadata.property.metadata_factory.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "api_platform.doctrine.orm.listener.mercure.publish" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "api_platform.messenger.data_persister" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.9jKjuJ5" previously pointing to "debug.validator" to "validator".
Changed reference of service ".service_locator.5cAhUFF" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\DeclarativeVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\UserVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.GNc8e5B" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.GNc8e5B" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.GNc8e5B" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.J4b.DPX" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.HLwzKIm" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.p3KTscm" 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".
576
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 "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "doctrine.dbal.logger.chain"; reason: abstract.
Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.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 "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 "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
Removed service "api_platform.serializer.property_filter"; reason: abstract.
Removed service "api_platform.serializer.group_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.collection_data_provider"; reason: abstract.
Removed service "api_platform.doctrine.orm.item_data_provider"; reason: abstract.
Removed service "api_platform.doctrine.orm.subresource_data_provider"; reason: abstract.
Removed service "api_platform.doctrine.orm.search_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.order_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.range_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.date_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.boolean_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.numeric_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.exists_filter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChTestCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ChTestCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateJWTTokenCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CreateJWTTokenCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportPrisesNeuvesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportPrisesNeuvesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportPrisesParcCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportPrisesParcCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportProductionCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportProductionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\TestCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AdresseIncomming\AdresseIncommingByUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AdresseIncomming\AdresseIncommingByUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\AdresseIncomming\AdresseIncommingByUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AdresseIncomming\AdresseIncommingDetailsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AdresseIncomming\AdresseIncommingDetailsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\AdresseIncomming\AdresseIncommingDetailsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AdresseIncomming\AdresseIncommingDistributionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AdresseIncomming\AdresseIncommingDistributionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\AdresseIncomming\AdresseIncommingDistributionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AdresseIncomming\AdresseIncommingDownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AdresseIncomming\AdresseIncommingDownloadController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\AdresseIncomming\AdresseIncommingDownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AdresseIncomming\AdresseIncommingHierarchyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AdresseIncomming\AdresseIncommingHierarchyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\AdresseIncomming\AdresseIncommingHierarchyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AdresseIncomming\AdresseIncommingHierarchyEligibleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AdresseIncomming\AdresseIncommingHierarchyEligibleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\AdresseIncomming\AdresseIncommingHierarchyEligibleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AdresseIncomming\AdresseIncommingKpiByStreetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AdresseIncomming\AdresseIncommingKpiByStreetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\AdresseIncomming\AdresseIncommingKpiByStreetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AdresseIncomming\AdresseIncommingWithAnciennteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AdresseIncomming\AdresseIncommingWithAnciennteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\AdresseIncomming\AdresseIncommingWithAnciennteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AdresseIncomming\AdresseInommingStreetsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AdresseIncomming\AdresseInommingStreetsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\AdresseIncomming\AdresseInommingStreetsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretCuivre\ArretCuivreByUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretCuivre\ArretCuivreByUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ArretCuivre\ArretCuivreByUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretCuivre\ArretCuivreDetailsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretCuivre\ArretCuivreDetailsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ArretCuivre\ArretCuivreDetailsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretCuivre\ArretCuivreDistributionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretCuivre\ArretCuivreDistributionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ArretCuivre\ArretCuivreDistributionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretCuivre\ArretCuivreDownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretCuivre\ArretCuivreDownloadController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ArretCuivre\ArretCuivreDownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretCuivre\ArretCuivreEligibleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretCuivre\ArretCuivreEligibleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ArretCuivre\ArretCuivreEligibleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretCuivre\ArretCuivreHierarchyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretCuivre\ArretCuivreHierarchyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ArretCuivre\ArretCuivreHierarchyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretCuivre\ArretCuivreKpiByStreetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretCuivre\ArretCuivreKpiByStreetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ArretCuivre\ArretCuivreKpiByStreetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretCuivre\ArretCuivreStreetsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretCuivre\ArretCuivreStreetsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ArretCuivre\ArretCuivreStreetsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretCuivre\ArretCuivreWithAnciennteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretCuivre\ArretCuivreWithAnciennteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ArretCuivre\ArretCuivreWithAnciennteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretFttb\ArretFttbByUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretFttb\ArretFttbByUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ArretFttb\ArretFttbByUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretFttb\ArretFttbDetailsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretFttb\ArretFttbDetailsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ArretFttb\ArretFttbDetailsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretFttb\ArretFttbDistributionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretFttb\ArretFttbDistributionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ArretFttb\ArretFttbDistributionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretFttb\ArretFttbDownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretFttb\ArretFttbDownloadController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ArretFttb\ArretFttbDownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretFttb\ArretFttbEligibleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretFttb\ArretFttbEligibleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ArretFttb\ArretFttbEligibleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretFttb\ArretFttbHierarchyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretFttb\ArretFttbHierarchyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ArretFttb\ArretFttbHierarchyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretFttb\ArretFttbKpiByStreetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretFttb\ArretFttbKpiByStreetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ArretFttb\ArretFttbKpiByStreetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretFttb\ArretFttbStreetsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretFttb\ArretFttbStreetsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ArretFttb\ArretFttbStreetsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArretFttb\ArretFttbWithAnciennteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArretFttb\ArretFttbWithAnciennteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ArretFttb\ArretFttbWithAnciennteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Category\CategoryHierarchyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Category\CategoryHierarchyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Category\CategoryHierarchyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CityGeoLocs\CityGeoLocsPolygonsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CityGeoLocs\CityGeoLocsPolygonsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\CityGeoLocs\CityGeoLocsPolygonsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Cluster\ClusterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Cluster\ClusterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Cluster\ClusterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativeCoordinatesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativeCoordinatesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Declarative\DeclarativeCoordinatesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativeDetailsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativeDetailsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Declarative\DeclarativeDetailsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativesContratRefContratController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativesContratRefContratController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Declarative\DeclarativesContratRefContratController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Declarative\DeclarativesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativesIdController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativesIdController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Declarative\DeclarativesIdController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativesImportDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativesImportDataController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Declarative\DeclarativesImportDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativesTreeAllController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativesTreeAllController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Declarative\DeclarativesTreeAllController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativesTreeFirstController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativesTreeFirstController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Declarative\DeclarativesTreeFirstController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativesUserIdTreeAllTotalsByCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativesUserIdTreeAllTotalsByCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Declarative\DeclarativesUserIdTreeAllTotalsByCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativesUserIdTreeFirstTotalsByCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativesUserIdTreeFirstTotalsByCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Declarative\DeclarativesUserIdTreeFirstTotalsByCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativesUsersIdController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativesUsersIdController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Declarative\DeclarativesUsersIdController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativesUsersIdTreeAllController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativesUsersIdTreeAllController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Declarative\DeclarativesUsersIdTreeAllController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Declarative\DeclarativesUsersIdTreeFirstController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Declarative\DeclarativesUsersIdTreeFirstController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Declarative\DeclarativesUsersIdTreeFirstController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Eligibilite\EligibiliteRueController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Eligibilite\EligibiliteRueController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Eligibilite\EligibiliteRueController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Email\EmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Email\EmailController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Email\EmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\File\GenericFileUploadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\File\GenericFileUploadController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\File\GenericFileUploadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\History\HistoryAnalyticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\History\HistoryAnalyticsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\History\HistoryAnalyticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\IncidentsTickets\IncidentsTicketsByDayController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\IncidentsTickets\IncidentsTicketsByDayController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\IncidentsTickets\IncidentsTicketsByDayController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\IncidentsTickets\IncidentsTicketsByStatusController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\IncidentsTickets\IncidentsTicketsByStatusController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\IncidentsTickets\IncidentsTicketsByStatusController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\IncidentsTickets\IncidentsTicketsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\IncidentsTickets\IncidentsTicketsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\IncidentsTickets\IncidentsTicketsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\IncidentsVerbatim\IncidentsVerbatimController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\IncidentsVerbatim\IncidentsVerbatimController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\IncidentsVerbatim\IncidentsVerbatimController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlaceByUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlaceByUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlaceByUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlaceCoordiantesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlaceCoordiantesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlaceCoordiantesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlaceDetailsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlaceDetailsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlaceDetailsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlaceFilterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlaceFilterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlaceFilterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlaceGlobalHierarchyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlaceGlobalHierarchyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlaceGlobalHierarchyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlaceHierarchyByAncienneteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlaceHierarchyByAncienneteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlaceHierarchyByAncienneteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlaceHierarchyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlaceHierarchyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlaceHierarchyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlaceHierarchyEligibleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlaceHierarchyEligibleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlaceHierarchyEligibleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlaceKpiArretCuivreController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlaceKpiArretCuivreController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlaceKpiArretCuivreController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlaceKpiGroupByArretCuivreController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlaceKpiGroupByArretCuivreController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlaceKpiGroupByArretCuivreController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlacePolygonsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlacePolygonsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlacePolygonsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlaceStreetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlaceStreetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlaceStreetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlacesCmdLineController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlacesCmdLineController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlacesCmdLineController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlacesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlacesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlacesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlacesDistributionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlacesDistributionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlacesDistributionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlacesIdController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlacesIdController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlacesIdController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlacesIdPatchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlacesIdPatchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlacesIdPatchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlacesJsonRunAsyncController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlacesJsonRunAsyncController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlacesJsonRunAsyncController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InterventionPlace\InterventionPlacesJsonStatusController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InterventionPlace\InterventionPlacesJsonStatusController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\InterventionPlace\InterventionPlacesJsonStatusController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Menu\MenuController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Menu\MenuController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Menu\MenuController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ObjectifsClusters\ObjectifsClustersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ObjectifsClusters\ObjectifsClustersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ObjectifsClusters\ObjectifsClustersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ObjectivesManagement\ObjectivesManagementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ObjectivesManagement\ObjectivesManagementController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ObjectivesManagement\ObjectivesManagementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Panier\PanierByDayController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Panier\PanierByDayController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Panier\PanierByDayController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Panier\PanierController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Panier\PanierController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Panier\PanierController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Panier\PanierDetailsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Panier\PanierDetailsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Panier\PanierDetailsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionAnalyticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionAnalyticsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Production\ProductionAnalyticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionByDateAnnulationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionByDateAnnulationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Production\ProductionByDateAnnulationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionCmdLineController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionCmdLineController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Production\ProductionCmdLineController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionDashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionDashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Production\ProductionDashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionDetailsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionDetailsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Production\ProductionDetailsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionDetailsDownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionDetailsDownloadController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Production\ProductionDetailsDownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionFiltersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionFiltersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Production\ProductionFiltersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionSalesStatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionSalesStatsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Production\ProductionSalesStatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionTechnologiesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionTechnologiesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Production\ProductionTechnologiesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionUserIdTreeAllKpiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionUserIdTreeAllKpiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Production\ProductionUserIdTreeAllKpiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionUserIdTreeFirstTotalsByCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionUserIdTreeFirstTotalsByCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Production\ProductionUserIdTreeFirstTotalsByCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsAllController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsAllController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Production\ProductionsAllController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsByDayController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsByDayController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Production\ProductionsByDayController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsCategroiesProductsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsCategroiesProductsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Production\ProductionsCategroiesProductsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsContratRefContratController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsContratRefContratController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Production\ProductionsContratRefContratController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Production\ProductionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsCoordinatesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsCoordinatesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Production\ProductionsCoordinatesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsEmailClientEmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsEmailClientEmailController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Production\ProductionsEmailClientEmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsHierarchyByCpvController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsHierarchyByCpvController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Production\ProductionsHierarchyByCpvController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsIdController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsIdController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Production\ProductionsIdController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsRaccoValidController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsRaccoValidController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Production\ProductionsRaccoValidController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsSearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsSearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Production\ProductionsSearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsTelClientTelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsTelClientTelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Production\ProductionsTelClientTelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsTreeAllController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsTreeAllController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Production\ProductionsTreeAllController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsTreeFirstController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsTreeFirstController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Production\ProductionsTreeFirstController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsUsersIdController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsUsersIdController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Production\ProductionsUsersIdController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsUsersIdTreeAllController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsUsersIdTreeAllController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Production\ProductionsUsersIdTreeAllController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Production\ProductionsUsersIdTreeFirstController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Production\ProductionsUsersIdTreeFirstController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Production\ProductionsUsersIdTreeFirstController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ProspectionCycle\ProspectionCycleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ProspectionCycle\ProspectionCycleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ProspectionCycle\ProspectionCycleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Quotas\QuotasListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Quotas\QuotasListController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Quotas\QuotasListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\SatisfactionClient\SatisfactionClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\SatisfactionClient\SatisfactionClientController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\SatisfactionClient\SatisfactionClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\SchedulerSectors\SchedulerSectorsDetailsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\SchedulerSectors\SchedulerSectorsDetailsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\SchedulerSectors\SchedulerSectorsDetailsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ScriptManager\ScriptManagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ScriptManager\ScriptManagerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ScriptManager\ScriptManagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ScriptPython\RunScripPythonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ScriptPython\RunScripPythonController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ScriptPython\RunScripPythonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Search\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Search\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Search\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Session\SessionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Session\SessionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Session\SessionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\TourneeToken\TourneeTokenController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\TourneeToken\TourneeTokenController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\TourneeToken\TourneeTokenController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\User\UserImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\User\UserImportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\User\UserImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\User\UserPictoUploadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\User\UserPictoUploadController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\User\UserPictoUploadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\User\UsersIdController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\User\UsersIdController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\User\UsersIdController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\User\UsersIdParentAllController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\User\UsersIdParentAllController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\User\UsersIdParentAllController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\User\UsersIdParentFirstController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\User\UsersIdParentFirstController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\User\UsersIdParentFirstController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\User\UsersIdTreeAllController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\User\UsersIdTreeAllController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\User\UsersIdTreeAllController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\User\UsersIdTreeFirstController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\User\UsersIdTreeFirstController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\User\UsersIdTreeFirstController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\User\UsersParentAllController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\User\UsersParentAllController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\User\UsersParentAllController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\User\UsersParentFirstController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\User\UsersParentFirstController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\User\UsersParentFirstController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\User\UsersTreeAllController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\User\UsersTreeAllController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\User\UsersTreeAllController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\User\UsersTreeFirstController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\User\UsersTreeFirstController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\User\UsersTreeFirstController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmailController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EmailController"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\DataPersister\SchedulerSectorDataPersister"; reason: abstract.
Removed service ".abstract.instanceof.App\DataPersister\SchedulerSectorDataPersister"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\DataPersister\UserDataPersister"; reason: abstract.
Removed service ".abstract.instanceof.App\DataPersister\UserDataPersister"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Api\FilterInterface.0.App\Filter\CodeClusterFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Filter\CodeClusterFilter"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CategoryProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CityGeolocRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CityGeolocRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClusterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ClusterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfigEtlRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ConfigEtlRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeclarativeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DeclarativeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DistributionAdresseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DistributionAdresseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EtatDeclarativeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EtatDeclarativeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EtatIncidentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EtatIncidentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EtatProductionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EtatProductionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\HistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IncidentsTicketsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\IncidentsTicketsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IncidentsVerbatimRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\IncidentsVerbatimRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InterventionPlaceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InterventionPlaceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NmdAdresseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NmdAdresseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NmdAdressesIncommingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NmdAdressesIncommingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NmdAppPanierRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NmdAppPanierRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NmdArretCuivreRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NmdArretCuivreRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NmdArretFttbRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NmdArretFttbRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NmdModulesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NmdModulesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NmdObjectifClustersRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NmdObjectifClustersRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NmdRightUserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NmdRightUserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ObjectivesManagementRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ObjectivesManagementRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OpenAiQuestionsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OpenAiQuestionsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OperatorRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OperatorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrganisationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrganisationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PointOfSaleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PointOfSaleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductOptionsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductOptionsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProspectionCycleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProspectionCycleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuotasRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\QuotasRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleAppRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RoleAppRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalesCoachInteractionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SalesCoachInteractionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalesCoachProfileRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SalesCoachProfileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SatisfactionClientRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SatisfactionClientRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SchedulerSectorRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SchedulerSectorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TourneeTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TourneeTokenRepository"; 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\UsersRefExterneRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UsersRefExterneRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\DeclarativeVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\DeclarativeVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\UserVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\UserVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\UserParentValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\UserParentValidator"; reason: abstract.
153
Removed service "App\ApiResource\Clusters"; reason: unused.
Removed service "App\ApiResource\PythonScript"; reason: unused.
Removed service "App\ApiResource\Session"; reason: unused.
Removed service "App\ApiResource\Turnover"; reason: unused.
Removed service "App\Dto\AdresseIncommingDto"; reason: unused.
Removed service "App\Dto\AdresseIncommingKpiDto"; reason: unused.
Removed service "App\Dto\AdresseIncommingStreetsDto"; reason: unused.
Removed service "App\Dto\AdressesIncommingDistributedDto"; reason: unused.
Removed service "App\Dto\CityGeoLocsPolygons"; reason: unused.
Removed service "App\Dto\Cluster"; reason: unused.
Removed service "App\Dto\CsvFileDownload"; reason: unused.
Removed service "App\Dto\Declarative"; reason: unused.
Removed service "App\Dto\DeclarativeImportData"; reason: unused.
Removed service "App\Dto\DeclarativeKpi"; reason: unused.
Removed service "App\Dto\EligibiliteRueDto"; reason: unused.
Removed service "App\Dto\EmailRequest"; reason: unused.
Removed service "App\Dto\InterventionPlace"; reason: unused.
Removed service "App\Dto\InterventionPlaceCoordinates"; reason: unused.
Removed service "App\Dto\InterventionPlaceDistributionRate"; reason: unused.
Removed service "App\Dto\InterventionPlaceKpi"; reason: unused.
Removed service "App\Dto\InterventionPlaceKpiArretCuivre"; reason: unused.
Removed service "App\Dto\InterventionPlaceKpiGroupByArretCuivre"; reason: unused.
Removed service "App\Dto\MonitoringDataSfr"; reason: unused.
Removed service "App\Dto\PanierDetails"; reason: unused.
Removed service "App\Dto\PanierSalesByDay"; reason: unused.
Removed service "App\Dto\Production"; reason: unused.
Removed service "App\Dto\ProductionCmdLine"; reason: unused.
Removed service "App\Dto\ProductionKpi"; reason: unused.
Removed service "App\Dto\ProductionKpiByOptionGroup"; reason: unused.
Removed service "App\Dto\ProductionKpiByRacc"; reason: unused.
Removed service "App\Dto\ProductionSalesByDay"; reason: unused.
Removed service "App\Dto\ProductionSalesStats"; reason: unused.
Removed service "App\Dto\ProductionSearchDto"; reason: unused.
Removed service "App\Dto\ProductionTotal"; reason: unused.
Removed service "App\Dto\ProductionsAnalytics"; reason: unused.
Removed service "App\Dto\ProductionsByAnnulationTypes"; reason: unused.
Removed service "App\Dto\ProductionsByCategoryFor12Months"; reason: unused.
Removed service "App\Dto\ProductionsByInterventionStatus"; reason: unused.
Removed service "App\Dto\ProductionsByLblMotifInstance"; reason: unused.
Removed service "App\Dto\ProductionsByStatus"; reason: unused.
Removed service "App\Dto\ProductionsCategroiesProducts"; reason: unused.
Removed service "App\Dto\ProductionsRaccoValid"; reason: unused.
Removed service "App\Dto\ProductionsZeroSalesDays"; reason: unused.
Removed service "App\Dto\ProspectionCycle"; reason: unused.
Removed service "App\Dto\PythonScript"; reason: unused.
Removed service "App\Dto\SessionResult"; reason: unused.
Removed service "App\Dto\TurnoverResult"; reason: unused.
Removed service "App\Dto\UserConnected"; reason: unused.
Removed service "App\Validator\Constraints\UserParent"; 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 "mailer.default_transport"; 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 ".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 "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "messenger.listener.dispatch_pcntl_signal_listener"; reason: unused.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; 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 "notifier.admin_recipient.0"; reason: unused.
Removed service "doctrine.dbal.logger"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service ".1_ServiceLocator~a_ASxlG"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.authentication_utils"; 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 "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 "lexik_jwt_authentication.security.authentication.provider"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.listener"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.entry_point"; reason: unused.
Removed service "lexik_jwt_authentication.key_loader.openssl"; reason: unused.
Removed service "lexik_jwt_authentication.jws_provider.default"; reason: unused.
Removed service "lexik_jwt_authentication.encoder.default"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.split_cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
Removed service ".1_TokenStorage~VuMeAi_"; reason: unused.
Removed service "lexik_jwt_authentication.security.guard.jwt_token_authenticator"; reason: unused.
Removed service "api_platform.operation_method_resolver"; reason: unused.
Removed service "api_platform.formats_provider"; reason: unused.
Removed service "api_platform.operation_path_resolver.underscore"; reason: unused.
Removed service "api_platform.operation_path_resolver.dash"; reason: unused.
Removed service "api_platform.path_segment_name_generator.dash"; reason: unused.
Removed service "api_platform.serializer_locator"; reason: unused.
Removed service "api_platform.filter_collection_factory"; reason: unused.
Removed service "api_platform.filters"; reason: unused.
Removed service "api_platform.doctrine.metadata_factory"; reason: unused.
Removed service "mercure.hub.default.publisher.traceable"; 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 "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.dw8O4oN"; reason: unused.
Removed service "mercure.hub.default.publisher.traceable.inner"; reason: unused.
538
Inlined service "ClickHouseDB\Client" to "App\ClickHouse\Repository\NmdAdresseChRepository".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\AdresseIncomming\AdresseIncommingByUserController" to "App\Controller\Api\AdresseIncomming\AdresseIncommingByUserController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\AdresseIncomming\AdresseIncommingDetailsController" to "App\Controller\Api\AdresseIncomming\AdresseIncommingDetailsController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\AdresseIncomming\AdresseIncommingDistributionController" to "App\Controller\Api\AdresseIncomming\AdresseIncommingDistributionController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\AdresseIncomming\AdresseIncommingDownloadController" to "App\Controller\Api\AdresseIncomming\AdresseIncommingDownloadController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\AdresseIncomming\AdresseIncommingHierarchyController" to "App\Controller\Api\AdresseIncomming\AdresseIncommingHierarchyController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\AdresseIncomming\AdresseIncommingHierarchyEligibleController" to "App\Controller\Api\AdresseIncomming\AdresseIncommingHierarchyEligibleController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\AdresseIncomming\AdresseIncommingKpiByStreetController" to "App\Controller\Api\AdresseIncomming\AdresseIncommingKpiByStreetController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\AdresseIncomming\AdresseIncommingWithAnciennteController" to "App\Controller\Api\AdresseIncomming\AdresseIncommingWithAnciennteController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\AdresseIncomming\AdresseInommingStreetsController" to "App\Controller\Api\AdresseIncomming\AdresseInommingStreetsController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\ArretCuivre\ArretCuivreByUserController" to "App\Controller\Api\ArretCuivre\ArretCuivreByUserController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\ArretCuivre\ArretCuivreDetailsController" to "App\Controller\Api\ArretCuivre\ArretCuivreDetailsController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\ArretCuivre\ArretCuivreDistributionController" to "App\Controller\Api\ArretCuivre\ArretCuivreDistributionController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\ArretCuivre\ArretCuivreDownloadController" to "App\Controller\Api\ArretCuivre\ArretCuivreDownloadController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\ArretCuivre\ArretCuivreEligibleController" to "App\Controller\Api\ArretCuivre\ArretCuivreEligibleController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\ArretCuivre\ArretCuivreHierarchyController" to "App\Controller\Api\ArretCuivre\ArretCuivreHierarchyController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\ArretCuivre\ArretCuivreKpiByStreetController" to "App\Controller\Api\ArretCuivre\ArretCuivreKpiByStreetController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\ArretCuivre\ArretCuivreStreetsController" to "App\Controller\Api\ArretCuivre\ArretCuivreStreetsController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\ArretCuivre\ArretCuivreWithAnciennteController" to "App\Controller\Api\ArretCuivre\ArretCuivreWithAnciennteController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\ArretFttb\ArretFttbByUserController" to "App\Controller\Api\ArretFttb\ArretFttbByUserController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\ArretFttb\ArretFttbDetailsController" to "App\Controller\Api\ArretFttb\ArretFttbDetailsController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\ArretFttb\ArretFttbDistributionController" to "App\Controller\Api\ArretFttb\ArretFttbDistributionController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\ArretFttb\ArretFttbDownloadController" to "App\Controller\Api\ArretFttb\ArretFttbDownloadController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\ArretFttb\ArretFttbEligibleController" to "App\Controller\Api\ArretFttb\ArretFttbEligibleController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\ArretFttb\ArretFttbHierarchyController" to "App\Controller\Api\ArretFttb\ArretFttbHierarchyController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\ArretFttb\ArretFttbKpiByStreetController" to "App\Controller\Api\ArretFttb\ArretFttbKpiByStreetController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\ArretFttb\ArretFttbStreetsController" to "App\Controller\Api\ArretFttb\ArretFttbStreetsController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\ArretFttb\ArretFttbWithAnciennteController" to "App\Controller\Api\ArretFttb\ArretFttbWithAnciennteController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Category\CategoryHierarchyController" to "App\Controller\Api\Category\CategoryHierarchyController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\CityGeoLocs\CityGeoLocsPolygonsController" to "App\Controller\Api\CityGeoLocs\CityGeoLocsPolygonsController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Cluster\ClusterController" to "App\Controller\Api\Cluster\ClusterController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Declarative\DeclarativeCoordinatesController" to "App\Controller\Api\Declarative\DeclarativeCoordinatesController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Declarative\DeclarativeDetailsController" to "App\Controller\Api\Declarative\DeclarativeDetailsController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Declarative\DeclarativesContratRefContratController" to "App\Controller\Api\Declarative\DeclarativesContratRefContratController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Declarative\DeclarativesController" to "App\Controller\Api\Declarative\DeclarativesController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Declarative\DeclarativesIdController" to "App\Controller\Api\Declarative\DeclarativesIdController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Declarative\DeclarativesImportDataController" to "App\Controller\Api\Declarative\DeclarativesImportDataController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Declarative\DeclarativesTreeAllController" to "App\Controller\Api\Declarative\DeclarativesTreeAllController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Declarative\DeclarativesTreeFirstController" to "App\Controller\Api\Declarative\DeclarativesTreeFirstController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Declarative\DeclarativesUserIdTreeAllTotalsByCategoryController" to "App\Controller\Api\Declarative\DeclarativesUserIdTreeAllTotalsByCategoryController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Declarative\DeclarativesUserIdTreeFirstTotalsByCategoryController" to "App\Controller\Api\Declarative\DeclarativesUserIdTreeFirstTotalsByCategoryController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Declarative\DeclarativesUsersIdController" to "App\Controller\Api\Declarative\DeclarativesUsersIdController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Declarative\DeclarativesUsersIdTreeAllController" to "App\Controller\Api\Declarative\DeclarativesUsersIdTreeAllController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Declarative\DeclarativesUsersIdTreeFirstController" to "App\Controller\Api\Declarative\DeclarativesUsersIdTreeFirstController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Eligibilite\EligibiliteRueController" to "App\Controller\Api\Eligibilite\EligibiliteRueController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Email\EmailController" to "App\Controller\Api\Email\EmailController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\File\GenericFileUploadController" to "App\Controller\Api\File\GenericFileUploadController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\History\HistoryAnalyticsController" to "App\Controller\Api\History\HistoryAnalyticsController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\IncidentsTickets\IncidentsTicketsByDayController" to "App\Controller\Api\IncidentsTickets\IncidentsTicketsByDayController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\IncidentsTickets\IncidentsTicketsByStatusController" to "App\Controller\Api\IncidentsTickets\IncidentsTicketsByStatusController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\IncidentsTickets\IncidentsTicketsController" to "App\Controller\Api\IncidentsTickets\IncidentsTicketsController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\IncidentsVerbatim\IncidentsVerbatimController" to "App\Controller\Api\IncidentsVerbatim\IncidentsVerbatimController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\InterventionPlace\InterventionPlaceByUserController" to "App\Controller\Api\InterventionPlace\InterventionPlaceByUserController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\InterventionPlace\InterventionPlaceCoordiantesController" to "App\Controller\Api\InterventionPlace\InterventionPlaceCoordiantesController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\InterventionPlace\InterventionPlaceDetailsController" to "App\Controller\Api\InterventionPlace\InterventionPlaceDetailsController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\InterventionPlace\InterventionPlaceFilterController" to "App\Controller\Api\InterventionPlace\InterventionPlaceFilterController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\InterventionPlace\InterventionPlaceGlobalHierarchyController" to "App\Controller\Api\InterventionPlace\InterventionPlaceGlobalHierarchyController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\InterventionPlace\InterventionPlaceHierarchyByAncienneteController" to "App\Controller\Api\InterventionPlace\InterventionPlaceHierarchyByAncienneteController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\InterventionPlace\InterventionPlaceHierarchyController" to "App\Controller\Api\InterventionPlace\InterventionPlaceHierarchyController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\InterventionPlace\InterventionPlaceHierarchyEligibleController" to "App\Controller\Api\InterventionPlace\InterventionPlaceHierarchyEligibleController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\InterventionPlace\InterventionPlaceKpiArretCuivreController" to "App\Controller\Api\InterventionPlace\InterventionPlaceKpiArretCuivreController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\InterventionPlace\InterventionPlaceKpiGroupByArretCuivreController" to "App\Controller\Api\InterventionPlace\InterventionPlaceKpiGroupByArretCuivreController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\InterventionPlace\InterventionPlacePolygonsController" to "App\Controller\Api\InterventionPlace\InterventionPlacePolygonsController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\InterventionPlace\InterventionPlaceStreetController" to "App\Controller\Api\InterventionPlace\InterventionPlaceStreetController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\InterventionPlace\InterventionPlacesCmdLineController" to "App\Controller\Api\InterventionPlace\InterventionPlacesCmdLineController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\InterventionPlace\InterventionPlacesController" to "App\Controller\Api\InterventionPlace\InterventionPlacesController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\InterventionPlace\InterventionPlacesDistributionController" to "App\Controller\Api\InterventionPlace\InterventionPlacesDistributionController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\InterventionPlace\InterventionPlacesIdController" to "App\Controller\Api\InterventionPlace\InterventionPlacesIdController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\InterventionPlace\InterventionPlacesIdPatchController" to "App\Controller\Api\InterventionPlace\InterventionPlacesIdPatchController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\InterventionPlace\InterventionPlacesJsonRunAsyncController" to "App\Controller\Api\InterventionPlace\InterventionPlacesJsonRunAsyncController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\InterventionPlace\InterventionPlacesJsonStatusController" to "App\Controller\Api\InterventionPlace\InterventionPlacesJsonStatusController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Menu\MenuController" to "App\Controller\Api\Menu\MenuController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\ObjectifsClusters\ObjectifsClustersController" to "App\Controller\Api\ObjectifsClusters\ObjectifsClustersController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\ObjectivesManagement\ObjectivesManagementController" to "App\Controller\Api\ObjectivesManagement\ObjectivesManagementController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Panier\PanierByDayController" to "App\Controller\Api\Panier\PanierByDayController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Panier\PanierController" to "App\Controller\Api\Panier\PanierController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Panier\PanierDetailsController" to "App\Controller\Api\Panier\PanierDetailsController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Production\ProductionAnalyticsController" to "App\Controller\Api\Production\ProductionAnalyticsController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Production\ProductionByDateAnnulationController" to "App\Controller\Api\Production\ProductionByDateAnnulationController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Production\ProductionCmdLineController" to "App\Controller\Api\Production\ProductionCmdLineController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Production\ProductionDashboardController" to "App\Controller\Api\Production\ProductionDashboardController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Production\ProductionDetailsController" to "App\Controller\Api\Production\ProductionDetailsController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Production\ProductionDetailsDownloadController" to "App\Controller\Api\Production\ProductionDetailsDownloadController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Production\ProductionFiltersController" to "App\Controller\Api\Production\ProductionFiltersController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Production\ProductionSalesStatsController" to "App\Controller\Api\Production\ProductionSalesStatsController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Production\ProductionTechnologiesController" to "App\Controller\Api\Production\ProductionTechnologiesController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Production\ProductionUserIdTreeAllKpiController" to "App\Controller\Api\Production\ProductionUserIdTreeAllKpiController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Production\ProductionUserIdTreeFirstTotalsByCategoryController" to "App\Controller\Api\Production\ProductionUserIdTreeFirstTotalsByCategoryController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Production\ProductionsAllController" to "App\Controller\Api\Production\ProductionsAllController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Production\ProductionsByDayController" to "App\Controller\Api\Production\ProductionsByDayController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Production\ProductionsCategroiesProductsController" to "App\Controller\Api\Production\ProductionsCategroiesProductsController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Production\ProductionsContratRefContratController" to "App\Controller\Api\Production\ProductionsContratRefContratController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Production\ProductionsController" to "App\Controller\Api\Production\ProductionsController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Production\ProductionsCoordinatesController" to "App\Controller\Api\Production\ProductionsCoordinatesController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Production\ProductionsEmailClientEmailController" to "App\Controller\Api\Production\ProductionsEmailClientEmailController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Production\ProductionsHierarchyByCpvController" to "App\Controller\Api\Production\ProductionsHierarchyByCpvController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Production\ProductionsIdController" to "App\Controller\Api\Production\ProductionsIdController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Production\ProductionsRaccoValidController" to "App\Controller\Api\Production\ProductionsRaccoValidController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Production\ProductionsSearchController" to "App\Controller\Api\Production\ProductionsSearchController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Production\ProductionsTelClientTelController" to "App\Controller\Api\Production\ProductionsTelClientTelController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Production\ProductionsTreeAllController" to "App\Controller\Api\Production\ProductionsTreeAllController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Production\ProductionsTreeFirstController" to "App\Controller\Api\Production\ProductionsTreeFirstController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Production\ProductionsUsersIdController" to "App\Controller\Api\Production\ProductionsUsersIdController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Production\ProductionsUsersIdTreeAllController" to "App\Controller\Api\Production\ProductionsUsersIdTreeAllController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Production\ProductionsUsersIdTreeFirstController" to "App\Controller\Api\Production\ProductionsUsersIdTreeFirstController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\ProspectionCycle\ProspectionCycleController" to "App\Controller\Api\ProspectionCycle\ProspectionCycleController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Quotas\QuotasListController" to "App\Controller\Api\Quotas\QuotasListController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\SatisfactionClient\SatisfactionClientController" to "App\Controller\Api\SatisfactionClient\SatisfactionClientController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\SchedulerSectors\SchedulerSectorsDetailsController" to "App\Controller\Api\SchedulerSectors\SchedulerSectorsDetailsController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\ScriptManager\ScriptManagerController" to "App\Controller\Api\ScriptManager\ScriptManagerController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\ScriptPython\RunScripPythonController" to "App\Controller\Api\ScriptPython\RunScripPythonController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Search\SearchController" to "App\Controller\Api\Search\SearchController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\Session\SessionController" to "App\Controller\Api\Session\SessionController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\TourneeToken\TourneeTokenController" to "App\Controller\Api\TourneeToken\TourneeTokenController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\User\UserImportController" to "App\Controller\Api\User\UserImportController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\User\UserPictoUploadController" to "App\Controller\Api\User\UserPictoUploadController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\User\UsersIdController" to "App\Controller\Api\User\UsersIdController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\User\UsersIdParentAllController" to "App\Controller\Api\User\UsersIdParentAllController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\User\UsersIdParentFirstController" to "App\Controller\Api\User\UsersIdParentFirstController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\User\UsersIdTreeAllController" to "App\Controller\Api\User\UsersIdTreeAllController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\User\UsersIdTreeFirstController" to "App\Controller\Api\User\UsersIdTreeFirstController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\User\UsersParentAllController" to "App\Controller\Api\User\UsersParentAllController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\User\UsersParentFirstController" to "App\Controller\Api\User\UsersParentFirstController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\User\UsersTreeAllController" to "App\Controller\Api\User\UsersTreeAllController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Api\User\UsersTreeFirstController" to "App\Controller\Api\User\UsersTreeFirstController".
Inlined service ".service_locator.GNc8e5B.App\Controller\DashboardController" to "App\Controller\DashboardController".
Inlined service ".service_locator.GNc8e5B.App\Controller\EmailController" to "App\Controller\EmailController".
Inlined service "App\OpenApi\JwtDecorator.inner" to "App\OpenApi\JwtDecorator".
Inlined service "App\ClickHouse\ClientFactory" to "ClickHouseDB\Client".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.J4b.DPX.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "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 "api_platform.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.kODoftA" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.1ZPWTRB" to "router.expression_language_provider".
Inlined service ".service_locator.HLwzKIm.router.cache_warmer" to "router.cache_warmer".
Inlined service "annotations.dummy_registry" to "annotations.reader".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "api_platform.openapi.normalizer.api_gateway" to "serializer".
Inlined service "api_platform.swagger.normalizer.api_gateway" to "serializer".
Inlined service "api_platform.hydra.normalizer.constraint_violation_list" to "serializer".
Inlined service "api_platform.problem.normalizer.constraint_violation_list" to "serializer".
Inlined service "api_platform.graphql.normalizer.validation_exception" to "serializer".
Inlined service "api_platform.graphql.normalizer.http_exception" to "serializer".
Inlined service "api_platform.graphql.normalizer.runtime_exception" to "serializer".
Inlined service "api_platform.swagger.normalizer.api_gateway" to "serializer".
Inlined service "api_platform.graphql.normalizer.error" to "serializer".
Inlined service "api_platform.openapi.normalizer.api_gateway" to "serializer".
Inlined service "api_platform.hydra.normalizer.documentation" to "serializer".
Inlined service "api_platform.hydra.normalizer.entrypoint" to "serializer".
Inlined service "api_platform.hydra.normalizer.error" to "serializer".
Inlined service "api_platform.problem.normalizer.error" to "serializer".
Inlined service "serializer.normalizer.flatten_exception" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "api_platform.jsonld.normalizer.item" to "serializer".
Inlined service "api_platform.graphql.normalizer.item" to "serializer".
Inlined service "api_platform.serializer.normalizer.item" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "api_platform.hydra.normalizer.collection_filters" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "api_platform.jsonld.normalizer.object" to "serializer".
Inlined service "api_platform.graphql.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "api_platform.jsonld.encoder" to "serializer".
Inlined service "api_platform.problem.encoder" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.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.y4dplYt" 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.ENa83D1" 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 "messenger.senders_locator" to "messenger.middleware.send_message".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator._wyX1Dp" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.5cAhUFF" to "messenger.routable_message_bus".
Inlined service "chatter.transport_factory" to "chatter.transports".
Inlined service "chatter.transports" to "chatter.messenger.chat_handler".
Inlined service "texter.transport_factory" to "texter.transports".
Inlined service "profiler.storage" to "profiler".
Inlined service "api_platform.data_collector.request" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.cache" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "data_collector.mercure" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.6T8O5qa" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.TE.3d1J" 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.0OMuxWr" 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 "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "Symfony\Component\Mercure\Twig\MercureExtension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.aq4MYft.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.pTeli0u" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.nLgZj7R" to "security.helper".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service ".security.request_matcher.TjbL8cy" to "security.access_map".
Inlined service ".security.request_matcher.0ciRoWq" to "security.access_map".
Inlined service ".security.request_matcher.cRNYaJ1" to "security.access_map".
Inlined service ".security.request_matcher.QWkwKV5" to "security.access_map".
Inlined service ".security.request_matcher.PhQgZ9B" 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 "lexik_jwt_authentication.extractor.chain_extractor" to "security.authenticator.jwt.api".
Inlined service "security.authentication.success_handler.api.json_login" to "security.authenticator.json_login.api".
Inlined service "security.authentication.failure_handler.api.json_login" to "security.authenticator.json_login.api".
Inlined service "lexik_jwt_authentication.handler.authentication_success" to "security.authentication.success_handler.api.json_login".
Inlined service "lexik_jwt_authentication.handler.authentication_failure" to "security.authentication.failure_handler.api.json_login".
Inlined service "debug.security.firewall.authenticator.api.inner" to "debug.security.firewall.authenticator.api".
Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.file_link_formatter" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.security_controller_builder" to "maker.maker.make_authenticator".
Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
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.PQK0.4p.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 "lexik_jwt_authentication.extractor.authorization_header_extractor" to "lexik_jwt_authentication.extractor.chain_extractor".
Inlined service "api_platform.route_name_resolver.cached.inner" to "api_platform.route_name_resolver.cached".
Inlined service "api_platform.route_name_resolver.cached" to "api_platform.iri_converter".
Inlined service "api_platform.serializer.context_builder.filter.inner" to "api_platform.serializer.context_builder.filter".
Inlined service "api_platform.serializer.mapping.class_metadata_factory.inner" to "api_platform.serializer.mapping.class_metadata_factory".
Inlined service "api_platform.operation_path_resolver.generator" to "api_platform.operation_path_resolver.custom".
Inlined service "api_platform.negotiator" to "api_platform.listener.request.add_format".
Inlined service "api_platform.identifiers_extractor.cached.inner" to "api_platform.identifiers_extractor.cached".
Inlined service "api_platform.subresource_operation_factory.cached.inner" to "api_platform.subresource_operation_factory.cached".
Inlined service "api_platform.cache.route_name_resolver.recorder_inner" to "api_platform.cache.route_name_resolver".
Inlined service "api_platform.cache.identifiers_extractor.recorder_inner" to "api_platform.cache.identifiers_extractor".
Inlined service "api_platform.cache.subresource_operation_factory.recorder_inner" to "api_platform.cache.subresource_operation_factory".
Inlined service "api_platform.metadata.resource.name_collection_factory.yaml" to "api_platform.metadata.resource.name_collection_factory.cached".
Inlined service "api_platform.metadata.resource.metadata_factory.yaml" to "api_platform.metadata.resource.metadata_factory.input_output".
Inlined service "api_platform.metadata.resource.metadata_factory.php_doc" to "api_platform.metadata.resource.metadata_factory.short_name".
Inlined service "api_platform.metadata.resource.filter_metadata_factory.annotation" to "api_platform.metadata.resource.metadata_factory.operation".
Inlined service "api_platform.metadata.resource.metadata_factory.operation" to "api_platform.metadata.resource.metadata_factory.formats".
Inlined service "api_platform.metadata.resource.metadata_factory.formats" to "api_platform.metadata.resource.metadata_factory.cached".
Inlined service "api_platform.metadata.property.name_collection_factory.yaml" to "api_platform.metadata.property.name_collection_factory.cached".
Inlined service "api_platform.metadata.property.metadata_factory.xml" to "api_platform.metadata.property.metadata_factory.property_info".
Inlined service "api_platform.doctrine.orm.metadata.property.metadata_factory" to "api_platform.metadata.property.metadata_factory.serializer".
Inlined service "api_platform.metadata.property.metadata_factory.validator" to "api_platform.metadata.property.metadata_factory.cached".
Inlined service "api_platform.metadata.property.metadata_factory.serializer" to "api_platform.metadata.property.metadata_factory.default_property".
Inlined service "api_platform.cache.metadata.resource.recorder_inner" to "api_platform.cache.metadata.resource".
Inlined service "api_platform.cache.metadata.property.recorder_inner" to "api_platform.cache.metadata.property".
Inlined service "api_platform.metadata.property.name_collection_factory.property_info" to "api_platform.metadata.property.name_collection_factory.xml".
Inlined service "api_platform.metadata.resource.name_collection_factory.xml" to "api_platform.metadata.resource.name_collection_factory.annotation".
Inlined service "api_platform.metadata.resource.metadata_factory.xml" to "api_platform.metadata.resource.metadata_factory.annotation".
Inlined service "api_platform.metadata.resource.metadata_factory.short_name" to "api_platform.metadata.resource.filter_metadata_factory.annotation".
Inlined service "api_platform.metadata.subresource.metadata_factory.annotation" to "api_platform.metadata.property.metadata_factory.annotation".
Inlined service "api_platform.metadata.property.metadata_factory.default_property" to "api_platform.metadata.subresource.metadata_factory.annotation".
Inlined service "api_platform.metadata.resource.name_collection_factory.annotation" to "api_platform.metadata.resource.name_collection_factory.yaml".
Inlined service "api_platform.metadata.resource.metadata_factory.annotation" to "api_platform.metadata.resource.metadata_factory.yaml".
Inlined service "api_platform.metadata.property.name_collection_factory.xml" to "api_platform.metadata.property.name_collection_factory.yaml".
Inlined service "api_platform.metadata.property.metadata_factory.annotation" to "api_platform.metadata.property.metadata_factory.yaml".
Inlined service "api_platform.metadata.resource.metadata_factory.input_output" to "api_platform.metadata.resource.metadata_factory.php_doc".
Inlined service ".2_ObjectNormalizer~YiNm6WA" to ".1_Serializer~YiNm6WA".
Inlined service "api_platform.openapi.normalizer.api_gateway.inner" to "api_platform.openapi.normalizer.api_gateway".
Inlined service "api_platform.swagger.normalizer.api_gateway.inner" to "api_platform.swagger.normalizer.api_gateway".
Inlined service "api_platform.swagger_ui.context" to "api_platform.swagger_ui.action".
Inlined service "api_platform.hydra.normalizer.partial_collection_view.inner" to "api_platform.hydra.normalizer.partial_collection_view".
Inlined service "api_platform.hydra.normalizer.partial_collection_view" to "api_platform.hydra.normalizer.collection_filters".
Inlined service "api_platform.hydra.json_schema.schema_factory.inner" to "api_platform.hydra.json_schema.schema_factory".
Inlined service "api_platform.graphql.resolver.stage.deserialize" to "api_platform.graphql.resolver.factory.item_mutation".
Inlined service "api_platform.graphql.resolver.stage.write" to "api_platform.graphql.resolver.factory.item_mutation".
Inlined service "api_platform.graphql.resolver.stage.validate" to "api_platform.graphql.resolver.factory.item_mutation".
Inlined service "api_platform.graphql.mutation_resolver_locator" to "api_platform.graphql.resolver.factory.item_mutation".
Inlined service "api_platform.graphql.type_locator" to "api_platform.graphql.types_factory".
Inlined service "api_platform.graphql.resolver.resource_field" to "api_platform.graphql.type_builder".
Inlined service "api_platform.graphql.fields_builder_locator" to "api_platform.graphql.type_builder".
Inlined service "api_platform.graphql.type_converter" to "api_platform.graphql.fields_builder".
Inlined service "api_platform.graphql.resolver.factory.item" to "api_platform.graphql.fields_builder".
Inlined service "api_platform.graphql.resolver.factory.collection" to "api_platform.graphql.fields_builder".
Inlined service "api_platform.graphql.resolver.factory.item_mutation" to "api_platform.graphql.fields_builder".
Inlined service "api_platform.graphql.resolver.factory.item_subscription" to "api_platform.graphql.fields_builder".
Inlined service "api_platform.graphql.types_factory" to "api_platform.graphql.schema_builder".
Inlined service "api_platform.graphql.executor" to "api_platform.graphql.action.entrypoint".
Inlined service "api_platform.graphql.error_handler" to "api_platform.graphql.action.entrypoint".
Inlined service "api_platform.graphql.subscription.subscription_identifier_generator" to "api_platform.graphql.subscription.subscription_manager".
Inlined service "api_platform.graphql.cache.subscription.recorder_inner" to "api_platform.graphql.cache.subscription".
Inlined service "api_platform.metadata.property.metadata_factory.property_info" to "api_platform.doctrine.orm.metadata.property.metadata_factory".
Inlined service "api_platform.metadata.property.metadata_factory.yaml" to "api_platform.metadata.property.metadata_factory.validator".
Inlined service "api_platform.validator.query_parameter_validator" to "api_platform.listener.view.validate_query_parameters".
Inlined service "debug.api_platform.collection_data_provider.inner" to "debug.api_platform.collection_data_provider".
Inlined service "debug.api_platform.item_data_provider.inner" to "debug.api_platform.item_data_provider".
Inlined service "debug.api_platform.subresource_data_provider.inner" to "debug.api_platform.subresource_data_provider".
Inlined service "debug.api_platform.data_persister.inner" to "debug.api_platform.data_persister".
Inlined service "Symfony\Component\Mercure\Discovery" to "api_platform.mercure.listener.response.add_link_header".
Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
Inlined service "mercure.hub.default.traceable.inner" to "mercure.hub.default.traceable".
Inlined service "Symfony\Component\Mercure\Authorization" to "Symfony\Component\Mercure\Twig\MercureExtension".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
Inlined service "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.vMw0m61".
Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.XZowc.T".
Inlined service "texter.messenger.push_handler" to ".messenger.handler_descriptor.Lml2ICs".
Inlined service "mercure.hub.default.message_handler" to ".messenger.handler_descriptor.oFKCS4G".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to "debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
Inlined service "App\Security\Voter\DeclarativeVoter" to "debug.security.voter.App\Security\Voter\DeclarativeVoter".
Inlined service "App\Security\Voter\UserVoter" to "debug.security.voter.App\Security\Voter\UserVoter".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service ".service_locator.J4b.DPX" to ".service_locator.J4b.DPX.translation.warmer".
Inlined service ".service_locator.9i0MWoK" to ".service_locator.9i0MWoK.router.default".
Inlined service ".service_locator.HLwzKIm" to ".service_locator.HLwzKIm.router.cache_warmer".
Inlined service ".service_locator.aq4MYft" to ".service_locator.aq4MYft.twig.template_cache_warmer".
Inlined service ".service_locator.PQK0.4p" to ".service_locator.PQK0.4p.sensio_framework_extra.view.listener".
Inlined service "api_platform.pagination_options" to "App\OpenApi\JwtDecorator.inner".
Inlined service "security.authenticator.manager.api" to "debug.security.firewall.authenticator.api.inner".
Inlined service "security.authenticator.manager.main" to "debug.security.firewall.authenticator.main.inner".
Inlined service "mercure.hub.default.jwt.provider" to "mercure.hub.default.traceable.inner".
Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service "serializer.mapping.chain_loader" to "api_platform.serializer.mapping.class_metadata_factory.inner".
Inlined service ".service_locator.Z8.9M27" to "console.command_loader".
Inlined service ".service_locator.9i0MWoK.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
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 ".1_Serializer~YiNm6WA" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "api_platform.graphql.type_builder" to "api_platform.graphql.fields_builder".
Inlined service "api_platform.graphql.type_builder" to "api_platform.graphql.fields_builder".
Inlined service "api_platform.graphql.resolver.stage.read" to "api_platform.graphql.fields_builder".
Inlined service "api_platform.graphql.resolver.stage.security" to "api_platform.graphql.fields_builder".
Inlined service "api_platform.graphql.resolver.stage.security_post_denormalize" to "api_platform.graphql.fields_builder".
Inlined service "api_platform.graphql.query_resolver_locator" to "api_platform.graphql.fields_builder".
Inlined service "api_platform.graphql.resolver.stage.read" to "api_platform.graphql.fields_builder".
Inlined service "api_platform.graphql.resolver.stage.security" to "api_platform.graphql.fields_builder".
Inlined service "api_platform.graphql.resolver.stage.security_post_denormalize" to "api_platform.graphql.fields_builder".
Inlined service "api_platform.graphql.query_resolver_locator" to "api_platform.graphql.fields_builder".
Inlined service "api_platform.graphql.resolver.stage.read" to "api_platform.graphql.fields_builder".
Inlined service "api_platform.graphql.resolver.stage.security" to "api_platform.graphql.fields_builder".
Inlined service "api_platform.graphql.resolver.stage.security_post_denormalize" to "api_platform.graphql.fields_builder".
Inlined service "api_platform.graphql.resolver.stage.read" to "api_platform.graphql.fields_builder".
Inlined service "api_platform.graphql.resolver.stage.security" to "api_platform.graphql.fields_builder".
Inlined service "mercure.hub.default.jwt.factory" to "mercure.hub.default.traceable".
Inlined service "mercure.hub.default.jwt.factory" to "mercure.hub.default.traceable".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
1
Tag "mercure.hub" was defined on service(s) "mercure.hub.default.traceable", but was never used.