Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\ImportInventaireCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface::index()" might add "KeyValueStore|Response" as a native return type declaration in the future. Do the same in implementation "App\Controller\Admin\Securite\OptionCrudController" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventSubscriber\AdminSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
The "App\EventSubscriber\EntitySubscriber" class implements "Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface" that is deprecated use the {@see AsDoctrineListener} attribute instead.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventSubscriber\LocaleSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventSubscriber\UserLocaleSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Blog\CommentType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Blog\PublicationType" now to avoid errors or add an explicit @return annotation to suppress this message.
Since doctrine/doctrine-bundle 2.12: The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour.
Since symfony/doctrine-bridge 6.3: Registering "Jsor\Doctrine\PostGIS\Event\ORMSchemaEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "App\EventSubscriber\EntitySubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\EventSubscriber\EntitySubscriber" service.
The "Monolog\Logger" class is considered final. It may change without further notice as of its next major version. You should not extend it from "Symfony\Bridge\Monolog\Logger".
Since symfony/doctrine-bridge 6.3: Registering "Jsor\Doctrine\PostGIS\Event\ORMSchemaEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "App\EventSubscriber\EntitySubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Jsor\Doctrine\PostGIS\Event\ORMSchemaEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\EventSubscriber\EntitySubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
User Deprecated: Subscribing to postConnect events is deprecated. Implement a middleware instead. (Connection.php:388 called by Connection.php:453, https://github.com/doctrine/dbal/issues/5784, package doctrine/dbal)
User Deprecated: Relying on non-optimal defaults for ID generation is deprecated, and IDENTITY
results in SERIAL, which is not recommended.
Instead, configure identifier generation strategies explicitly through
configuration.
We currently recommend "SEQUENCE" for "Doctrine\DBAL\Platforms\PostgreSqlPlatform", so you should use
$configuration->setIdentityGenerationPreferences([
"Doctrine\DBAL\Platforms\PostgreSqlPlatform" => ClassMetadata::GENERATOR_TYPE_SEQUENCE,
]); (ClassMetadataFactory.php:755 called by ClassMetadataFactory.php:629, https://github.com/doctrine/orm/issues/8893, package doctrine/orm)
"SELECT max(a0_.id) AS sclr_0 FROM blog.article_blog a0_"
doctrine
[
"sql" => "SELECT max(a0_.id) AS sclr_0 FROM blog.article_blog a0_"
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.featured_text AS featured_text_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.featured_image_id AS featured_image_id_8 FROM blog.article_blog t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.featured_text AS featured_text_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.featured_image_id AS featured_image_id_8 FROM blog.article_blog t0"
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.annee AS annee_2, t0.cloture AS cloture_3, t0.date_expiration_rallonge AS date_expiration_rallonge_4, t0.rallonge AS rallonge_5, t0.nb_mois AS nb_mois_6, t0.date_debut AS date_debut_7, t0.datefin AS datefin_8 FROM admin.exercice t0 ORDER BY t0.id DESC LIMIT 1"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.annee AS annee_2, t0.cloture AS cloture_3, t0.date_expiration_rallonge AS date_expiration_rallonge_4, t0.rallonge AS rallonge_5, t0.nb_mois AS nb_mois_6, t0.date_debut AS date_debut_7, t0.datefin AS datefin_8 FROM admin.exercice t0 ORDER BY t0.id DESC LIMIT 1"
]
debug
Executing statement:
"SELECT e0_.id AS id_0, e0_.nom_vernaculaire AS nom_vernaculaire_1, SUM(l1_.volume_arbrecp) AS sclr_2, COUNT(l1_.id) AS sclr_3 FROM metier.lignepagecp l1_ INNER JOIN metier.essence e0_ ON l1_.nom_essencecp_id = e0_.id WHERE l1_.exercice = ? AND l1_.volume_arbrecp IS NOT NULL GROUP BY e0_.id, e0_.nom_vernaculaire ORDER BY sclr_2 DESC LIMIT 10"
(parameters:
[1 => 2024]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT e0_.id AS id_0, e0_.nom_vernaculaire AS nom_vernaculaire_1, SUM(l1_.volume_arbrecp) AS sclr_2, COUNT(l1_.id) AS sclr_3 FROM metier.lignepagecp l1_ INNER JOIN metier.essence e0_ ON l1_.nom_essencecp_id = e0_.id WHERE l1_.exercice = ? AND l1_.volume_arbrecp IS NOT NULL GROUP BY e0_.id, e0_.nom_vernaculaire ORDER BY sclr_2 DESC LIMIT 10"
"params" => [1 => 2024]
"types" => [1 => 1]
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.numero_billon AS numero_billon_2, t0.lng AS lng_3, t0.dm AS dm_4, t0.volume AS volume_5, t0.date_billonnage AS date_billonnage_6, t0.nb_elements AS nb_elements_7, t0.cloture AS cloture_8, t0.rebus AS rebus_9, t0.cloture_prod AS cloture_prod_10, t0.code_lignepagelje_id AS code_lignepagelje_id_11, t0.type_transformation_id AS type_transformation_id_12, t0.code_lot_id AS code_lot_id_13 FROM transformation.billon t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_billon AS numero_billon_2, t0.lng AS lng_3, t0.dm AS dm_4, t0.volume AS volume_5, t0.date_billonnage AS date_billonnage_6, t0.nb_elements AS nb_elements_7, t0.cloture AS cloture_8, t0.rebus AS rebus_9, t0.cloture_prod AS cloture_prod_10, t0.code_lignepagelje_id AS code_lignepagelje_id_11, t0.type_transformation_id AS type_transformation_id_12, t0.code_lot_id AS code_lot_id_13 FROM transformation.billon t0"
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.numero_billon AS numero_billon_2, t0.lng AS lng_3, t0.dm AS dm_4, t0.volume AS volume_5, t0.date_billonnage AS date_billonnage_6, t0.nb_elements AS nb_elements_7, t0.cloture AS cloture_8, t0.rebus AS rebus_9, t0.cloture_prod AS cloture_prod_10, t0.code_lignepagelje_id AS code_lignepagelje_id_11, t0.type_transformation_id AS type_transformation_id_12, t0.code_lot_id AS code_lot_id_13 FROM transformation.billon t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_billon AS numero_billon_2, t0.lng AS lng_3, t0.dm AS dm_4, t0.volume AS volume_5, t0.date_billonnage AS date_billonnage_6, t0.nb_elements AS nb_elements_7, t0.cloture AS cloture_8, t0.rebus AS rebus_9, t0.cloture_prod AS cloture_prod_10, t0.code_lignepagelje_id AS code_lignepagelje_id_11, t0.type_transformation_id AS type_transformation_id_12, t0.code_lot_id AS code_lot_id_13 FROM transformation.billon t0"
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.numero_billon AS numero_billon_2, t0.lng AS lng_3, t0.dm AS dm_4, t0.volume AS volume_5, t0.date_billonnage AS date_billonnage_6, t0.nb_elements AS nb_elements_7, t0.cloture AS cloture_8, t0.rebus AS rebus_9, t0.cloture_prod AS cloture_prod_10, t0.code_lignepagelje_id AS code_lignepagelje_id_11, t0.type_transformation_id AS type_transformation_id_12, t0.code_lot_id AS code_lot_id_13 FROM transformation.billon t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_billon AS numero_billon_2, t0.lng AS lng_3, t0.dm AS dm_4, t0.volume AS volume_5, t0.date_billonnage AS date_billonnage_6, t0.nb_elements AS nb_elements_7, t0.cloture AS cloture_8, t0.rebus AS rebus_9, t0.cloture_prod AS cloture_prod_10, t0.code_lignepagelje_id AS code_lignepagelje_id_11, t0.type_transformation_id AS type_transformation_id_12, t0.code_lot_id AS code_lot_id_13 FROM transformation.billon t0"
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.numero_billon AS numero_billon_2, t0.lng AS lng_3, t0.dm AS dm_4, t0.volume AS volume_5, t0.date_billonnage AS date_billonnage_6, t0.nb_elements AS nb_elements_7, t0.cloture AS cloture_8, t0.rebus AS rebus_9, t0.cloture_prod AS cloture_prod_10, t0.code_lignepagelje_id AS code_lignepagelje_id_11, t0.type_transformation_id AS type_transformation_id_12, t0.code_lot_id AS code_lot_id_13 FROM transformation.billon t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_billon AS numero_billon_2, t0.lng AS lng_3, t0.dm AS dm_4, t0.volume AS volume_5, t0.date_billonnage AS date_billonnage_6, t0.nb_elements AS nb_elements_7, t0.cloture AS cloture_8, t0.rebus AS rebus_9, t0.cloture_prod AS cloture_prod_10, t0.code_lignepagelje_id AS code_lignepagelje_id_11, t0.type_transformation_id AS type_transformation_id_12, t0.code_lot_id AS code_lot_id_13 FROM transformation.billon t0"
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.numero_billon AS numero_billon_2, t0.lng AS lng_3, t0.dm AS dm_4, t0.volume AS volume_5, t0.date_billonnage AS date_billonnage_6, t0.nb_elements AS nb_elements_7, t0.cloture AS cloture_8, t0.rebus AS rebus_9, t0.cloture_prod AS cloture_prod_10, t0.code_lignepagelje_id AS code_lignepagelje_id_11, t0.type_transformation_id AS type_transformation_id_12, t0.code_lot_id AS code_lot_id_13 FROM transformation.billon t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_billon AS numero_billon_2, t0.lng AS lng_3, t0.dm AS dm_4, t0.volume AS volume_5, t0.date_billonnage AS date_billonnage_6, t0.nb_elements AS nb_elements_7, t0.cloture AS cloture_8, t0.rebus AS rebus_9, t0.cloture_prod AS cloture_prod_10, t0.code_lignepagelje_id AS code_lignepagelje_id_11, t0.type_transformation_id AS type_transformation_id_12, t0.code_lot_id AS code_lot_id_13 FROM transformation.billon t0"
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.numero_billon AS numero_billon_2, t0.lng AS lng_3, t0.dm AS dm_4, t0.volume AS volume_5, t0.date_billonnage AS date_billonnage_6, t0.nb_elements AS nb_elements_7, t0.cloture AS cloture_8, t0.rebus AS rebus_9, t0.cloture_prod AS cloture_prod_10, t0.code_lignepagelje_id AS code_lignepagelje_id_11, t0.type_transformation_id AS type_transformation_id_12, t0.code_lot_id AS code_lot_id_13 FROM transformation.billon t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_billon AS numero_billon_2, t0.lng AS lng_3, t0.dm AS dm_4, t0.volume AS volume_5, t0.date_billonnage AS date_billonnage_6, t0.nb_elements AS nb_elements_7, t0.cloture AS cloture_8, t0.rebus AS rebus_9, t0.cloture_prod AS cloture_prod_10, t0.code_lignepagelje_id AS code_lignepagelje_id_11, t0.type_transformation_id AS type_transformation_id_12, t0.code_lot_id AS code_lot_id_13 FROM transformation.billon t0"
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.numero_billon AS numero_billon_2, t0.lng AS lng_3, t0.dm AS dm_4, t0.volume AS volume_5, t0.date_billonnage AS date_billonnage_6, t0.nb_elements AS nb_elements_7, t0.cloture AS cloture_8, t0.rebus AS rebus_9, t0.cloture_prod AS cloture_prod_10, t0.code_lignepagelje_id AS code_lignepagelje_id_11, t0.type_transformation_id AS type_transformation_id_12, t0.code_lot_id AS code_lot_id_13 FROM transformation.billon t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_billon AS numero_billon_2, t0.lng AS lng_3, t0.dm AS dm_4, t0.volume AS volume_5, t0.date_billonnage AS date_billonnage_6, t0.nb_elements AS nb_elements_7, t0.cloture AS cloture_8, t0.rebus AS rebus_9, t0.cloture_prod AS cloture_prod_10, t0.code_lignepagelje_id AS code_lignepagelje_id_11, t0.type_transformation_id AS type_transformation_id_12, t0.code_lot_id AS code_lot_id_13 FROM transformation.billon t0"
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.numero_billon AS numero_billon_2, t0.lng AS lng_3, t0.dm AS dm_4, t0.volume AS volume_5, t0.date_billonnage AS date_billonnage_6, t0.nb_elements AS nb_elements_7, t0.cloture AS cloture_8, t0.rebus AS rebus_9, t0.cloture_prod AS cloture_prod_10, t0.code_lignepagelje_id AS code_lignepagelje_id_11, t0.type_transformation_id AS type_transformation_id_12, t0.code_lot_id AS code_lot_id_13 FROM transformation.billon t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_billon AS numero_billon_2, t0.lng AS lng_3, t0.dm AS dm_4, t0.volume AS volume_5, t0.date_billonnage AS date_billonnage_6, t0.nb_elements AS nb_elements_7, t0.cloture AS cloture_8, t0.rebus AS rebus_9, t0.cloture_prod AS cloture_prod_10, t0.code_lignepagelje_id AS code_lignepagelje_id_11, t0.type_transformation_id AS type_transformation_id_12, t0.code_lot_id AS code_lot_id_13 FROM transformation.billon t0"
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.numero_billon AS numero_billon_2, t0.lng AS lng_3, t0.dm AS dm_4, t0.volume AS volume_5, t0.date_billonnage AS date_billonnage_6, t0.nb_elements AS nb_elements_7, t0.cloture AS cloture_8, t0.rebus AS rebus_9, t0.cloture_prod AS cloture_prod_10, t0.code_lignepagelje_id AS code_lignepagelje_id_11, t0.type_transformation_id AS type_transformation_id_12, t0.code_lot_id AS code_lot_id_13 FROM transformation.billon t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_billon AS numero_billon_2, t0.lng AS lng_3, t0.dm AS dm_4, t0.volume AS volume_5, t0.date_billonnage AS date_billonnage_6, t0.nb_elements AS nb_elements_7, t0.cloture AS cloture_8, t0.rebus AS rebus_9, t0.cloture_prod AS cloture_prod_10, t0.code_lignepagelje_id AS code_lignepagelje_id_11, t0.type_transformation_id AS type_transformation_id_12, t0.code_lot_id AS code_lot_id_13 FROM transformation.billon t0"
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.numero_billon AS numero_billon_2, t0.lng AS lng_3, t0.dm AS dm_4, t0.volume AS volume_5, t0.date_billonnage AS date_billonnage_6, t0.nb_elements AS nb_elements_7, t0.cloture AS cloture_8, t0.rebus AS rebus_9, t0.cloture_prod AS cloture_prod_10, t0.code_lignepagelje_id AS code_lignepagelje_id_11, t0.type_transformation_id AS type_transformation_id_12, t0.code_lot_id AS code_lot_id_13 FROM transformation.billon t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_billon AS numero_billon_2, t0.lng AS lng_3, t0.dm AS dm_4, t0.volume AS volume_5, t0.date_billonnage AS date_billonnage_6, t0.nb_elements AS nb_elements_7, t0.cloture AS cloture_8, t0.rebus AS rebus_9, t0.cloture_prod AS cloture_prod_10, t0.code_lignepagelje_id AS code_lignepagelje_id_11, t0.type_transformation_id AS type_transformation_id_12, t0.code_lot_id AS code_lot_id_13 FROM transformation.billon t0"
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.numero_billon AS numero_billon_2, t0.lng AS lng_3, t0.dm AS dm_4, t0.volume AS volume_5, t0.date_billonnage AS date_billonnage_6, t0.nb_elements AS nb_elements_7, t0.cloture AS cloture_8, t0.rebus AS rebus_9, t0.cloture_prod AS cloture_prod_10, t0.code_lignepagelje_id AS code_lignepagelje_id_11, t0.type_transformation_id AS type_transformation_id_12, t0.code_lot_id AS code_lot_id_13 FROM transformation.billon t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_billon AS numero_billon_2, t0.lng AS lng_3, t0.dm AS dm_4, t0.volume AS volume_5, t0.date_billonnage AS date_billonnage_6, t0.nb_elements AS nb_elements_7, t0.cloture AS cloture_8, t0.rebus AS rebus_9, t0.cloture_prod AS cloture_prod_10, t0.code_lignepagelje_id AS code_lignepagelje_id_11, t0.type_transformation_id AS type_transformation_id_12, t0.code_lot_id AS code_lot_id_13 FROM transformation.billon t0"
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.numero_billon AS numero_billon_2, t0.lng AS lng_3, t0.dm AS dm_4, t0.volume AS volume_5, t0.date_billonnage AS date_billonnage_6, t0.nb_elements AS nb_elements_7, t0.cloture AS cloture_8, t0.rebus AS rebus_9, t0.cloture_prod AS cloture_prod_10, t0.code_lignepagelje_id AS code_lignepagelje_id_11, t0.type_transformation_id AS type_transformation_id_12, t0.code_lot_id AS code_lot_id_13 FROM transformation.billon t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_billon AS numero_billon_2, t0.lng AS lng_3, t0.dm AS dm_4, t0.volume AS volume_5, t0.date_billonnage AS date_billonnage_6, t0.nb_elements AS nb_elements_7, t0.cloture AS cloture_8, t0.rebus AS rebus_9, t0.cloture_prod AS cloture_prod_10, t0.code_lignepagelje_id AS code_lignepagelje_id_11, t0.type_transformation_id AS type_transformation_id_12, t0.code_lot_id AS code_lot_id_13 FROM transformation.billon t0"
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.abv AS abv_2, t0.denomination AS denomination_3, t0.description AS description_4, t0.statut AS statut_5, t0.created_at AS created_at_6, t0.created_by AS created_by_7, t0.updated_at AS updated_at_8, t0.updated_by AS updated_by_9, t0.nb_pages AS nb_pages_10, t0.tarif AS tarif_11, t0.stock_alert AS stock_alert_12, t0.lettre AS lettre_13, t0.limitation_pages AS limitation_pages_14, t0.nb_lignes AS nb_lignes_15, t0.code_type_operateur_id AS code_type_operateur_id_16 FROM metier.type_document_statistique t0 WHERE t0.statut = ?"
(parameters:
[1 => "ACTIF"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.abv AS abv_2, t0.denomination AS denomination_3, t0.description AS description_4, t0.statut AS statut_5, t0.created_at AS created_at_6, t0.created_by AS created_by_7, t0.updated_at AS updated_at_8, t0.updated_by AS updated_by_9, t0.nb_pages AS nb_pages_10, t0.tarif AS tarif_11, t0.stock_alert AS stock_alert_12, t0.lettre AS lettre_13, t0.limitation_pages AS limitation_pages_14, t0.nb_lignes AS nb_lignes_15, t0.code_type_operateur_id AS code_type_operateur_id_16 FROM metier.type_document_statistique t0 WHERE t0.statut = ?"
"params" => [1 => "ACTIF"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_docpdtdrv AS numero_docpdtdrv_2, t0.delivre_docpdtdrv AS delivre_docpdtdrv_3, t0.etat AS etat_4, t0.unique_doc AS unique_doc_5, t0.transmission AS transmission_6, t0.created_at AS created_at_7, t0.created_by AS created_by_8, t0.updated_at AS updated_at_9, t0.updated_by AS updated_by_10, t0.signature_dr AS signature_dr_11, t0.signature_cef AS signature_cef_12, t0.exercice_id AS exercice_id_13, t0.code_generation_id AS code_generation_id_14, t0.type_document_id AS type_document_id_15, t0.code_demande_id AS code_demande_id_16, t0.code_usine_id AS code_usine_id_17 FROM metier.documentpdtdrv t0 WHERE t0.type_document_id = ?"
(parameters:
[1 => 15]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_docpdtdrv AS numero_docpdtdrv_2, t0.delivre_docpdtdrv AS delivre_docpdtdrv_3, t0.etat AS etat_4, t0.unique_doc AS unique_doc_5, t0.transmission AS transmission_6, t0.created_at AS created_at_7, t0.created_by AS created_by_8, t0.updated_at AS updated_at_9, t0.updated_by AS updated_by_10, t0.signature_dr AS signature_dr_11, t0.signature_cef AS signature_cef_12, t0.exercice_id AS exercice_id_13, t0.code_generation_id AS code_generation_id_14, t0.type_document_id AS type_document_id_15, t0.code_demande_id AS code_demande_id_16, t0.code_usine_id AS code_usine_id_17 FROM metier.documentpdtdrv t0 WHERE t0.type_document_id = ?"
"params" => [1 => 15]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_docfp AS numero_docfp_2, t0.delivre_docfp AS delivre_docfp_3, t0.etat AS etat_4, t0.created_at AS created_at_5, t0.created_by AS created_by_6, t0.updated_at AS updated_at_7, t0.updated_by AS updated_by_8, t0.unique_doc AS unique_doc_9, t0.transmission AS transmission_10, t0.signature_dr AS signature_dr_11, t0.signature_cef AS signature_cef_12, t0.code_usin_id AS code_usin_id_13, t0.exercice_id AS exercice_id_14, t0.code_generation_id AS code_generation_id_15, t0.type_document_id AS type_document_id_16, t0.code_demande_id AS code_demande_id_17 FROM metier.documentfp t0 WHERE t0.type_document_id = ?"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_docfp AS numero_docfp_2, t0.delivre_docfp AS delivre_docfp_3, t0.etat AS etat_4, t0.created_at AS created_at_5, t0.created_by AS created_by_6, t0.updated_at AS updated_at_7, t0.updated_by AS updated_by_8, t0.unique_doc AS unique_doc_9, t0.transmission AS transmission_10, t0.signature_dr AS signature_dr_11, t0.signature_cef AS signature_cef_12, t0.code_usin_id AS code_usin_id_13, t0.exercice_id AS exercice_id_14, t0.code_generation_id AS code_generation_id_15, t0.type_document_id AS type_document_id_16, t0.code_demande_id AS code_demande_id_17 FROM metier.documentfp t0 WHERE t0.type_document_id = ?"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_docbtgu AS numero_docbtgu_2, t0.delivre_docbtgu AS delivre_docbtgu_3, t0.etat AS etat_4, t0.created_at AS created_at_5, t0.created_by AS created_by_6, t0.updated_at AS updated_at_7, t0.updated_by AS updated_by_8, t0.unique_doc AS unique_doc_9, t0.transmission AS transmission_10, t0.signature_dr AS signature_dr_11, t0.signature_cef AS signature_cef_12, t0.code_usine_id AS code_usine_id_13, t0.type_document_id AS type_document_id_14, t0.code_generation_id AS code_generation_id_15, t0.exercice_id AS exercice_id_16, t0.code_demande_id AS code_demande_id_17 FROM metier.documentbtgu t0 WHERE t0.type_document_id = ?"
(parameters:
[1 => 6]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_docbtgu AS numero_docbtgu_2, t0.delivre_docbtgu AS delivre_docbtgu_3, t0.etat AS etat_4, t0.created_at AS created_at_5, t0.created_by AS created_by_6, t0.updated_at AS updated_at_7, t0.updated_by AS updated_by_8, t0.unique_doc AS unique_doc_9, t0.transmission AS transmission_10, t0.signature_dr AS signature_dr_11, t0.signature_cef AS signature_cef_12, t0.code_usine_id AS code_usine_id_13, t0.type_document_id AS type_document_id_14, t0.code_generation_id AS code_generation_id_15, t0.exercice_id AS exercice_id_16, t0.code_demande_id AS code_demande_id_17 FROM metier.documentbtgu t0 WHERE t0.type_document_id = ?"
"params" => [1 => 6]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_docrsdpf AS numero_docrsdpf_2, t0.delivre_docresdpf AS delivre_docresdpf_3, t0.etat AS etat_4, t0.transmission AS transmission_5, t0.unique_doc AS unique_doc_6, t0.created_at AS created_at_7, t0.created_by AS created_by_8, t0.updated_at AS updated_at_9, t0.updated_by AS updated_by_10, t0.signature_dr AS signature_dr_11, t0.signature_cef AS signature_cef_12, t0.code_commercant_id AS code_commercant_id_13, t0.type_document_id AS type_document_id_14, t0.code_generation_id AS code_generation_id_15, t0.code_demande_id AS code_demande_id_16, t0.exercice_id AS exercice_id_17 FROM metier.documentrsdpf t0 WHERE t0.type_document_id = ?"
(parameters:
[1 => 20]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_docrsdpf AS numero_docrsdpf_2, t0.delivre_docresdpf AS delivre_docresdpf_3, t0.etat AS etat_4, t0.transmission AS transmission_5, t0.unique_doc AS unique_doc_6, t0.created_at AS created_at_7, t0.created_by AS created_by_8, t0.updated_at AS updated_at_9, t0.updated_by AS updated_by_10, t0.signature_dr AS signature_dr_11, t0.signature_cef AS signature_cef_12, t0.code_commercant_id AS code_commercant_id_13, t0.type_document_id AS type_document_id_14, t0.code_generation_id AS code_generation_id_15, t0.code_demande_id AS code_demande_id_16, t0.exercice_id AS exercice_id_17 FROM metier.documentrsdpf t0 WHERE t0.type_document_id = ?"
"params" => [1 => 20]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_docetate2 AS numero_docetate2_2, t0.delivre_docetate2 AS delivre_docetate2_3, t0.etat AS etat_4, t0.unique_doc AS unique_doc_5, t0.transmission AS transmission_6, t0.created_at AS created_at_7, t0.created_by AS created_by_8, t0.updated_at AS updated_at_9, t0.updated_by AS updated_by_10, t0.signature_dr AS signature_dr_11, t0.signature_cef AS signature_cef_12, t0.code_usine_id AS code_usine_id_13, t0.exercice_id AS exercice_id_14, t0.code_generation_id AS code_generation_id_15, t0.type_document_id AS type_document_id_16, t0.code_demande_id AS code_demande_id_17 FROM metier.documentetate2 t0 WHERE t0.type_document_id = ?"
(parameters:
[1 => 9]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_docetate2 AS numero_docetate2_2, t0.delivre_docetate2 AS delivre_docetate2_3, t0.etat AS etat_4, t0.unique_doc AS unique_doc_5, t0.transmission AS transmission_6, t0.created_at AS created_at_7, t0.created_by AS created_by_8, t0.updated_at AS updated_at_9, t0.updated_by AS updated_by_10, t0.signature_dr AS signature_dr_11, t0.signature_cef AS signature_cef_12, t0.code_usine_id AS code_usine_id_13, t0.exercice_id AS exercice_id_14, t0.code_generation_id AS code_generation_id_15, t0.type_document_id AS type_document_id_16, t0.code_demande_id AS code_demande_id_17 FROM metier.documentetate2 t0 WHERE t0.type_document_id = ?"
"params" => [1 => 9]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_docetatg AS numero_docetatg_2, t0.delivre_docetatg AS delivre_docetatg_3, t0.etat AS etat_4, t0.unique_doc AS unique_doc_5, t0.transmission AS transmission_6, t0.created_at AS created_at_7, t0.created_by AS created_by_8, t0.updated_at AS updated_at_9, t0.updated_by AS updated_by_10, t0.signature_dr AS signature_dr_11, t0.signature_cef AS signature_cef_12, t0.code_usine_id AS code_usine_id_13, t0.exercice_id AS exercice_id_14, t0.type_document_id AS type_document_id_15, t0.code_generation_id AS code_generation_id_16, t0.code_demande_id AS code_demande_id_17 FROM metier.documentetatg t0 WHERE t0.type_document_id = ?"
(parameters:
[1 => 10]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_docetatg AS numero_docetatg_2, t0.delivre_docetatg AS delivre_docetatg_3, t0.etat AS etat_4, t0.unique_doc AS unique_doc_5, t0.transmission AS transmission_6, t0.created_at AS created_at_7, t0.created_by AS created_by_8, t0.updated_at AS updated_at_9, t0.updated_by AS updated_by_10, t0.signature_dr AS signature_dr_11, t0.signature_cef AS signature_cef_12, t0.code_usine_id AS code_usine_id_13, t0.exercice_id AS exercice_id_14, t0.type_document_id AS type_document_id_15, t0.code_generation_id AS code_generation_id_16, t0.code_demande_id AS code_demande_id_17 FROM metier.documentetatg t0 WHERE t0.type_document_id = ?"
"params" => [1 => 10]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_docetath AS numero_docetath_2, t0.delivre_docetath AS delivre_docetath_3, t0.etat AS etat_4, t0.unique_doc AS unique_doc_5, t0.transmission AS transmission_6, t0.created_at AS created_at_7, t0.created_by AS created_by_8, t0.updated_at AS updated_at_9, t0.updated_by AS updated_by_10, t0.signature_dr AS signature_dr_11, t0.signature_cef AS signature_cef_12, t0.code_usine_id AS code_usine_id_13, t0.type_document_id AS type_document_id_14, t0.code_generation_id AS code_generation_id_15, t0.exercice_id AS exercice_id_16, t0.code_demande_id AS code_demande_id_17 FROM metier.documentetath t0 WHERE t0.type_document_id = ?"
(parameters:
[1 => 11]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_docetath AS numero_docetath_2, t0.delivre_docetath AS delivre_docetath_3, t0.etat AS etat_4, t0.unique_doc AS unique_doc_5, t0.transmission AS transmission_6, t0.created_at AS created_at_7, t0.created_by AS created_by_8, t0.updated_at AS updated_at_9, t0.updated_by AS updated_by_10, t0.signature_dr AS signature_dr_11, t0.signature_cef AS signature_cef_12, t0.code_usine_id AS code_usine_id_13, t0.type_document_id AS type_document_id_14, t0.code_generation_id AS code_generation_id_15, t0.exercice_id AS exercice_id_16, t0.code_demande_id AS code_demande_id_17 FROM metier.documentetath t0 WHERE t0.type_document_id = ?"
"params" => [1 => 11]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_docdmv AS numero_docdmv_2, t0.delivre_docdmv AS delivre_docdmv_3, t0.etat AS etat_4, t0.unique_doc AS unique_doc_5, t0.transmission AS transmission_6, t0.created_at AS created_at_7, t0.created_by AS created_by_8, t0.updated_at AS updated_at_9, t0.updated_by AS updated_by_10, t0.signature_dr AS signature_dr_11, t0.signature_cef AS signature_cef_12, t0.code_usine_id AS code_usine_id_13, t0.exercice_id AS exercice_id_14, t0.code_generation_id AS code_generation_id_15, t0.type_document_id AS type_document_id_16, t0.code_demande_id AS code_demande_id_17 FROM metier.documentdmv t0 WHERE t0.type_document_id = ?"
(parameters:
[1 => 13]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_docdmv AS numero_docdmv_2, t0.delivre_docdmv AS delivre_docdmv_3, t0.etat AS etat_4, t0.unique_doc AS unique_doc_5, t0.transmission AS transmission_6, t0.created_at AS created_at_7, t0.created_by AS created_by_8, t0.updated_at AS updated_at_9, t0.updated_by AS updated_by_10, t0.signature_dr AS signature_dr_11, t0.signature_cef AS signature_cef_12, t0.code_usine_id AS code_usine_id_13, t0.exercice_id AS exercice_id_14, t0.code_generation_id AS code_generation_id_15, t0.type_document_id AS type_document_id_16, t0.code_demande_id AS code_demande_id_17 FROM metier.documentdmv t0 WHERE t0.type_document_id = ?"
"params" => [1 => 13]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_docdmp AS numero_docdmp_2, t0.delivre_docdmp AS delivre_docdmp_3, t0.unique_doc AS unique_doc_4, t0.transmission AS transmission_5, t0.created_at AS created_at_6, t0.created_by AS created_by_7, t0.updated_at AS updated_at_8, t0.updated_by AS updated_by_9, t0.signature_dr AS signature_dr_10, t0.signature_cef AS signature_cef_11, t0.etat AS etat_12, t0.code_usine_id AS code_usine_id_13, t0.exercice_id AS exercice_id_14, t0.code_generation_id AS code_generation_id_15, t0.type_document_id AS type_document_id_16, t0.code_demande_id AS code_demande_id_17 FROM metier.documentdmp t0 WHERE t0.type_document_id = ?"
(parameters:
[1 => 12]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_docdmp AS numero_docdmp_2, t0.delivre_docdmp AS delivre_docdmp_3, t0.unique_doc AS unique_doc_4, t0.transmission AS transmission_5, t0.created_at AS created_at_6, t0.created_by AS created_by_7, t0.updated_at AS updated_at_8, t0.updated_by AS updated_by_9, t0.signature_dr AS signature_dr_10, t0.signature_cef AS signature_cef_11, t0.etat AS etat_12, t0.code_usine_id AS code_usine_id_13, t0.exercice_id AS exercice_id_14, t0.code_generation_id AS code_generation_id_15, t0.type_document_id AS type_document_id_16, t0.code_demande_id AS code_demande_id_17 FROM metier.documentdmp t0 WHERE t0.type_document_id = ?"
"params" => [1 => 12]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_docbrepf AS numero_docbrepf_2, t0.delivre_docbrepf AS delivre_docbrepf_3, t0.etat AS etat_4, t0.transmission AS transmission_5, t0.unique_doc AS unique_doc_6, t0.created_at AS created_at_7, t0.created_by AS created_by_8, t0.updated_at AS updated_at_9, t0.updated_by AS updated_by_10, t0.signature_dr AS signature_dr_11, t0.signature_cef AS signature_cef_12, t0.exercice_id AS exercice_id_13, t0.code_generation_id AS code_generation_id_14, t0.type_document_id AS type_document_id_15, t0.code_demande_id AS code_demande_id_16, t0.code_autorisation_exportateur_id AS code_autorisation_exportateur_id_17 FROM metier.documentbrepf t0 WHERE t0.type_document_id = ?"
(parameters:
[1 => 19]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_docbrepf AS numero_docbrepf_2, t0.delivre_docbrepf AS delivre_docbrepf_3, t0.etat AS etat_4, t0.transmission AS transmission_5, t0.unique_doc AS unique_doc_6, t0.created_at AS created_at_7, t0.created_by AS created_by_8, t0.updated_at AS updated_at_9, t0.updated_by AS updated_by_10, t0.signature_dr AS signature_dr_11, t0.signature_cef AS signature_cef_12, t0.exercice_id AS exercice_id_13, t0.code_generation_id AS code_generation_id_14, t0.type_document_id AS type_document_id_15, t0.code_demande_id AS code_demande_id_16, t0.code_autorisation_exportateur_id AS code_autorisation_exportateur_id_17 FROM metier.documentbrepf t0 WHERE t0.type_document_id = ?"
"params" => [1 => 19]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_docbcburb AS numero_docbcburb_2, t0.delivre_docbcburb AS delivre_docbcburb_3, t0.unique_doc AS unique_doc_4, t0.etat AS etat_5, t0.transmission AS transmission_6, t0.created_at AS created_at_7, t0.created_by AS created_by_8, t0.updated_at AS updated_at_9, t0.updated_by AS updated_by_10, t0.signature_dr AS signature_dr_11, t0.signature_cef AS signature_cef_12, t0.permis_id AS permis_id_13, t0.type_document_id AS type_document_id_14, t0.code_generation_id AS code_generation_id_15, t0.exercice_id AS exercice_id_16, t0.code_demande_id AS code_demande_id_17 FROM metier.documentbcburb t0 WHERE t0.type_document_id = ?"
(parameters:
[1 => 18]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_docbcburb AS numero_docbcburb_2, t0.delivre_docbcburb AS delivre_docbcburb_3, t0.unique_doc AS unique_doc_4, t0.etat AS etat_5, t0.transmission AS transmission_6, t0.created_at AS created_at_7, t0.created_by AS created_by_8, t0.updated_at AS updated_at_9, t0.updated_by AS updated_by_10, t0.signature_dr AS signature_dr_11, t0.signature_cef AS signature_cef_12, t0.permis_id AS permis_id_13, t0.type_document_id AS type_document_id_14, t0.code_generation_id AS code_generation_id_15, t0.exercice_id AS exercice_id_16, t0.code_demande_id AS code_demande_id_17 FROM metier.documentbcburb t0 WHERE t0.type_document_id = ?"
"params" => [1 => 18]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_docbcbp AS numero_docbcbp_2, t0.delivre_docbcbp AS delivre_docbcbp_3, t0.unique_doc AS unique_doc_4, t0.etat AS etat_5, t0.transmission AS transmission_6, t0.created_at AS created_at_7, t0.created_by AS created_by_8, t0.updated_at AS updated_at_9, t0.updated_by AS updated_by_10, t0.signature_dr AS signature_dr_11, t0.signature_cef AS signature_cef_12, t0.code_generation_id AS code_generation_id_13, t0.type_document_id AS type_document_id_14, t0.exercice_id AS exercice_id_15, t0.code_demande_id AS code_demande_id_16, t0.code_autorisation_pv_id AS code_autorisation_pv_id_17 FROM metier.documentbcbp t0 WHERE t0.type_document_id = ?"
(parameters:
[1 => 3]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_docbcbp AS numero_docbcbp_2, t0.delivre_docbcbp AS delivre_docbcbp_3, t0.unique_doc AS unique_doc_4, t0.etat AS etat_5, t0.transmission AS transmission_6, t0.created_at AS created_at_7, t0.created_by AS created_by_8, t0.updated_at AS updated_at_9, t0.updated_by AS updated_by_10, t0.signature_dr AS signature_dr_11, t0.signature_cef AS signature_cef_12, t0.code_generation_id AS code_generation_id_13, t0.type_document_id AS type_document_id_14, t0.exercice_id AS exercice_id_15, t0.code_demande_id AS code_demande_id_16, t0.code_autorisation_pv_id AS code_autorisation_pv_id_17 FROM metier.documentbcbp t0 WHERE t0.type_document_id = ?"
"params" => [1 => 3]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_docetatb AS numero_docetatb_2, t0.delivre_docetatb AS delivre_docetatb_3, t0.etat AS etat_4, t0.unique_doc AS unique_doc_5, t0.transmission AS transmission_6, t0.created_at AS created_at_7, t0.created_by AS created_by_8, t0.updated_at AS updated_at_9, t0.updated_by AS updated_by_10, t0.signature_dr AS signature_dr_11, t0.signature_cef AS signature_cef_12, t0.code_foret_id AS code_foret_id_13, t0.exercice_id AS exercice_id_14, t0.code_generation_id AS code_generation_id_15, t0.type_document_id AS type_document_id_16, t0.code_demande_id AS code_demande_id_17 FROM metier.documentetatb t0 WHERE t0.type_document_id = ?"
(parameters:
[1 => 4]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_docetatb AS numero_docetatb_2, t0.delivre_docetatb AS delivre_docetatb_3, t0.etat AS etat_4, t0.unique_doc AS unique_doc_5, t0.transmission AS transmission_6, t0.created_at AS created_at_7, t0.created_by AS created_by_8, t0.updated_at AS updated_at_9, t0.updated_by AS updated_by_10, t0.signature_dr AS signature_dr_11, t0.signature_cef AS signature_cef_12, t0.code_foret_id AS code_foret_id_13, t0.exercice_id AS exercice_id_14, t0.code_generation_id AS code_generation_id_15, t0.type_document_id AS type_document_id_16, t0.code_demande_id AS code_demande_id_17 FROM metier.documentetatb t0 WHERE t0.type_document_id = ?"
"params" => [1 => 4]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_doclje AS numero_doclje_2, t0.delivre_doclje AS delivre_doclje_3, t0.etat AS etat_4, t0.created_at AS created_at_5, t0.created_by AS created_by_6, t0.updated_at AS updated_at_7, t0.updated_by AS updated_by_8, t0.unique_doc AS unique_doc_9, t0.transmission AS transmission_10, t0.signature_dr AS signature_dr_11, t0.signature_cef AS signature_cef_12, t0.code_usine_id AS code_usine_id_13, t0.exercice_id AS exercice_id_14, t0.code_generation_id AS code_generation_id_15, t0.type_document_id AS type_document_id_16, t0.code_demande_id AS code_demande_id_17 FROM metier.documentlje t0 WHERE t0.type_document_id = ?"
(parameters:
[1 => 5]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_doclje AS numero_doclje_2, t0.delivre_doclje AS delivre_doclje_3, t0.etat AS etat_4, t0.created_at AS created_at_5, t0.created_by AS created_by_6, t0.updated_at AS updated_at_7, t0.updated_by AS updated_by_8, t0.unique_doc AS unique_doc_9, t0.transmission AS transmission_10, t0.signature_dr AS signature_dr_11, t0.signature_cef AS signature_cef_12, t0.code_usine_id AS code_usine_id_13, t0.exercice_id AS exercice_id_14, t0.code_generation_id AS code_generation_id_15, t0.type_document_id AS type_document_id_16, t0.code_demande_id AS code_demande_id_17 FROM metier.documentlje t0 WHERE t0.type_document_id = ?"
"params" => [1 => 5]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_docbrh AS numero_docbrh_2, t0.delivre_docbrh AS delivre_docbrh_3, t0.created_at AS created_at_4, t0.created_by AS created_by_5, t0.updated_at AS updated_at_6, t0.updated_by AS updated_by_7, t0.unique_doc AS unique_doc_8, t0.etat AS etat_9, t0.transmission AS transmission_10, t0.signature_dr AS signature_dr_11, t0.signature_cef AS signature_cef_12, t0.fini AS fini_13, t0.volume AS volume_14, t0.num_foret AS num_foret_15, t0.code_reprise_id AS code_reprise_id_16, t0.type_document_id AS type_document_id_17, t0.code_generation_id AS code_generation_id_18, t0.exercice_id AS exercice_id_19, t0.code_demande_id AS code_demande_id_20 FROM metier.documentbrh t0 WHERE t0.type_document_id = ?"
(parameters:
[1 => 2]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_docbrh AS numero_docbrh_2, t0.delivre_docbrh AS delivre_docbrh_3, t0.created_at AS created_at_4, t0.created_by AS created_by_5, t0.updated_at AS updated_at_6, t0.updated_by AS updated_by_7, t0.unique_doc AS unique_doc_8, t0.etat AS etat_9, t0.transmission AS transmission_10, t0.signature_dr AS signature_dr_11, t0.signature_cef AS signature_cef_12, t0.fini AS fini_13, t0.volume AS volume_14, t0.num_foret AS num_foret_15, t0.code_reprise_id AS code_reprise_id_16, t0.type_document_id AS type_document_id_17, t0.code_generation_id AS code_generation_id_18, t0.exercice_id AS exercice_id_19, t0.code_demande_id AS code_demande_id_20 FROM metier.documentbrh t0 WHERE t0.type_document_id = ?"
"params" => [1 => 2]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_doccp AS numero_doccp_2, t0.delivre_doccp AS delivre_doccp_3, t0.created_at AS created_at_4, t0.created_by AS created_by_5, t0.updated_at AS updated_at_6, t0.updated_by AS updated_by_7, t0.unique_doc AS unique_doc_8, t0.etat AS etat_9, t0.transmission AS transmission_10, t0.signature_dr AS signature_dr_11, t0.signature_cef AS signature_cef_12, t0.fini AS fini_13, t0.num_foret AS num_foret_14, t0.volume AS volume_15, t0.type_document_id AS type_document_id_16, t0.code_reprise_id AS code_reprise_id_17, t0.code_generation_id AS code_generation_id_18, t0.exercice_id AS exercice_id_19, t0.code_demande_id AS code_demande_id_20 FROM metier.documentcp t0 WHERE t0.type_document_id = ?"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_doccp AS numero_doccp_2, t0.delivre_doccp AS delivre_doccp_3, t0.created_at AS created_at_4, t0.created_by AS created_by_5, t0.updated_at AS updated_at_6, t0.updated_by AS updated_by_7, t0.unique_doc AS unique_doc_8, t0.etat AS etat_9, t0.transmission AS transmission_10, t0.signature_dr AS signature_dr_11, t0.signature_cef AS signature_cef_12, t0.fini AS fini_13, t0.num_foret AS num_foret_14, t0.volume AS volume_15, t0.type_document_id AS type_document_id_16, t0.code_reprise_id AS code_reprise_id_17, t0.code_generation_id AS code_generation_id_18, t0.exercice_id AS exercice_id_19, t0.code_demande_id AS code_demande_id_20 FROM metier.documentcp t0 WHERE t0.type_document_id = ?"
"params" => [1 => 1]
"types" => [1 => 1]
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.annee AS annee_2, t0.cloture AS cloture_3, t0.date_expiration_rallonge AS date_expiration_rallonge_4, t0.rallonge AS rallonge_5, t0.nb_mois AS nb_mois_6, t0.date_debut AS date_debut_7, t0.datefin AS datefin_8 FROM admin.exercice t0 ORDER BY t0.id DESC LIMIT 1"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.annee AS annee_2, t0.cloture AS cloture_3, t0.date_expiration_rallonge AS date_expiration_rallonge_4, t0.rallonge AS rallonge_5, t0.nb_mois AS nb_mois_6, t0.date_debut AS date_debut_7, t0.datefin AS datefin_8 FROM admin.exercice t0 ORDER BY t0.id DESC LIMIT 1"
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.numero_exploitant AS numero_exploitant_2, t0.raison_sociale_exploitant AS raison_sociale_exploitant_3, t0.qualite_exploitant AS qualite_exploitant_4, t0.marteau_exploitant AS marteau_exploitant_5, t0.adresse_exploitant AS adresse_exploitant_6, t0.tel_exploitant AS tel_exploitant_7, t0.ncc_exploitant AS ncc_exploitant_8, t0.sigle AS sigle_9, t0.datecreation AS datecreation_10, t0.forme_juridique AS forme_juridique_11, t0.capital AS capital_12, t0.rccim AS rccim_13, t0.situation_geographie AS situation_geographie_14, t0.mobile_exploitant AS mobile_exploitant_15, t0.email_info AS email_info_16, t0.fax AS fax_17, t0.nb_salarie AS nb_salarie_18, t0.ca AS ca_19, t0.gerant AS gerant_20, t0.personne_ressource AS personne_ressource_21, t0.email_personne_ressource AS email_personne_ressource_22, t0.mobile_personne_ressource AS mobile_personne_ressource_23, t0.export AS export_24, t0.code_exportateur AS code_exportateur_25, t0.created_at AS created_at_26, t0.created_by AS created_by_27, t0.updated_by AS updated_by_28, t0.updated_at AS updated_at_29, t0.latitude AS latitude_30, t0.longitude AS longitude_31, t0.code_cantonnement_id AS code_cantonnement_id_32, t0.filiale_id AS filiale_id_33 FROM metier.exploitant t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_exploitant AS numero_exploitant_2, t0.raison_sociale_exploitant AS raison_sociale_exploitant_3, t0.qualite_exploitant AS qualite_exploitant_4, t0.marteau_exploitant AS marteau_exploitant_5, t0.adresse_exploitant AS adresse_exploitant_6, t0.tel_exploitant AS tel_exploitant_7, t0.ncc_exploitant AS ncc_exploitant_8, t0.sigle AS sigle_9, t0.datecreation AS datecreation_10, t0.forme_juridique AS forme_juridique_11, t0.capital AS capital_12, t0.rccim AS rccim_13, t0.situation_geographie AS situation_geographie_14, t0.mobile_exploitant AS mobile_exploitant_15, t0.email_info AS email_info_16, t0.fax AS fax_17, t0.nb_salarie AS nb_salarie_18, t0.ca AS ca_19, t0.gerant AS gerant_20, t0.personne_ressource AS personne_ressource_21, t0.email_personne_ressource AS email_personne_ressource_22, t0.mobile_personne_ressource AS mobile_personne_ressource_23, t0.export AS export_24, t0.code_exportateur AS code_exportateur_25, t0.created_at AS created_at_26, t0.created_by AS created_by_27, t0.updated_by AS updated_by_28, t0.updated_at AS updated_at_29, t0.latitude AS latitude_30, t0.longitude AS longitude_31, t0.code_cantonnement_id AS code_cantonnement_id_32, t0.filiale_id AS filiale_id_33 FROM metier.exploitant t0"
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.numero_exploitant AS numero_exploitant_2, t0.raison_sociale_exploitant AS raison_sociale_exploitant_3, t0.qualite_exploitant AS qualite_exploitant_4, t0.marteau_exploitant AS marteau_exploitant_5, t0.adresse_exploitant AS adresse_exploitant_6, t0.tel_exploitant AS tel_exploitant_7, t0.ncc_exploitant AS ncc_exploitant_8, t0.sigle AS sigle_9, t0.datecreation AS datecreation_10, t0.forme_juridique AS forme_juridique_11, t0.capital AS capital_12, t0.rccim AS rccim_13, t0.situation_geographie AS situation_geographie_14, t0.mobile_exploitant AS mobile_exploitant_15, t0.email_info AS email_info_16, t0.fax AS fax_17, t0.nb_salarie AS nb_salarie_18, t0.ca AS ca_19, t0.gerant AS gerant_20, t0.personne_ressource AS personne_ressource_21, t0.email_personne_ressource AS email_personne_ressource_22, t0.mobile_personne_ressource AS mobile_personne_ressource_23, t0.export AS export_24, t0.code_exportateur AS code_exportateur_25, t0.created_at AS created_at_26, t0.created_by AS created_by_27, t0.updated_by AS updated_by_28, t0.updated_at AS updated_at_29, t0.latitude AS latitude_30, t0.longitude AS longitude_31, t0.code_cantonnement_id AS code_cantonnement_id_32, t0.filiale_id AS filiale_id_33 FROM metier.exploitant t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_exploitant AS numero_exploitant_2, t0.raison_sociale_exploitant AS raison_sociale_exploitant_3, t0.qualite_exploitant AS qualite_exploitant_4, t0.marteau_exploitant AS marteau_exploitant_5, t0.adresse_exploitant AS adresse_exploitant_6, t0.tel_exploitant AS tel_exploitant_7, t0.ncc_exploitant AS ncc_exploitant_8, t0.sigle AS sigle_9, t0.datecreation AS datecreation_10, t0.forme_juridique AS forme_juridique_11, t0.capital AS capital_12, t0.rccim AS rccim_13, t0.situation_geographie AS situation_geographie_14, t0.mobile_exploitant AS mobile_exploitant_15, t0.email_info AS email_info_16, t0.fax AS fax_17, t0.nb_salarie AS nb_salarie_18, t0.ca AS ca_19, t0.gerant AS gerant_20, t0.personne_ressource AS personne_ressource_21, t0.email_personne_ressource AS email_personne_ressource_22, t0.mobile_personne_ressource AS mobile_personne_ressource_23, t0.export AS export_24, t0.code_exportateur AS code_exportateur_25, t0.created_at AS created_at_26, t0.created_by AS created_by_27, t0.updated_by AS updated_by_28, t0.updated_at AS updated_at_29, t0.latitude AS latitude_30, t0.longitude AS longitude_31, t0.code_cantonnement_id AS code_cantonnement_id_32, t0.filiale_id AS filiale_id_33 FROM metier.exploitant t0"
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id = ?"
"SELECT t0.id AS id_1, t0.numero_usine AS numero_usine_2, t0.raison_sociale_usine AS raison_sociale_usine_3, t0.personne_ressource AS personne_ressource_4, t0.cc_usine AS cc_usine_5, t0.tel_usine AS tel_usine_6, t0.fax_usine AS fax_usine_7, t0.adresse_usine AS adresse_usine_8, t0.localisation_usine AS localisation_usine_9, t0.ville AS ville_10, t0.capacite_usine AS capacite_usine_11, t0.sigle AS sigle_12, t0.email_personne_ressource AS email_personne_ressource_13, t0.mobile_personne_ressource AS mobile_personne_ressource_14, t0.export AS export_15, t0.code_exportateur AS code_exportateur_16, t0.created_at AS created_at_17, t0.created_by AS created_by_18, t0.updated_by AS updated_by_19, t0.updated_at AS updated_at_20, t0.agree AS agree_21, t0.latitude AS latitude_22, t0.longitude AS longitude_23, t0.code_cantonnement_id AS code_cantonnement_id_24, t0.code_exploitant_id AS code_exploitant_id_25 FROM metier.usine t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_usine AS numero_usine_2, t0.raison_sociale_usine AS raison_sociale_usine_3, t0.personne_ressource AS personne_ressource_4, t0.cc_usine AS cc_usine_5, t0.tel_usine AS tel_usine_6, t0.fax_usine AS fax_usine_7, t0.adresse_usine AS adresse_usine_8, t0.localisation_usine AS localisation_usine_9, t0.ville AS ville_10, t0.capacite_usine AS capacite_usine_11, t0.sigle AS sigle_12, t0.email_personne_ressource AS email_personne_ressource_13, t0.mobile_personne_ressource AS mobile_personne_ressource_14, t0.export AS export_15, t0.code_exportateur AS code_exportateur_16, t0.created_at AS created_at_17, t0.created_by AS created_by_18, t0.updated_by AS updated_by_19, t0.updated_at AS updated_at_20, t0.agree AS agree_21, t0.latitude AS latitude_22, t0.longitude AS longitude_23, t0.code_cantonnement_id AS code_cantonnement_id_24, t0.code_exploitant_id AS code_exploitant_id_25 FROM metier.usine t0"
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id = ?"
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.attribution t0 WHERE t0.exercice_id = ? AND t0.code_exploitant_id IS NULL"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.annee AS annee_2, t0.cloture AS cloture_3, t0.date_expiration_rallonge AS date_expiration_rallonge_4, t0.rallonge AS rallonge_5, t0.nb_mois AS nb_mois_6, t0.date_debut AS date_debut_7, t0.datefin AS datefin_8 FROM admin.exercice t0 ORDER BY t0.id DESC LIMIT 1"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.annee AS annee_2, t0.cloture AS cloture_3, t0.date_expiration_rallonge AS date_expiration_rallonge_4, t0.rallonge AS rallonge_5, t0.nb_mois AS nb_mois_6, t0.date_debut AS date_debut_7, t0.datefin AS datefin_8 FROM admin.exercice t0 ORDER BY t0.id DESC LIMIT 1"
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.numero_essence AS numero_essence_2, t0.nom_vernaculaire AS nom_vernaculaire_3, t0.famille_essence AS famille_essence_4, t0.nom_scientifique AS nom_scientifique_5, t0.categorie_essence AS categorie_essence_6, t0.taxe_abattage AS taxe_abattage_7, t0.dm_minima AS dm_minima_8, t0.taxe_preservation AS taxe_preservation_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_by AS updated_by_12, t0.updated_at AS updated_at_13, t0.autorisation AS autorisation_14 FROM metier.essence t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_essence AS numero_essence_2, t0.nom_vernaculaire AS nom_vernaculaire_3, t0.famille_essence AS famille_essence_4, t0.nom_scientifique AS nom_scientifique_5, t0.categorie_essence AS categorie_essence_6, t0.taxe_abattage AS taxe_abattage_7, t0.dm_minima AS dm_minima_8, t0.taxe_preservation AS taxe_preservation_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_by AS updated_by_12, t0.updated_at AS updated_at_13, t0.autorisation AS autorisation_14 FROM metier.essence t0"
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 1]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 1]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 3]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 3]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 4]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 4]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 5]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 5]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 6]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 6]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 7]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 7]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 8]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 8]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 9]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 9]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 10]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 10]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 11]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 11]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 12]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 12]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 13]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 13]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 14]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 14]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 15]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 15]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 16]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 16]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 17]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 17]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 18]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 18]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 19]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 19]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 20]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 20]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 21]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 21]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 22]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 22]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 23]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 23]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 24]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 24]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 25]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 25]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 26]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 26]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 27]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 27]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 28]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 28]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 29]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 29]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 30]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 30]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 31]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 31]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 32]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 32]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 33]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 33]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 34]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 34]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 35]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 35]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 36]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 36]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 37]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 37]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 38]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 38]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 39]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 39]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 40]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 40]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 41]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 41]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 42]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 42]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 43]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 43]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 44]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 44]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 45]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 45]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 46]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 46]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 47]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 47]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 48]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 48]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 49]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 49]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 50]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 50]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 51]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 51]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 52]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 52]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 53]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 53]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 54]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 54]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 55]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 55]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 56]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 56]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 57]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 57]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 58]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 58]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 59]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 59]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 60]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 60]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 61]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 61]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 62]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 62]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 63]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 63]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 64]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 64]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 65]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 65]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 66]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 66]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 67]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 67]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 68]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 68]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 69]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 69]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 70]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 70]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 71]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 71]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 72]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 72]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 73]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 73]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 74]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 74]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 75]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 75]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 76]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 76]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 77]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 77]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 78]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 78]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 79]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 79]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 80]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 80]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 81]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 81]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 82]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 82]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 83]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 83]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 84]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 84]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 85]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 85]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 86]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 86]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 87]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 87]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 88]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 88]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 89]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 89]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 90]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 90]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 91]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 91]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 92]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 92]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 93]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 93]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 94]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 94]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 95]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 95]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 96]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 96]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 97]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 97]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 98]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 98]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 99]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 99]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 100]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 100]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 101]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 101]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 102]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 102]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 103]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 103]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 104]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 104]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 105]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 105]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 106]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 106]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 107]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 107]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 108]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 108]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 109]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 109]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 110]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 110]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 111]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 111]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 112]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 112]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 113]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 113]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 114]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 114]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 115]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 115]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 116]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 116]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 117]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 117]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 118]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 118]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 119]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 119]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 120]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 120]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 121]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 121]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 122]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 122]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 123]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 123]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 124]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 124]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 125]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 125]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 126]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 126]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 127]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 127]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 128]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 128]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 129]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 129]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 130]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 130]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 131]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 131]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 132]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 132]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 133]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 133]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 134]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 134]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 135]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 135]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 136]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 136]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 137]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 137]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 138]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 138]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 139]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 139]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 140]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 140]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 141]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 141]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 142]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 142]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 143]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 143]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 144]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 144]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 145]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 145]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 146]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 146]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 147]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 147]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 148]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 148]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 149]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 149]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 150]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 150]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 151]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 151]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 152]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 152]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 153]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 153]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 154]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 154]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 155]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 155]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 156]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 156]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 157]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 157]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 158]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 158]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 159]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 159]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 160]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 160]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 161]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 161]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 162]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 162]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 163]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 163]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 164]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 164]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 165]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 165]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 166]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 166]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 167]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 167]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 168]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 168]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 169]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 169]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 171]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 171]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 172]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 172]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 173]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 173]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 174]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 174]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 175]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 175]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 176]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 176]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 177]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 177]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 178]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 178]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 179]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 179]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 180]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 180]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 181]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 181]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 182]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 182]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 183]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 183]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 184]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 184]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 185]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 185]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 186]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 186]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 187]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 187]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 188]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 188]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 189]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 189]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 190]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 190]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 191]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 191]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 192]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 192]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 193]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 193]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 194]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 194]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 195]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 195]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 196]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 196]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 197]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 197]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 198]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 198]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 199]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 199]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 200]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 200]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 201]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 201]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 202]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 202]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 203]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 203]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 204]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 204]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 205]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 205]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 206]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 206]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 207]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 207]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 208]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 208]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 209]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 209]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 210]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 210]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 211]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 211]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 212]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 212]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 213]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 213]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 214]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 214]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 215]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 215]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 216]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 216]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 217]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 217]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 218]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 218]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 219]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 219]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 220]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 220]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 221]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 221]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 222]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 222]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 223]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 223]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 224]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 224]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 225]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 225]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 226]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 226]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 227]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 227]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 228]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 228]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 229]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 229]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 230]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 230]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 231]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 231]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 232]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 232]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 233]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 233]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 234]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 234]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 235]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 235]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 236]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 236]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 237]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 237]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 238]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 238]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 239]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 239]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 240]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 240]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 241]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 241]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 242]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 242]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 243]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 243]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 244]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 244]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 245]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 245]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 246]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 246]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 247]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 247]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 248]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 248]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 249]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 249]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 250]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 250]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 251]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 251]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 252]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 252]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 253]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 253]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 254]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 254]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 255]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 255]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 256]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 256]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 257]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 257]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 258]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 258]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 259]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 259]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 260]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 260]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 261]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 261]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 262]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 262]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 263]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 263]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 264]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 264]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 265]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 265]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 266]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 266]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 267]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 267]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 268]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 268]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 269]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 269]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 270]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 270]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 271]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 271]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 272]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 272]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 273]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 273]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 274]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 274]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 275]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 275]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 276]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 276]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 277]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 277]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 278]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 278]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 279]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 279]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 280]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 280]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 281]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 281]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 282]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 282]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 283]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 283]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 284]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 284]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 285]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 285]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 286]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 286]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 287]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 287]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 288]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 288]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 289]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 289]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 290]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 290]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 291]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 291]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 292]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 292]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 293]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 293]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 294]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 294]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 295]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 295]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 296]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 296]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 297]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 297]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 298]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 298]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 299]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 299]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 300]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 300]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 301]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 301]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 302]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 302]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 303]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 303]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 304]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 304]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 305]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 305]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 306]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 306]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 307]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 307]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 308]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 308]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 309]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 309]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 310]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 310]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 311]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 311]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 312]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 312]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 313]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 313]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 314]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 314]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 315]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 315]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 316]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 316]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 317]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 317]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 318]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 318]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 319]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 319]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 320]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 320]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 321]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 321]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 322]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 322]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 323]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 323]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 324]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 324]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 325]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 325]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 326]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 326]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 327]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 327]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 328]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 328]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 329]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 329]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 330]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 330]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 331]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 331]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 332]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 332]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 333]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 333]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 334]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 334]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 335]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 335]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 336]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 336]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 337]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 337]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 338]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 338]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 339]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 339]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 340]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 340]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 341]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 341]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 342]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 342]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 343]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 343]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 344]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 344]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 345]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 345]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 346]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 346]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 347]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 347]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 348]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 348]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 349]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 349]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 350]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 350]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 351]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 351]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 352]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 352]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 353]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 353]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 354]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 354]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 355]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 355]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 356]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 356]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 357]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 357]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 358]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 358]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 359]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 359]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 360]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 360]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 361]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 361]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 362]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 362]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 363]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 363]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 364]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 364]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 365]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 365]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 366]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 366]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 367]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 367]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 368]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 368]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 369]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 369]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 370]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 370]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 371]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 371]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 372]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 372]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 373]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 373]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 374]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 374]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 375]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 375]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 376]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 376]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 377]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 377]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 378]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 378]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 379]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 379]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 380]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 380]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 381]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 381]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 382]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 382]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 383]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 383]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 384]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 384]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 385]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 385]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 386]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 386]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 387]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 387]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 388]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 388]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 389]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 389]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 390]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 390]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 391]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 391]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 392]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 392]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 393]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 393]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 394]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 394]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 395]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 395]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 396]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 396]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 397]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 397]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 398]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 398]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 399]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 399]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 400]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 400]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 401]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 401]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 402]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 402]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 403]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 403]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 404]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 404]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 405]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 405]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 406]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 406]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 407]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 407]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 408]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 408]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 409]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 409]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 410]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 410]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 411]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 411]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 412]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 412]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 413]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 413]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 414]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 414]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 415]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 415]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 416]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 416]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 417]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 417]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 418]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 418]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 419]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 419]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 420]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 420]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 421]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 421]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 422]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 422]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 423]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 423]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 424]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 424]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 425]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 425]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 426]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 426]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 427]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 427]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 428]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 428]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 429]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 429]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 430]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 430]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 431]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 431]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 432]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 432]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 433]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 433]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 434]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 434]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 435]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 435]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 436]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 436]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 437]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 437]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 438]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 438]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 439]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 439]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 440]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 440]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 441]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 441]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 442]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 442]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 443]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 443]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 444]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 444]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 445]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 445]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 446]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 446]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 447]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 447]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 448]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 448]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 449]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 449]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 450]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 450]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 451]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 451]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 452]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 452]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 453]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 453]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 454]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 454]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 455]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 455]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 456]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 456]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 457]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 457]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 458]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 458]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 459]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 459]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 460]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 460]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 461]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 461]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 462]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 462]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 463]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 463]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 464]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 464]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 465]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 465]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 466]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 466]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 467]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 467]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 468]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 468]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 469]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 469]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 470]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 470]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 471]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 471]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 472]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 472]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 473]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 473]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 474]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 474]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 475]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 475]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 476]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 476]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 477]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 477]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 478]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 478]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 479]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 479]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 480]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 480]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 481]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 481]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 482]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 482]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 483]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 483]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 484]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 484]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 485]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 485]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 486]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 486]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 487]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 487]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 488]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 488]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 489]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 489]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 490]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 490]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 492]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 492]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 493]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 493]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 494]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 494]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 495]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 495]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 496]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 496]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 497]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 497]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 498]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 498]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 499]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 499]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 500]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 500]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 501]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 501]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 502]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 502]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 503]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 503]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 504]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 504]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 505]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 505]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 506]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 506]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 507]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 507]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 508]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 508]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 509]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 509]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 510]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 510]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 511]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 511]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 512]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 512]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 514]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 514]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 515]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 515]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 170]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 170]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
(parameters:
[1 => 72 => 513]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_lignepagebrh AS numero_lignepagebrh_2, t0.x_lignepagebrh AS x_lignepagebrh_3, t0.y_lignepagebrh AS y_lignepagebrh_4, t0.lettre_lignepagebrh AS lettre_lignepagebrh_5, t0.longeur_lignepagebrh AS longeur_lignepagebrh_6, t0.diametre_lignepagebrh AS diametre_lignepagebrh_7, t0.cubage_lignepagebrh AS cubage_lignepagebrh_8, t0.observationbrh AS observationbrh_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_at AS updated_at_12, t0.updated_by AS updated_by_13, t0.entre_lje AS entre_lje_14, t0.transformation AS transformation_15, t0.nom_essencebrh_id AS nom_essencebrh_id_16, t0.zh_lignepagebrh_id AS zh_lignepagebrh_id_17, t0.code_pagebrh_id AS code_pagebrh_id_18, t0.exercice_id AS exercice_id_19, t0.code_ligne_cp_id AS code_ligne_cp_id_20 FROM metier.lignepagebrh t0 WHERE t0.exercice_id = ? AND t0.nom_essencebrh_id = ? LIMIT 1"
"params" => [1 => 72 => 513]
"types" => [1 => 12 => 1]
]
debug
Executing query:
"SELECT COUNT(l0_.id) AS sclr_0 FROM metier.lignepagebrh l0_ INNER JOIN metier.pagebrh p1_ ON l0_.code_pagebrh_id = p1_.id INNER JOIN metier.essence e2_ ON l0_.nom_essencebrh_id = e2_.id"
doctrine
[
"sql" => "SELECT COUNT(l0_.id) AS sclr_0 FROM metier.lignepagebrh l0_ INNER JOIN metier.pagebrh p1_ ON l0_.code_pagebrh_id = p1_.id INNER JOIN metier.essence e2_ ON l0_.nom_essencebrh_id = e2_.id"
]
debug
Executing statement:
"SELECT COUNT(l0_.id) AS sclr_0 FROM metier.lignepagebrh l0_ INNER JOIN metier.pagebrh p1_ ON l0_.code_pagebrh_id = p1_.id INNER JOIN metier.essence e2_ ON l0_.nom_essencebrh_id = e2_.id WHERE l0_.exercice_id = ?"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(l0_.id) AS sclr_0 FROM metier.lignepagebrh l0_ INNER JOIN metier.pagebrh p1_ ON l0_.code_pagebrh_id = p1_.id INNER JOIN metier.essence e2_ ON l0_.nom_essencebrh_id = e2_.id WHERE l0_.exercice_id = ?"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.numero_essence AS numero_essence_2, t0.nom_vernaculaire AS nom_vernaculaire_3, t0.famille_essence AS famille_essence_4, t0.nom_scientifique AS nom_scientifique_5, t0.categorie_essence AS categorie_essence_6, t0.taxe_abattage AS taxe_abattage_7, t0.dm_minima AS dm_minima_8, t0.taxe_preservation AS taxe_preservation_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_by AS updated_by_12, t0.updated_at AS updated_at_13, t0.autorisation AS autorisation_14 FROM metier.essence t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.numero_essence AS numero_essence_2, t0.nom_vernaculaire AS nom_vernaculaire_3, t0.famille_essence AS famille_essence_4, t0.nom_scientifique AS nom_scientifique_5, t0.categorie_essence AS categorie_essence_6, t0.taxe_abattage AS taxe_abattage_7, t0.dm_minima AS dm_minima_8, t0.taxe_preservation AS taxe_preservation_9, t0.created_at AS created_at_10, t0.created_by AS created_by_11, t0.updated_by AS updated_by_12, t0.updated_at AS updated_at_13, t0.autorisation AS autorisation_14 FROM metier.essence t0"
]
debug
Executing query:
"SELECT SUM(l0_.cubage_lignepagebrh) AS sclr_0 FROM metier.lignepagebrh l0_"
doctrine
[
"sql" => "SELECT SUM(l0_.cubage_lignepagebrh) AS sclr_0 FROM metier.lignepagebrh l0_"
]
debug
Executing statement:
"SELECT SUM(l0_.cubage_lignepagebrh) AS sclr_0 FROM metier.lignepagebrh l0_ WHERE l0_.exercice_id = ?"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT SUM(l0_.cubage_lignepagebrh) AS sclr_0 FROM metier.lignepagebrh l0_ WHERE l0_.exercice_id = ?"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing query:
"SELECT COUNT(*) FROM metier.reprise t0"
doctrine
[
"sql" => "SELECT COUNT(*) FROM metier.reprise t0"
]
debug
Executing statement:
"SELECT COUNT(*) FROM metier.reprise t0 WHERE t0.exercice_id = ?"
"SELECT t0.id AS id_1, t0.type_diffusion AS type_diffusion_2, t0.source_diffusion AS source_diffusion_3, t0.duree AS duree_4, t0.date_emission AS date_emission_5, t0.date_arret AS date_arret_6, t0.contenu AS contenu_7, t0.id_element AS id_element_8, t0.rubrique AS rubrique_9, t0.titre AS titre_10, t0.created_at AS created_at_11, t0.created_by AS created_by_12, t0.updated_at AS updated_at_13, t0.updated_by AS updated_by_14, t0.fichier AS fichier_15, t0.code_type_diffusion_id AS code_type_diffusion_id_16 FROM admin.diffusion t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.type_diffusion AS type_diffusion_2, t0.source_diffusion AS source_diffusion_3, t0.duree AS duree_4, t0.date_emission AS date_emission_5, t0.date_arret AS date_arret_6, t0.contenu AS contenu_7, t0.id_element AS id_element_8, t0.rubrique AS rubrique_9, t0.titre AS titre_10, t0.created_at AS created_at_11, t0.created_by AS created_by_12, t0.updated_at AS updated_at_13, t0.updated_by AS updated_by_14, t0.fichier AS fichier_15, t0.code_type_diffusion_id AS code_type_diffusion_id_16 FROM admin.diffusion t0"
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.color AS color_4 FROM blog.categorie t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.color AS color_4 FROM blog.categorie t0"
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.nom_prenoms AS nom_prenoms_2, t0.mot_ministre AS mot_ministre_3, t0.photo_ministre AS photo_ministre_4 FROM blog.autres_rubriques t0 WHERE t0.id = ?"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.nom_prenoms AS nom_prenoms_2, t0.mot_ministre AS mot_ministre_3, t0.photo_ministre AS photo_ministre_4 FROM blog.autres_rubriques t0 WHERE t0.id = ?"
"params" => [1 => 1]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.annee AS annee_2, t0.cloture AS cloture_3, t0.date_expiration_rallonge AS date_expiration_rallonge_4, t0.rallonge AS rallonge_5, t0.nb_mois AS nb_mois_6, t0.date_debut AS date_debut_7, t0.datefin AS datefin_8 FROM admin.exercice t0 WHERE t0.cloture = ? ORDER BY t0.id DESC LIMIT 1"
(parameters:
[1 => 0]
, types:
[1 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.annee AS annee_2, t0.cloture AS cloture_3, t0.date_expiration_rallonge AS date_expiration_rallonge_4, t0.rallonge AS rallonge_5, t0.nb_mois AS nb_mois_6, t0.date_debut AS date_debut_7, t0.datefin AS datefin_8 FROM admin.exercice t0 WHERE t0.cloture = ? ORDER BY t0.id DESC LIMIT 1"
"params" => [1 => 0]
"types" => [1 => 5]
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.slug AS slug_3, t0.code_groupe_id AS code_groupe_id_4 FROM blog.category_publication t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.slug AS slug_3, t0.code_groupe_id AS code_groupe_id_4 FROM blog.category_publication t0"
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.resume AS resume_3, t0.fichier AS fichier_4, t0.created_at AS created_at_5, t0.created_by AS created_by_6, t0.updated_at AS updated_at_7, t0.updated_by AS updated_by_8, t0.valide AS valide_9, t0.statut AS statut_10, t0.x AS x_11, t0.y AS y_12, t0.code_oi_id AS code_oi_id_13 FROM observateur.publication_rapport t0 WHERE t0.statut = ? ORDER BY t0.created_at DESC LIMIT 5"
(parameters:
[1 => "PUBLIE"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.resume AS resume_3, t0.fichier AS fichier_4, t0.created_at AS created_at_5, t0.created_by AS created_by_6, t0.updated_at AS updated_at_7, t0.updated_by AS updated_by_8, t0.valide AS valide_9, t0.statut AS statut_10, t0.x AS x_11, t0.y AS y_12, t0.code_oi_id AS code_oi_id_13 FROM observateur.publication_rapport t0 WHERE t0.statut = ? ORDER BY t0.created_at DESC LIMIT 5"
"params" => [1 => "PUBLIE"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.version AS version_2, t0.date_deploiement AS date_deploiement_3, t0.statut AS statut_4, t0.observations AS observations_5, t0.created_at AS created_at_6, t0.created_by AS created_by_7, t0.fichier AS fichier_8 FROM admin.apk_ver t0 WHERE t0.statut = ? LIMIT 1"
(parameters:
[1 => 1]
, types:
[1 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.version AS version_2, t0.date_deploiement AS date_deploiement_3, t0.statut AS statut_4, t0.observations AS observations_5, t0.created_at AS created_at_6, t0.created_by AS created_by_7, t0.fichier AS fichier_8 FROM admin.apk_ver t0 WHERE t0.statut = ? LIMIT 1"
"params" => [1 => 1]
"types" => [1 => 5]
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.slug AS slug_3, t0.code_groupe_id AS code_groupe_id_4 FROM blog.category_publication t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.slug AS slug_3, t0.code_groupe_id AS code_groupe_id_4 FROM blog.category_publication t0"
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.libelle_publication AS libelle_publication_2, t0.fichier AS fichier_3, t0.actif AS actif_4, t0.code_category_id AS code_category_id_5 FROM blog.publication t0 WHERE t0.code_category_id = ?"
(parameters:
[1 => 11]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.libelle_publication AS libelle_publication_2, t0.fichier AS fichier_3, t0.actif AS actif_4, t0.code_category_id AS code_category_id_5 FROM blog.publication t0 WHERE t0.code_category_id = ?"
"params" => [1 => 11]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 49]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 49]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 50]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 50]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 51]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 51]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 52]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 52]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 53]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 53]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 54]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 54]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 58]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 58]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 59]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 59]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 60]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 60]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 61]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 61]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 62]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 62]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 56]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 56]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 57]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 57]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.libelle_publication AS libelle_publication_2, t0.fichier AS fichier_3, t0.actif AS actif_4, t0.code_category_id AS code_category_id_5 FROM blog.publication t0 WHERE t0.code_category_id = ?"
(parameters:
[1 => 5]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.libelle_publication AS libelle_publication_2, t0.fichier AS fichier_3, t0.actif AS actif_4, t0.code_category_id AS code_category_id_5 FROM blog.publication t0 WHERE t0.code_category_id = ?"
"params" => [1 => 5]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 55]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 55]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.libelle_publication AS libelle_publication_2, t0.fichier AS fichier_3, t0.actif AS actif_4, t0.code_category_id AS code_category_id_5 FROM blog.publication t0 WHERE t0.code_category_id = ?"
(parameters:
[1 => 4]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.libelle_publication AS libelle_publication_2, t0.fichier AS fichier_3, t0.actif AS actif_4, t0.code_category_id AS code_category_id_5 FROM blog.publication t0 WHERE t0.code_category_id = ?"
"params" => [1 => 4]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 87]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 87]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.libelle_publication AS libelle_publication_2, t0.fichier AS fichier_3, t0.actif AS actif_4, t0.code_category_id AS code_category_id_5 FROM blog.publication t0 WHERE t0.code_category_id = ?"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.libelle_publication AS libelle_publication_2, t0.fichier AS fichier_3, t0.actif AS actif_4, t0.code_category_id AS code_category_id_5 FROM blog.publication t0 WHERE t0.code_category_id = ?"
"params" => [1 => 1]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 10]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 10]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 9]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 9]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 12]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 12]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 11]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 11]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 13]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 13]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 14]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 14]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 76]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 76]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 8]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 8]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.libelle_publication AS libelle_publication_2, t0.fichier AS fichier_3, t0.actif AS actif_4, t0.code_category_id AS code_category_id_5 FROM blog.publication t0 WHERE t0.code_category_id = ?"
(parameters:
[1 => 3]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.libelle_publication AS libelle_publication_2, t0.fichier AS fichier_3, t0.actif AS actif_4, t0.code_category_id AS code_category_id_5 FROM blog.publication t0 WHERE t0.code_category_id = ?"
"params" => [1 => 3]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 19]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 19]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 20]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 20]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 21]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 21]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 18]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 18]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 22]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 22]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.libelle_publication AS libelle_publication_2, t0.fichier AS fichier_3, t0.actif AS actif_4, t0.code_category_id AS code_category_id_5 FROM blog.publication t0 WHERE t0.code_category_id = ?"
(parameters:
[1 => 2]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.libelle_publication AS libelle_publication_2, t0.fichier AS fichier_3, t0.actif AS actif_4, t0.code_category_id AS code_category_id_5 FROM blog.publication t0 WHERE t0.code_category_id = ?"
"params" => [1 => 2]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 17]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 17]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 15]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 15]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 16]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 16]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 90]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 90]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.libelle_publication AS libelle_publication_2, t0.fichier AS fichier_3, t0.actif AS actif_4, t0.code_category_id AS code_category_id_5 FROM blog.publication t0 WHERE t0.code_category_id = ?"
(parameters:
[1 => 6]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.libelle_publication AS libelle_publication_2, t0.fichier AS fichier_3, t0.actif AS actif_4, t0.code_category_id AS code_category_id_5 FROM blog.publication t0 WHERE t0.code_category_id = ?"
"params" => [1 => 6]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 63]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 63]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 64]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 64]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 65]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 65]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 66]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 66]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 67]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 67]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 68]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 68]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.libelle_publication AS libelle_publication_2, t0.fichier AS fichier_3, t0.actif AS actif_4, t0.code_category_id AS code_category_id_5 FROM blog.publication t0 WHERE t0.code_category_id = ?"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.libelle_publication AS libelle_publication_2, t0.fichier AS fichier_3, t0.actif AS actif_4, t0.code_category_id AS code_category_id_5 FROM blog.publication t0 WHERE t0.code_category_id = ?"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 70]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 70]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 73]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 73]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 74]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 74]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 69]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 69]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 72]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 72]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 75]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 75]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 71]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 71]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.libelle_publication AS libelle_publication_2, t0.fichier AS fichier_3, t0.actif AS actif_4, t0.code_category_id AS code_category_id_5 FROM blog.publication t0 WHERE t0.code_category_id = ?"
(parameters:
[1 => 8]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.libelle_publication AS libelle_publication_2, t0.fichier AS fichier_3, t0.actif AS actif_4, t0.code_category_id AS code_category_id_5 FROM blog.publication t0 WHERE t0.code_category_id = ?"
"params" => [1 => 8]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 78]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 78]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 79]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 79]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 84]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 84]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 85]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 85]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 86]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 86]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 83]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 83]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 82]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 82]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 77]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 77]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.libelle_publication AS libelle_publication_2, t0.fichier AS fichier_3, t0.actif AS actif_4, t0.code_category_id AS code_category_id_5 FROM blog.publication t0 WHERE t0.code_category_id = ?"
(parameters:
[1 => 9]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.libelle_publication AS libelle_publication_2, t0.fichier AS fichier_3, t0.actif AS actif_4, t0.code_category_id AS code_category_id_5 FROM blog.publication t0 WHERE t0.code_category_id = ?"
"params" => [1 => 9]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 25]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 25]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 28]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 28]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 23]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 23]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 24]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 24]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 26]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 26]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 27]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 27]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 29]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 29]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 30]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 30]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 31]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 31]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 32]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 32]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 34]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 34]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 35]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 35]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 33]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 33]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.libelle_publication AS libelle_publication_2, t0.fichier AS fichier_3, t0.actif AS actif_4, t0.code_category_id AS code_category_id_5 FROM blog.publication t0 WHERE t0.code_category_id = ?"
(parameters:
[1 => 10]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.libelle_publication AS libelle_publication_2, t0.fichier AS fichier_3, t0.actif AS actif_4, t0.code_category_id AS code_category_id_5 FROM blog.publication t0 WHERE t0.code_category_id = ?"
"params" => [1 => 10]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 39]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 39]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 40]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 40]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 36]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 36]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 37]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 37]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 38]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 38]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 41]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 41]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 42]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 42]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 43]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 43]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 44]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 44]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 45]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 45]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 46]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 46]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 47]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 47]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
(parameters:
[1 => 48]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?"
"params" => [1 => 48]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.alt_text AS alt_text_3, t0.filename AS filename_4 FROM blog.media t0 WHERE t0.id = ?"
(parameters:
[1 => 3]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.alt_text AS alt_text_3, t0.filename AS filename_4 FROM blog.media t0 WHERE t0.id = ?"
"params" => [1 => 3]
"types" => [1 => 1]
]
Log messages generated during the compilation of the service container.
Messages
Class
1338
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportInventaireCommand" (parent: .abstract.instanceof.App\Command\ImportInventaireCommand).
Resolving inheritance for "App\Command\ImportInventaireCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportInventaireCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Blog\ArticleBlogCrudController" (parent: .abstract.instanceof.App\Controller\Admin\Blog\ArticleBlogCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Blog\ArticleBlogCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Blog\ArticleBlogCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\Blog\ArticleBlogCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Blog\ArticleBlogCrudController).
Resolving inheritance for "App\Controller\Admin\Blog\ArticleBlogCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\Blog\ArticleBlogCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Blog\CategorieCrudController" (parent: .abstract.instanceof.App\Controller\Admin\Blog\CategorieCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Blog\CategorieCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Blog\CategorieCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\Blog\CategorieCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Blog\CategorieCrudController).
Resolving inheritance for "App\Controller\Admin\Blog\CategorieCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\Blog\CategorieCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Blog\CommentCrudController" (parent: .abstract.instanceof.App\Controller\Admin\Blog\CommentCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Blog\CommentCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Blog\CommentCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\Blog\CommentCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Blog\CommentCrudController).
Resolving inheritance for "App\Controller\Admin\Blog\CommentCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\Blog\CommentCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Blog\MediaCrudController" (parent: .abstract.instanceof.App\Controller\Admin\Blog\MediaCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Blog\MediaCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Blog\MediaCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\Blog\MediaCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Blog\MediaCrudController).
Resolving inheritance for "App\Controller\Admin\Blog\MediaCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\Blog\MediaCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Blog\MenuBlogCrudController" (parent: .abstract.instanceof.App\Controller\Admin\Blog\MenuBlogCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Blog\MenuBlogCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Blog\MenuBlogCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\Blog\MenuBlogCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Blog\MenuBlogCrudController).
Resolving inheritance for "App\Controller\Admin\Blog\MenuBlogCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\Blog\MenuBlogCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Blog\PageCrudController" (parent: .abstract.instanceof.App\Controller\Admin\Blog\PageCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Blog\PageCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Blog\PageCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\Blog\PageCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Blog\PageCrudController).
Resolving inheritance for "App\Controller\Admin\Blog\PageCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\Blog\PageCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CategoryPublicationCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CategoryPublicationCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CategoryPublicationCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CategoryPublicationCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CategoryPublicationCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CategoryPublicationCrudController).
Resolving inheritance for "App\Controller\Admin\CategoryPublicationCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CategoryPublicationCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContacterCrudController" (parent: .abstract.instanceof.App\Controller\Admin\ContacterCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContacterCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContacterCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\ContacterCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContacterCrudController).
Resolving inheritance for "App\Controller\Admin\ContacterCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\ContacterCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DashboardController" (parent: .abstract.instanceof.App\Controller\Admin\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DashboardController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DashboardController).
Resolving inheritance for "App\Controller\Admin\DashboardController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ExerciceController" (parent: .abstract.instanceof.App\Controller\Admin\ExerciceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ExerciceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ExerciceController).
Resolving inheritance for "App\Controller\Admin\ExerciceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ExerciceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\GroupePublicationCrudController" (parent: .abstract.instanceof.App\Controller\Admin\GroupePublicationCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\GroupePublicationCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\GroupePublicationCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\GroupePublicationCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\GroupePublicationCrudController).
Resolving inheritance for "App\Controller\Admin\GroupePublicationCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\GroupePublicationCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MaintenanceController" (parent: .abstract.instanceof.App\Controller\Admin\MaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MaintenanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MaintenanceController).
Resolving inheritance for "App\Controller\Admin\MaintenanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PrivilegesController" (parent: .abstract.instanceof.App\Controller\Admin\PrivilegesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PrivilegesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PrivilegesController).
Resolving inheritance for "App\Controller\Admin\PrivilegesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PrivilegesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PublicationCrudController" (parent: .abstract.instanceof.App\Controller\Admin\PublicationCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PublicationCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PublicationCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\PublicationCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PublicationCrudController).
Resolving inheritance for "App\Controller\Admin\PublicationCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\PublicationCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Securite\AutresRubriquesCrudController" (parent: .abstract.instanceof.App\Controller\Admin\Securite\AutresRubriquesCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Securite\AutresRubriquesCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Securite\AutresRubriquesCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\Securite\AutresRubriquesCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Securite\AutresRubriquesCrudController).
Resolving inheritance for "App\Controller\Admin\Securite\AutresRubriquesCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\Securite\AutresRubriquesCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Securite\OptionCrudController" (parent: .abstract.instanceof.App\Controller\Admin\Securite\OptionCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Securite\OptionCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Securite\OptionCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\Securite\OptionCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Securite\OptionCrudController).
Resolving inheritance for "App\Controller\Admin\Securite\OptionCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\Securite\OptionCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Securite\UserCrudController" (parent: .abstract.instanceof.App\Controller\Admin\Securite\UserCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Securite\UserCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Securite\UserCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\Securite\UserCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Securite\UserCrudController).
Resolving inheritance for "App\Controller\Admin\Securite\UserCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\Securite\UserCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\ApkVerController" (parent: .abstract.instanceof.App\Controller\Administration\ApkVerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\ApkVerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\ApkVerController).
Resolving inheritance for "App\Controller\Administration\ApkVerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\ApkVerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\CorrectionsController" (parent: .abstract.instanceof.App\Controller\Administration\CorrectionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\CorrectionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\CorrectionsController).
Resolving inheritance for "App\Controller\Administration\CorrectionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\CorrectionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\DemandeOperateurController" (parent: .abstract.instanceof.App\Controller\Administration\DemandeOperateurController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\DemandeOperateurController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\DemandeOperateurController).
Resolving inheritance for "App\Controller\Administration\DemandeOperateurController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\DemandeOperateurController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\DernierNumeroArbreController" (parent: .abstract.instanceof.App\Controller\Administration\DernierNumeroArbreController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\DernierNumeroArbreController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\DernierNumeroArbreController).
Resolving inheritance for "App\Controller\Administration\DernierNumeroArbreController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\DernierNumeroArbreController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\DocStatsGenController" (parent: .abstract.instanceof.App\Controller\Administration\DocStatsGenController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\DocStatsGenController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\DocStatsGenController).
Resolving inheritance for "App\Controller\Administration\DocStatsGenController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\DocStatsGenController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\GadgetController" (parent: .abstract.instanceof.App\Controller\Administration\GadgetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\GadgetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\GadgetController).
Resolving inheritance for "App\Controller\Administration\GadgetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\GadgetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\InventaireAgroForetController" (parent: .abstract.instanceof.App\Controller\Administration\InventaireAgroForetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\InventaireAgroForetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\InventaireAgroForetController).
Resolving inheritance for "App\Controller\Administration\InventaireAgroForetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\InventaireAgroForetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\InventaireForestierController" (parent: .abstract.instanceof.App\Controller\Administration\InventaireForestierController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\InventaireForestierController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\InventaireForestierController).
Resolving inheritance for "App\Controller\Administration\InventaireForestierController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\InventaireForestierController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\MessagerieController" (parent: .abstract.instanceof.App\Controller\Administration\MessagerieController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\MessagerieController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\MessagerieController).
Resolving inheritance for "App\Controller\Administration\MessagerieController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\MessagerieController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\MyGroupsController" (parent: .abstract.instanceof.App\Controller\Administration\MyGroupsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\MyGroupsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\MyGroupsController).
Resolving inheritance for "App\Controller\Administration\MyGroupsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\MyGroupsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\RegistrationMemberController" (parent: .abstract.instanceof.App\Controller\Administration\RegistrationMemberController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\RegistrationMemberController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\RegistrationMemberController).
Resolving inheritance for "App\Controller\Administration\RegistrationMemberController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\RegistrationMemberController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\StockDocController" (parent: .abstract.instanceof.App\Controller\Administration\StockDocController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\StockDocController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\StockDocController).
Resolving inheritance for "App\Controller\Administration\StockDocController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\StockDocController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\UtilisateurController" (parent: .abstract.instanceof.App\Controller\Administration\UtilisateurController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\UtilisateurController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\UtilisateurController).
Resolving inheritance for "App\Controller\Administration\UtilisateurController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\UtilisateurController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\ValidationAdhesionController" (parent: .abstract.instanceof.App\Controller\Administration\ValidationAdhesionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\ValidationAdhesionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\ValidationAdhesionController).
Resolving inheritance for "App\Controller\Administration\ValidationAdhesionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\ValidationAdhesionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\ValidationCircuit\ValidationCircuitController" (parent: .abstract.instanceof.App\Controller\Administration\ValidationCircuit\ValidationCircuitController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\ValidationCircuit\ValidationCircuitController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\ValidationCircuit\ValidationCircuitController).
Resolving inheritance for "App\Controller\Administration\ValidationCircuit\ValidationCircuitController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\ValidationCircuit\ValidationCircuitController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\ValidationCircuit\ValidationCircuitDemandeController" (parent: .abstract.instanceof.App\Controller\Administration\ValidationCircuit\ValidationCircuitDemandeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\ValidationCircuit\ValidationCircuitDemandeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\ValidationCircuit\ValidationCircuitDemandeController).
Resolving inheritance for "App\Controller\Administration\ValidationCircuit\ValidationCircuitDemandeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\ValidationCircuit\ValidationCircuitDemandeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\VerificationController" (parent: .abstract.instanceof.App\Controller\Administration\VerificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\VerificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\VerificationController).
Resolving inheritance for "App\Controller\Administration\VerificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\VerificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PaiementController" (parent: .abstract.instanceof.App\Controller\Api\PaiementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PaiementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PaiementController).
Resolving inheritance for "App\Controller\Api\PaiementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PaiementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ServiceSelectionController" (parent: .abstract.instanceof.App\Controller\Api\ServiceSelectionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ServiceSelectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ServiceSelectionController).
Resolving inheritance for "App\Controller\Api\ServiceSelectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ServiceSelectionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\TypeDemandeApiController" (parent: .abstract.instanceof.App\Controller\Api\TypeDemandeApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\TypeDemandeApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\TypeDemandeApiController).
Resolving inheritance for "App\Controller\Api\TypeDemandeApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\TypeDemandeApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\WebhookController" (parent: .abstract.instanceof.App\Controller\Api\WebhookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\WebhookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\WebhookController).
Resolving inheritance for "App\Controller\Api\WebhookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\WebhookController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Autorisation\AgreementExportController" (parent: .abstract.instanceof.App\Controller\Autorisation\AgreementExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Autorisation\AgreementExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Autorisation\AgreementExportController).
Resolving inheritance for "App\Controller\Autorisation\AgreementExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Autorisation\AgreementExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Autorisation\AgreementPsController" (parent: .abstract.instanceof.App\Controller\Autorisation\AgreementPsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Autorisation\AgreementPsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Autorisation\AgreementPsController).
Resolving inheritance for "App\Controller\Autorisation\AgreementPsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Autorisation\AgreementPsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Autorisation\AttributionController" (parent: .abstract.instanceof.App\Controller\Autorisation\AttributionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Autorisation\AttributionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Autorisation\AttributionController).
Resolving inheritance for "App\Controller\Autorisation\AttributionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Autorisation\AttributionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Autorisation\AttributionPvController" (parent: .abstract.instanceof.App\Controller\Autorisation\AttributionPvController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Autorisation\AttributionPvController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Autorisation\AttributionPvController).
Resolving inheritance for "App\Controller\Autorisation\AttributionPvController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Autorisation\AttributionPvController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Autorisation\AutorisationExportController" (parent: .abstract.instanceof.App\Controller\Autorisation\AutorisationExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Autorisation\AutorisationExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Autorisation\AutorisationExportController).
Resolving inheritance for "App\Controller\Autorisation\AutorisationExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Autorisation\AutorisationExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Autorisation\AutorisationPsController" (parent: .abstract.instanceof.App\Controller\Autorisation\AutorisationPsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Autorisation\AutorisationPsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Autorisation\AutorisationPsController).
Resolving inheritance for "App\Controller\Autorisation\AutorisationPsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Autorisation\AutorisationPsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Autorisation\AutorisationPvController" (parent: .abstract.instanceof.App\Controller\Autorisation\AutorisationPvController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Autorisation\AutorisationPvController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Autorisation\AutorisationPvController).
Resolving inheritance for "App\Controller\Autorisation\AutorisationPvController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Autorisation\AutorisationPvController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Autorisation\ContratBcbgfhController" (parent: .abstract.instanceof.App\Controller\Autorisation\ContratBcbgfhController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Autorisation\ContratBcbgfhController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Autorisation\ContratBcbgfhController).
Resolving inheritance for "App\Controller\Autorisation\ContratBcbgfhController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Autorisation\ContratBcbgfhController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Autorisation\RepriseController" (parent: .abstract.instanceof.App\Controller\Autorisation\RepriseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Autorisation\RepriseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Autorisation\RepriseController).
Resolving inheritance for "App\Controller\Autorisation\RepriseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Autorisation\RepriseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Autres\ContacterController" (parent: .abstract.instanceof.App\Controller\Autres\ContacterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Autres\ContacterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Autres\ContacterController).
Resolving inheritance for "App\Controller\Autres\ContacterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Autres\ContacterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Blog\AbonneController" (parent: .abstract.instanceof.App\Controller\Blog\AbonneController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Blog\AbonneController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Blog\AbonneController).
Resolving inheritance for "App\Controller\Blog\AbonneController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Blog\AbonneController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Blog\ArticleBlogController" (parent: .abstract.instanceof.App\Controller\Blog\ArticleBlogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Blog\ArticleBlogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Blog\ArticleBlogController).
Resolving inheritance for "App\Controller\Blog\ArticleBlogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Blog\ArticleBlogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Blog\CategorieController" (parent: .abstract.instanceof.App\Controller\Blog\CategorieController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Blog\CategorieController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Blog\CategorieController).
Resolving inheritance for "App\Controller\Blog\CategorieController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Blog\CategorieController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Blog\CommentController" (parent: .abstract.instanceof.App\Controller\Blog\CommentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Blog\CommentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Blog\CommentController).
Resolving inheritance for "App\Controller\Blog\CommentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Blog\CommentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Blog\HomeController" (parent: .abstract.instanceof.App\Controller\Blog\HomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Blog\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Blog\HomeController).
Resolving inheritance for "App\Controller\Blog\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Blog\HomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Blog\PageController" (parent: .abstract.instanceof.App\Controller\Blog\PageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Blog\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Blog\PageController).
Resolving inheritance for "App\Controller\Blog\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Blog\PageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Blog\PublicationController" (parent: .abstract.instanceof.App\Controller\Blog\PublicationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Blog\PublicationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Blog\PublicationController).
Resolving inheritance for "App\Controller\Blog\PublicationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Blog\PublicationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Carto\FunctionsController" (parent: .abstract.instanceof.App\Controller\Carto\FunctionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Carto\FunctionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Carto\FunctionsController).
Resolving inheritance for "App\Controller\Carto\FunctionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Carto\FunctionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Carto\ProjectionsController" (parent: .abstract.instanceof.App\Controller\Carto\ProjectionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Carto\ProjectionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Carto\ProjectionsController).
Resolving inheritance for "App\Controller\Carto\ProjectionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Carto\ProjectionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ChangeLangueController" (parent: .abstract.instanceof.App\Controller\ChangeLangueController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ChangeLangueController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ChangeLangueController).
Resolving inheritance for "App\Controller\ChangeLangueController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ChangeLangueController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CircuitValidationActesController" (parent: .abstract.instanceof.App\Controller\CircuitValidationActesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CircuitValidationActesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CircuitValidationActesController).
Resolving inheritance for "App\Controller\CircuitValidationActesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CircuitValidationActesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CouponAppController" (parent: .abstract.instanceof.App\Controller\CouponAppController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CouponAppController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CouponAppController).
Resolving inheritance for "App\Controller\CouponAppController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CouponAppController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CouponController" (parent: .abstract.instanceof.App\Controller\CouponController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CouponController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CouponController).
Resolving inheritance for "App\Controller\CouponController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CouponController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Coupon\CouponController" (parent: .abstract.instanceof.App\Controller\Coupon\CouponController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Coupon\CouponController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Coupon\CouponController).
Resolving inheritance for "App\Controller\Coupon\CouponController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Coupon\CouponController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DemandeAutorisation\DemandeAutorisationController" (parent: .abstract.instanceof.App\Controller\DemandeAutorisation\DemandeAutorisationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DemandeAutorisation\DemandeAutorisationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DemandeAutorisation\DemandeAutorisationController).
Resolving inheritance for "App\Controller\DemandeAutorisation\DemandeAutorisationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DemandeAutorisation\DemandeAutorisationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DemandeAutorisation\DocumentController" (parent: .abstract.instanceof.App\Controller\DemandeAutorisation\DocumentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DemandeAutorisation\DocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DemandeAutorisation\DocumentController).
Resolving inheritance for "App\Controller\DemandeAutorisation\DocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DemandeAutorisation\DocumentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DemandeAutorisation\NouvelleDemandeController" (parent: .abstract.instanceof.App\Controller\DemandeAutorisation\NouvelleDemandeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DemandeAutorisation\NouvelleDemandeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DemandeAutorisation\NouvelleDemandeController).
Resolving inheritance for "App\Controller\DemandeAutorisation\NouvelleDemandeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DemandeAutorisation\NouvelleDemandeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DemandeAutorisation\TypeDemandeController" (parent: .abstract.instanceof.App\Controller\DemandeAutorisation\TypeDemandeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DemandeAutorisation\TypeDemandeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DemandeAutorisation\TypeDemandeController).
Resolving inheritance for "App\Controller\DemandeAutorisation\TypeDemandeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DemandeAutorisation\TypeDemandeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DemandeAutorisation\TypeDocumentController" (parent: .abstract.instanceof.App\Controller\DemandeAutorisation\TypeDocumentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DemandeAutorisation\TypeDocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DemandeAutorisation\TypeDocumentController).
Resolving inheritance for "App\Controller\DemandeAutorisation\TypeDocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DemandeAutorisation\TypeDocumentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DemandeAutorisation\TypeDocumentController_" (parent: .abstract.instanceof.App\Controller\DemandeAutorisation\TypeDocumentController_).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DemandeAutorisation\TypeDocumentController_" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DemandeAutorisation\TypeDocumentController_).
Resolving inheritance for "App\Controller\DemandeAutorisation\TypeDocumentController_" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DemandeAutorisation\TypeDocumentController_).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DemandeAutorisation\ValidationDemandeAutorisationController" (parent: .abstract.instanceof.App\Controller\DemandeAutorisation\ValidationDemandeAutorisationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DemandeAutorisation\ValidationDemandeAutorisationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DemandeAutorisation\ValidationDemandeAutorisationController).
Resolving inheritance for "App\Controller\DemandeAutorisation\ValidationDemandeAutorisationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DemandeAutorisation\ValidationDemandeAutorisationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DiffusionController" (parent: .abstract.instanceof.App\Controller\DiffusionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DiffusionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DiffusionController).
Resolving inheritance for "App\Controller\DiffusionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DiffusionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocStats\Entetes\DocumentApiController" (parent: .abstract.instanceof.App\Controller\DocStats\Entetes\DocumentApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocStats\Entetes\DocumentApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocStats\Entetes\DocumentApiController).
Resolving inheritance for "App\Controller\DocStats\Entetes\DocumentApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocStats\Entetes\DocumentApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocStats\Entetes\DocumentbcbgfhController" (parent: .abstract.instanceof.App\Controller\DocStats\Entetes\DocumentbcbgfhController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocStats\Entetes\DocumentbcbgfhController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocStats\Entetes\DocumentbcbgfhController).
Resolving inheritance for "App\Controller\DocStats\Entetes\DocumentbcbgfhController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocStats\Entetes\DocumentbcbgfhController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocStats\Entetes\DocumentbcbpController" (parent: .abstract.instanceof.App\Controller\DocStats\Entetes\DocumentbcbpController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocStats\Entetes\DocumentbcbpController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocStats\Entetes\DocumentbcbpController).
Resolving inheritance for "App\Controller\DocStats\Entetes\DocumentbcbpController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocStats\Entetes\DocumentbcbpController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocStats\Entetes\DocumentbrepfController" (parent: .abstract.instanceof.App\Controller\DocStats\Entetes\DocumentbrepfController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocStats\Entetes\DocumentbrepfController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocStats\Entetes\DocumentbrepfController).
Resolving inheritance for "App\Controller\DocStats\Entetes\DocumentbrepfController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocStats\Entetes\DocumentbrepfController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocStats\Entetes\DocumentbrhController" (parent: .abstract.instanceof.App\Controller\DocStats\Entetes\DocumentbrhController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocStats\Entetes\DocumentbrhController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocStats\Entetes\DocumentbrhController).
Resolving inheritance for "App\Controller\DocStats\Entetes\DocumentbrhController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocStats\Entetes\DocumentbrhController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocStats\Entetes\DocumentbtguController" (parent: .abstract.instanceof.App\Controller\DocStats\Entetes\DocumentbtguController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocStats\Entetes\DocumentbtguController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocStats\Entetes\DocumentbtguController).
Resolving inheritance for "App\Controller\DocStats\Entetes\DocumentbtguController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocStats\Entetes\DocumentbtguController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocStats\Entetes\DocumentbthController" (parent: .abstract.instanceof.App\Controller\DocStats\Entetes\DocumentbthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocStats\Entetes\DocumentbthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocStats\Entetes\DocumentbthController).
Resolving inheritance for "App\Controller\DocStats\Entetes\DocumentbthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocStats\Entetes\DocumentbthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocStats\Entetes\DocumentcpController" (parent: .abstract.instanceof.App\Controller\DocStats\Entetes\DocumentcpController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocStats\Entetes\DocumentcpController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocStats\Entetes\DocumentcpController).
Resolving inheritance for "App\Controller\DocStats\Entetes\DocumentcpController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocStats\Entetes\DocumentcpController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocStats\Entetes\DocumentetatbController" (parent: .abstract.instanceof.App\Controller\DocStats\Entetes\DocumentetatbController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocStats\Entetes\DocumentetatbController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocStats\Entetes\DocumentetatbController).
Resolving inheritance for "App\Controller\DocStats\Entetes\DocumentetatbController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocStats\Entetes\DocumentetatbController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocStats\Entetes\DocumentljeController" (parent: .abstract.instanceof.App\Controller\DocStats\Entetes\DocumentljeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocStats\Entetes\DocumentljeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocStats\Entetes\DocumentljeController).
Resolving inheritance for "App\Controller\DocStats\Entetes\DocumentljeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocStats\Entetes\DocumentljeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocStats\Entetes\GenerationController" (parent: .abstract.instanceof.App\Controller\DocStats\Entetes\GenerationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocStats\Entetes\GenerationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocStats\Entetes\GenerationController).
Resolving inheritance for "App\Controller\DocStats\Entetes\GenerationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocStats\Entetes\GenerationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocStats\ImportSodeforController" (parent: .abstract.instanceof.App\Controller\DocStats\ImportSodeforController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocStats\ImportSodeforController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocStats\ImportSodeforController).
Resolving inheritance for "App\Controller\DocStats\ImportSodeforController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocStats\ImportSodeforController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocumentationOperateurAdminController" (parent: .abstract.instanceof.App\Controller\DocumentationOperateurAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocumentationOperateurAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocumentationOperateurAdminController).
Resolving inheritance for "App\Controller\DocumentationOperateurAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocumentationOperateurAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DynamicQueryController" (parent: .abstract.instanceof.App\Controller\DynamicQueryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DynamicQueryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DynamicQueryController).
Resolving inheritance for "App\Controller\DynamicQueryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DynamicQueryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExploitantController" (parent: .abstract.instanceof.App\Controller\ExploitantController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExploitantController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExploitantController).
Resolving inheritance for "App\Controller\ExploitantController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExploitantController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupeController" (parent: .abstract.instanceof.App\Controller\GroupeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupeController).
Resolving inheritance for "App\Controller\GroupeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Helper\MediaController" (parent: .abstract.instanceof.App\Controller\Helper\MediaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Helper\MediaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Helper\MediaController).
Resolving inheritance for "App\Controller\Helper\MediaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Helper\MediaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InformationsPubliquesController" (parent: .abstract.instanceof.App\Controller\InformationsPubliquesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InformationsPubliquesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InformationsPubliquesController).
Resolving inheritance for "App\Controller\InformationsPubliquesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InformationsPubliquesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LanguesController" (parent: .abstract.instanceof.App\Controller\LanguesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LanguesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LanguesController).
Resolving inheritance for "App\Controller\LanguesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LanguesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MailController" (parent: .abstract.instanceof.App\Controller\MailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MailController).
Resolving inheritance for "App\Controller\MailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NoPermissionUserActiveController" (parent: .abstract.instanceof.App\Controller\NoPermissionUserActiveController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NoPermissionUserActiveController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NoPermissionUserActiveController).
Resolving inheritance for "App\Controller\NoPermissionUserActiveController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NoPermissionUserActiveController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Observateur\PublicationRapportController" (parent: .abstract.instanceof.App\Controller\Observateur\PublicationRapportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Observateur\PublicationRapportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Observateur\PublicationRapportController).
Resolving inheritance for "App\Controller\Observateur\PublicationRapportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Observateur\PublicationRapportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Observateur\TicketController" (parent: .abstract.instanceof.App\Controller\Observateur\TicketController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Observateur\TicketController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Observateur\TicketController).
Resolving inheritance for "App\Controller\Observateur\TicketController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Observateur\TicketController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OuvertureController" (parent: .abstract.instanceof.App\Controller\OuvertureController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OuvertureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OuvertureController).
Resolving inheritance for "App\Controller\OuvertureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OuvertureController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Paiement\ApiController" (parent: .abstract.instanceof.App\Controller\Paiement\ApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Paiement\ApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Paiement\ApiController).
Resolving inheritance for "App\Controller\Paiement\ApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Paiement\ApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Paiement\CatalogueServicesController" (parent: .abstract.instanceof.App\Controller\Paiement\CatalogueServicesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Paiement\CatalogueServicesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Paiement\CatalogueServicesController).
Resolving inheritance for "App\Controller\Paiement\CatalogueServicesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Paiement\CatalogueServicesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Paiement\PaiementWorkflowController" (parent: .abstract.instanceof.App\Controller\Paiement\PaiementWorkflowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Paiement\PaiementWorkflowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Paiement\PaiementWorkflowController).
Resolving inheritance for "App\Controller\Paiement\PaiementWorkflowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Paiement\PaiementWorkflowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PointSituationController" (parent: .abstract.instanceof.App\Controller\PointSituationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PointSituationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PointSituationController).
Resolving inheritance for "App\Controller\PointSituationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PointSituationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PortailController" (parent: .abstract.instanceof.App\Controller\PortailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PortailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PortailController).
Resolving inheritance for "App\Controller\PortailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PortailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PublicationOiController" (parent: .abstract.instanceof.App\Controller\PublicationOiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PublicationOiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PublicationOiController).
Resolving inheritance for "App\Controller\PublicationOiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PublicationOiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\AbresAbattuController" (parent: .abstract.instanceof.App\Controller\References\AbresAbattuController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\AbresAbattuController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\AbresAbattuController).
Resolving inheritance for "App\Controller\References\AbresAbattuController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\AbresAbattuController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\AttributairePsController" (parent: .abstract.instanceof.App\Controller\References\AttributairePsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\AttributairePsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\AttributairePsController).
Resolving inheritance for "App\Controller\References\AttributairePsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\AttributairePsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\CantonnementController" (parent: .abstract.instanceof.App\Controller\References\CantonnementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\CantonnementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\CantonnementController).
Resolving inheritance for "App\Controller\References\CantonnementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\CantonnementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\CaroiController" (parent: .abstract.instanceof.App\Controller\References\CaroiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\CaroiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\CaroiController).
Resolving inheritance for "App\Controller\References\CaroiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\CaroiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\CommercantController" (parent: .abstract.instanceof.App\Controller\References\CommercantController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\CommercantController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\CommercantController).
Resolving inheritance for "App\Controller\References\CommercantController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\CommercantController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\DcgController" (parent: .abstract.instanceof.App\Controller\References\DcgController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\DcgController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\DcgController).
Resolving inheritance for "App\Controller\References\DcgController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\DcgController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\DdefController" (parent: .abstract.instanceof.App\Controller\References\DdefController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\DdefController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\DdefController).
Resolving inheritance for "App\Controller\References\DdefController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\DdefController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\DemandeAutorisation\TypeDemandeController" (parent: .abstract.instanceof.App\Controller\References\DemandeAutorisation\TypeDemandeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\DemandeAutorisation\TypeDemandeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\DemandeAutorisation\TypeDemandeController).
Resolving inheritance for "App\Controller\References\DemandeAutorisation\TypeDemandeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\DemandeAutorisation\TypeDemandeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\DemandeAutorisation\TypePaiementController" (parent: .abstract.instanceof.App\Controller\References\DemandeAutorisation\TypePaiementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\DemandeAutorisation\TypePaiementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\DemandeAutorisation\TypePaiementController).
Resolving inheritance for "App\Controller\References\DemandeAutorisation\TypePaiementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\DemandeAutorisation\TypePaiementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\DemandeAutorisation\TypesDemandeurController" (parent: .abstract.instanceof.App\Controller\References\DemandeAutorisation\TypesDemandeurController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\DemandeAutorisation\TypesDemandeurController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\DemandeAutorisation\TypesDemandeurController).
Resolving inheritance for "App\Controller\References\DemandeAutorisation\TypesDemandeurController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\DemandeAutorisation\TypesDemandeurController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\DemandeAutorisation\TypesDocumentController" (parent: .abstract.instanceof.App\Controller\References\DemandeAutorisation\TypesDocumentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\DemandeAutorisation\TypesDocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\DemandeAutorisation\TypesDocumentController).
Resolving inheritance for "App\Controller\References\DemandeAutorisation\TypesDocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\DemandeAutorisation\TypesDocumentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\DemandeAutorisation\TypesServiceController" (parent: .abstract.instanceof.App\Controller\References\DemandeAutorisation\TypesServiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\DemandeAutorisation\TypesServiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\DemandeAutorisation\TypesServiceController).
Resolving inheritance for "App\Controller\References\DemandeAutorisation\TypesServiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\DemandeAutorisation\TypesServiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\DirectionController" (parent: .abstract.instanceof.App\Controller\References\DirectionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\DirectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\DirectionController).
Resolving inheritance for "App\Controller\References\DirectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\DirectionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\DocumentOperateurController" (parent: .abstract.instanceof.App\Controller\References\DocumentOperateurController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\DocumentOperateurController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\DocumentOperateurController).
Resolving inheritance for "App\Controller\References\DocumentOperateurController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\DocumentOperateurController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\DrController" (parent: .abstract.instanceof.App\Controller\References\DrController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\DrController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\DrController).
Resolving inheritance for "App\Controller\References\DrController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\DrController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\EssenceController" (parent: .abstract.instanceof.App\Controller\References\EssenceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\EssenceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\EssenceController).
Resolving inheritance for "App\Controller\References\EssenceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\EssenceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\ExploitantController" (parent: .abstract.instanceof.App\Controller\References\ExploitantController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\ExploitantController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\ExploitantController).
Resolving inheritance for "App\Controller\References\ExploitantController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\ExploitantController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\ExportateurController" (parent: .abstract.instanceof.App\Controller\References\ExportateurController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\ExportateurController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\ExportateurController).
Resolving inheritance for "App\Controller\References\ExportateurController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\ExportateurController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\ForetController" (parent: .abstract.instanceof.App\Controller\References\ForetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\ForetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\ForetController).
Resolving inheritance for "App\Controller\References\ForetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\ForetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\GenericReferenceController" (parent: .abstract.instanceof.App\Controller\References\GenericReferenceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\GenericReferenceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\GenericReferenceController).
Resolving inheritance for "App\Controller\References\GenericReferenceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\GenericReferenceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\GrilleLegaliteController" (parent: .abstract.instanceof.App\Controller\References\GrilleLegaliteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\GrilleLegaliteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\GrilleLegaliteController).
Resolving inheritance for "App\Controller\References\GrilleLegaliteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\GrilleLegaliteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\ImprimeurController" (parent: .abstract.instanceof.App\Controller\References\ImprimeurController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\ImprimeurController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\ImprimeurController).
Resolving inheritance for "App\Controller\References\ImprimeurController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\ImprimeurController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\ModeleCommunicationController" (parent: .abstract.instanceof.App\Controller\References\ModeleCommunicationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\ModeleCommunicationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\ModeleCommunicationController).
Resolving inheritance for "App\Controller\References\ModeleCommunicationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\ModeleCommunicationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\NationnaliteController" (parent: .abstract.instanceof.App\Controller\References\NationnaliteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\NationnaliteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\NationnaliteController).
Resolving inheritance for "App\Controller\References\NationnaliteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\NationnaliteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\NaturePsController" (parent: .abstract.instanceof.App\Controller\References\NaturePsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\NaturePsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\NaturePsController).
Resolving inheritance for "App\Controller\References\NaturePsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\NaturePsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\OiController" (parent: .abstract.instanceof.App\Controller\References\OiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\OiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\OiController).
Resolving inheritance for "App\Controller\References\OiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\OiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\Pdt2TransfoController" (parent: .abstract.instanceof.App\Controller\References\Pdt2TransfoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\Pdt2TransfoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\Pdt2TransfoController).
Resolving inheritance for "App\Controller\References\Pdt2TransfoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\Pdt2TransfoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\PosteForestierController" (parent: .abstract.instanceof.App\Controller\References\PosteForestierController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\PosteForestierController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\PosteForestierController).
Resolving inheritance for "App\Controller\References\PosteForestierController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\PosteForestierController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\ServiceMinefController" (parent: .abstract.instanceof.App\Controller\References\ServiceMinefController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\ServiceMinefController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\ServiceMinefController).
Resolving inheritance for "App\Controller\References\ServiceMinefController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\ServiceMinefController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\SousPrefectureController" (parent: .abstract.instanceof.App\Controller\References\SousPrefectureController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\SousPrefectureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\SousPrefectureController).
Resolving inheritance for "App\Controller\References\SousPrefectureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\SousPrefectureController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\TypeAutorisationController" (parent: .abstract.instanceof.App\Controller\References\TypeAutorisationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\TypeAutorisationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\TypeAutorisationController).
Resolving inheritance for "App\Controller\References\TypeAutorisationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\TypeAutorisationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\TypeDiffusionController" (parent: .abstract.instanceof.App\Controller\References\TypeDiffusionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\TypeDiffusionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\TypeDiffusionController).
Resolving inheritance for "App\Controller\References\TypeDiffusionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\TypeDiffusionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\TypeDocumentStatistiqueController" (parent: .abstract.instanceof.App\Controller\References\TypeDocumentStatistiqueController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\TypeDocumentStatistiqueController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\TypeDocumentStatistiqueController).
Resolving inheritance for "App\Controller\References\TypeDocumentStatistiqueController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\TypeDocumentStatistiqueController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\UgfController" (parent: .abstract.instanceof.App\Controller\References\UgfController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\UgfController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\UgfController).
Resolving inheritance for "App\Controller\References\UgfController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\UgfController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\UsineController" (parent: .abstract.instanceof.App\Controller\References\UsineController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\UsineController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\UsineController).
Resolving inheritance for "App\Controller\References\UsineController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\UsineController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\ZoneHemispheriqueController" (parent: .abstract.instanceof.App\Controller\References\ZoneHemispheriqueController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\ZoneHemispheriqueController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\ZoneHemispheriqueController).
Resolving inheritance for "App\Controller\References\ZoneHemispheriqueController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\ZoneHemispheriqueController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController" (parent: .abstract.instanceof.App\Controller\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController).
Resolving inheritance for "App\Controller\RegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReglementtationExploitantController" (parent: .abstract.instanceof.App\Controller\ReglementtationExploitantController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReglementtationExploitantController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReglementtationExploitantController).
Resolving inheritance for "App\Controller\ReglementtationExploitantController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReglementtationExploitantController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RepriseController" (parent: .abstract.instanceof.App\Controller\RepriseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RepriseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RepriseController).
Resolving inheritance for "App\Controller\RepriseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RepriseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\InfosBilleController" (parent: .abstract.instanceof.App\Controller\Requetes\InfosBilleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\InfosBilleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\InfosBilleController).
Resolving inheritance for "App\Controller\Requetes\InfosBilleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\InfosBilleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\InfosColisController" (parent: .abstract.instanceof.App\Controller\Requetes\InfosColisController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\InfosColisController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\InfosColisController).
Resolving inheritance for "App\Controller\Requetes\InfosColisController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\InfosColisController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\ListeAutorisationController" (parent: .abstract.instanceof.App\Controller\Requetes\ListeAutorisationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\ListeAutorisationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\ListeAutorisationController).
Resolving inheritance for "App\Controller\Requetes\ListeAutorisationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\ListeAutorisationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\MenuRequetesController" (parent: .abstract.instanceof.App\Controller\Requetes\MenuRequetesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\MenuRequetesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\MenuRequetesController).
Resolving inheritance for "App\Controller\Requetes\MenuRequetesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\MenuRequetesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\RebusController" (parent: .abstract.instanceof.App\Controller\Requetes\RebusController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\RebusController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\RebusController).
Resolving inheritance for "App\Controller\Requetes\RebusController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\RebusController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\ResidusProdController" (parent: .abstract.instanceof.App\Controller\Requetes\ResidusProdController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\ResidusProdController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\ResidusProdController).
Resolving inheritance for "App\Controller\Requetes\ResidusProdController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\ResidusProdController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\SuiviSaisieController" (parent: .abstract.instanceof.App\Controller\Requetes\SuiviSaisieController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\SuiviSaisieController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\SuiviSaisieController).
Resolving inheritance for "App\Controller\Requetes\SuiviSaisieController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\SuiviSaisieController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\industrie\ReqColis" (parent: .abstract.instanceof.App\Controller\Requetes\industrie\ReqColis).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\industrie\ReqColis" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\industrie\ReqColis).
Resolving inheritance for "App\Controller\Requetes\industrie\ReqColis" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\industrie\ReqColis).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\sousRequetes\ReqBillesTrasportees" (parent: .abstract.instanceof.App\Controller\Requetes\sousRequetes\ReqBillesTrasportees).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\sousRequetes\ReqBillesTrasportees" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\sousRequetes\ReqBillesTrasportees).
Resolving inheritance for "App\Controller\Requetes\sousRequetes\ReqBillesTrasportees" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\sousRequetes\ReqBillesTrasportees).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\sousRequetes\ReqChargements" (parent: .abstract.instanceof.App\Controller\Requetes\sousRequetes\ReqChargements).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\sousRequetes\ReqChargements" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\sousRequetes\ReqChargements).
Resolving inheritance for "App\Controller\Requetes\sousRequetes\ReqChargements" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\sousRequetes\ReqChargements).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\sousRequetes\ReqCubageExploiteController" (parent: .abstract.instanceof.App\Controller\Requetes\sousRequetes\ReqCubageExploiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\sousRequetes\ReqCubageExploiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\sousRequetes\ReqCubageExploiteController).
Resolving inheritance for "App\Controller\Requetes\sousRequetes\ReqCubageExploiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\sousRequetes\ReqCubageExploiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\sousRequetes\ReqCubageExploiteEssenceController" (parent: .abstract.instanceof.App\Controller\Requetes\sousRequetes\ReqCubageExploiteEssenceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\sousRequetes\ReqCubageExploiteEssenceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\sousRequetes\ReqCubageExploiteEssenceController).
Resolving inheritance for "App\Controller\Requetes\sousRequetes\ReqCubageExploiteEssenceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\sousRequetes\ReqCubageExploiteEssenceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\sousRequetes\ReqDocsDelivres" (parent: .abstract.instanceof.App\Controller\Requetes\sousRequetes\ReqDocsDelivres).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\sousRequetes\ReqDocsDelivres" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\sousRequetes\ReqDocsDelivres).
Resolving inheritance for "App\Controller\Requetes\sousRequetes\ReqDocsDelivres" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\sousRequetes\ReqDocsDelivres).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\sousRequetes\ReqListeArbresForetController" (parent: .abstract.instanceof.App\Controller\Requetes\sousRequetes\ReqListeArbresForetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\sousRequetes\ReqListeArbresForetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\sousRequetes\ReqListeArbresForetController).
Resolving inheritance for "App\Controller\Requetes\sousRequetes\ReqListeArbresForetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\sousRequetes\ReqListeArbresForetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\sousRequetes\ReqNumeroFeuilletDocController" (parent: .abstract.instanceof.App\Controller\Requetes\sousRequetes\ReqNumeroFeuilletDocController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\sousRequetes\ReqNumeroFeuilletDocController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\sousRequetes\ReqNumeroFeuilletDocController).
Resolving inheritance for "App\Controller\Requetes\sousRequetes\ReqNumeroFeuilletDocController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\sousRequetes\ReqNumeroFeuilletDocController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\sousRequetes\ReqQuota" (parent: .abstract.instanceof.App\Controller\Requetes\sousRequetes\ReqQuota).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\sousRequetes\ReqQuota" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\sousRequetes\ReqQuota).
Resolving inheritance for "App\Controller\Requetes\sousRequetes\ReqQuota" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\sousRequetes\ReqQuota).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\sousRequetes\ReqQuotaTransferableController" (parent: .abstract.instanceof.App\Controller\Requetes\sousRequetes\ReqQuotaTransferableController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\sousRequetes\ReqQuotaTransferableController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\sousRequetes\ReqQuotaTransferableController).
Resolving inheritance for "App\Controller\Requetes\sousRequetes\ReqQuotaTransferableController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\sousRequetes\ReqQuotaTransferableController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\sousRequetes\ReqSousDiametresController" (parent: .abstract.instanceof.App\Controller\Requetes\sousRequetes\ReqSousDiametresController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\sousRequetes\ReqSousDiametresController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\sousRequetes\ReqSousDiametresController).
Resolving inheritance for "App\Controller\Requetes\sousRequetes\ReqSousDiametresController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\sousRequetes\ReqSousDiametresController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\sousRequetes\ReqStatsMensuelles" (parent: .abstract.instanceof.App\Controller\Requetes\sousRequetes\ReqStatsMensuelles).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\sousRequetes\ReqStatsMensuelles" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\sousRequetes\ReqStatsMensuelles).
Resolving inheritance for "App\Controller\Requetes\sousRequetes\ReqStatsMensuelles" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\sousRequetes\ReqStatsMensuelles).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResetPasswordController" (parent: .abstract.instanceof.App\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResetPasswordController).
Resolving inheritance for "App\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController).
Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SituationSnvltController" (parent: .abstract.instanceof.App\Controller\SituationSnvltController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SituationSnvltController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SituationSnvltController).
Resolving inheritance for "App\Controller\SituationSnvltController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SituationSnvltController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SpacialDataLayerController" (parent: .abstract.instanceof.App\Controller\SpacialDataLayerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SpacialDataLayerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SpacialDataLayerController).
Resolving inheritance for "App\Controller\SpacialDataLayerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SpacialDataLayerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TdbAdminController" (parent: .abstract.instanceof.App\Controller\TdbAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TdbAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TdbAdminController).
Resolving inheritance for "App\Controller\TdbAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TdbAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestController" (parent: .abstract.instanceof.App\Controller\TestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestController).
Resolving inheritance for "App\Controller\TestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestMailController" (parent: .abstract.instanceof.App\Controller\TestMailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestMailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestMailController).
Resolving inheritance for "App\Controller\TestMailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestMailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transformation\BillonController" (parent: .abstract.instanceof.App\Controller\Transformation\BillonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transformation\BillonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transformation\BillonController).
Resolving inheritance for "App\Controller\Transformation\BillonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transformation\BillonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transformation\ColisController" (parent: .abstract.instanceof.App\Controller\Transformation\ColisController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transformation\ColisController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transformation\ColisController).
Resolving inheritance for "App\Controller\Transformation\ColisController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transformation\ColisController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transformation\ContratController" (parent: .abstract.instanceof.App\Controller\Transformation\ContratController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transformation\ContratController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transformation\ContratController).
Resolving inheritance for "App\Controller\Transformation\ContratController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transformation\ContratController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transformation\CouponAppController" (parent: .abstract.instanceof.App\Controller\Transformation\CouponAppController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transformation\CouponAppController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transformation\CouponAppController).
Resolving inheritance for "App\Controller\Transformation\CouponAppController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transformation\CouponAppController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transformation\FicheJourTransfoController" (parent: .abstract.instanceof.App\Controller\Transformation\FicheJourTransfoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transformation\FicheJourTransfoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transformation\FicheJourTransfoController).
Resolving inheritance for "App\Controller\Transformation\FicheJourTransfoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transformation\FicheJourTransfoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transformation\FicheProductionController" (parent: .abstract.instanceof.App\Controller\Transformation\FicheProductionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transformation\FicheProductionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transformation\FicheProductionController).
Resolving inheritance for "App\Controller\Transformation\FicheProductionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transformation\FicheProductionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transformation\SecondTransfoController" (parent: .abstract.instanceof.App\Controller\Transformation\SecondTransfoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transformation\SecondTransfoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transformation\SecondTransfoController).
Resolving inheritance for "App\Controller\Transformation\SecondTransfoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transformation\SecondTransfoController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\AdminSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\AdminSubscriber).
Resolving inheritance for "App\EventSubscriber\AdminSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\AdminSubscriber).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.App\EventSubscriber\EntitySubscriber" (parent: .abstract.instanceof.App\EventSubscriber\EntitySubscriber).
Resolving inheritance for "App\EventSubscriber\EntitySubscriber" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.App\EventSubscriber\EntitySubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LocaleSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\LocaleSubscriber).
Resolving inheritance for "App\EventSubscriber\LocaleSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LocaleSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserLocaleSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\UserLocaleSubscriber).
Resolving inheritance for "App\EventSubscriber\UserLocaleSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserLocaleSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Coupon\CouponType" (parent: .abstract.instanceof.App\Form\Admin\Coupon\CouponType).
Resolving inheritance for "App\Form\Admin\Coupon\CouponType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Coupon\CouponType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Administration\ApkVerType" (parent: .abstract.instanceof.App\Form\Administration\ApkVerType).
Resolving inheritance for "App\Form\Administration\ApkVerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Administration\ApkVerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Administration\DemandeOperateurType" (parent: .abstract.instanceof.App\Form\Administration\DemandeOperateurType).
Resolving inheritance for "App\Form\Administration\DemandeOperateurType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Administration\DemandeOperateurType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Administration\FicheInvType" (parent: .abstract.instanceof.App\Form\Administration\FicheInvType).
Resolving inheritance for "App\Form\Administration\FicheInvType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Administration\FicheInvType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Administration\FicheProspectionFcType" (parent: .abstract.instanceof.App\Form\Administration\FicheProspectionFcType).
Resolving inheritance for "App\Form\Administration\FicheProspectionFcType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Administration\FicheProspectionFcType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Administration\FicheProspectionType" (parent: .abstract.instanceof.App\Form\Administration\FicheProspectionType).
Resolving inheritance for "App\Form\Administration\FicheProspectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Administration\FicheProspectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Administration\GadgetType" (parent: .abstract.instanceof.App\Form\Administration\GadgetType).
Resolving inheritance for "App\Form\Administration\GadgetType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Administration\GadgetType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Administration\MyGroupsType" (parent: .abstract.instanceof.App\Form\Administration\MyGroupsType).
Resolving inheritance for "App\Form\Administration\MyGroupsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Administration\MyGroupsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Administration\ProfileFormType" (parent: .abstract.instanceof.App\Form\Administration\ProfileFormType).
Resolving inheritance for "App\Form\Administration\ProfileFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Administration\ProfileFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Administration\RegisterMemberFormType" (parent: .abstract.instanceof.App\Form\Administration\RegisterMemberFormType).
Resolving inheritance for "App\Form\Administration\RegisterMemberFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Administration\RegisterMemberFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Administration\StockDocType" (parent: .abstract.instanceof.App\Form\Administration\StockDocType).
Resolving inheritance for "App\Form\Administration\StockDocType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Administration\StockDocType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Administration\UtilisateurFormType" (parent: .abstract.instanceof.App\Form\Administration\UtilisateurFormType).
Resolving inheritance for "App\Form\Administration\UtilisateurFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Administration\UtilisateurFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Administration\ValidationDemandeType" (parent: .abstract.instanceof.App\Form\Administration\ValidationDemandeType).
Resolving inheritance for "App\Form\Administration\ValidationDemandeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Administration\ValidationDemandeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Autorisation\AgreementExportateurType" (parent: .abstract.instanceof.App\Form\Autorisation\AgreementExportateurType).
Resolving inheritance for "App\Form\Autorisation\AgreementExportateurType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Autorisation\AgreementExportateurType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Autorisation\AgreementPsType" (parent: .abstract.instanceof.App\Form\Autorisation\AgreementPsType).
Resolving inheritance for "App\Form\Autorisation\AgreementPsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Autorisation\AgreementPsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Autorisation\AttributionPvType" (parent: .abstract.instanceof.App\Form\Autorisation\AttributionPvType).
Resolving inheritance for "App\Form\Autorisation\AttributionPvType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Autorisation\AttributionPvType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Autorisation\AttributionType" (parent: .abstract.instanceof.App\Form\Autorisation\AttributionType).
Resolving inheritance for "App\Form\Autorisation\AttributionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Autorisation\AttributionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Autorisation\AutorisationExportateurType" (parent: .abstract.instanceof.App\Form\Autorisation\AutorisationExportateurType).
Resolving inheritance for "App\Form\Autorisation\AutorisationExportateurType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Autorisation\AutorisationExportateurType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Autorisation\AutorisationPsType" (parent: .abstract.instanceof.App\Form\Autorisation\AutorisationPsType).
Resolving inheritance for "App\Form\Autorisation\AutorisationPsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Autorisation\AutorisationPsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Autorisation\AutorisationPvType" (parent: .abstract.instanceof.App\Form\Autorisation\AutorisationPvType).
Resolving inheritance for "App\Form\Autorisation\AutorisationPvType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Autorisation\AutorisationPvType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Autorisation\ContratBcbgfhType" (parent: .abstract.instanceof.App\Form\Autorisation\ContratBcbgfhType).
Resolving inheritance for "App\Form\Autorisation\ContratBcbgfhType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Autorisation\ContratBcbgfhType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Autorisation\RepriseType" (parent: .abstract.instanceof.App\Form\Autorisation\RepriseType).
Resolving inheritance for "App\Form\Autorisation\RepriseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Autorisation\RepriseType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Autres\ContacterFormType" (parent: .abstract.instanceof.App\Form\Autres\ContacterFormType).
Resolving inheritance for "App\Form\Autres\ContacterFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Autres\ContacterFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Blog\AbonneFormType" (parent: .abstract.instanceof.App\Form\Blog\AbonneFormType).
Resolving inheritance for "App\Form\Blog\AbonneFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Blog\AbonneFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Blog\AbonneType" (parent: .abstract.instanceof.App\Form\Blog\AbonneType).
Resolving inheritance for "App\Form\Blog\AbonneType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Blog\AbonneType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Blog\CommentType" (parent: .abstract.instanceof.App\Form\Blog\CommentType).
Resolving inheritance for "App\Form\Blog\CommentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Blog\CommentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Blog\PublicationFichiersType" (parent: .abstract.instanceof.App\Form\Blog\PublicationFichiersType).
Resolving inheritance for "App\Form\Blog\PublicationFichiersType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Blog\PublicationFichiersType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Blog\PublicationType" (parent: .abstract.instanceof.App\Form\Blog\PublicationType).
Resolving inheritance for "App\Form\Blog\PublicationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Blog\PublicationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType" (parent: .abstract.instanceof.App\Form\ChangePasswordFormType).
Resolving inheritance for "App\Form\ChangePasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DiffusionType" (parent: .abstract.instanceof.App\Form\DiffusionType).
Resolving inheritance for "App\Form\DiffusionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DiffusionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DocStats\Pages\PagebcbgfhType" (parent: .abstract.instanceof.App\Form\DocStats\Pages\PagebcbgfhType).
Resolving inheritance for "App\Form\DocStats\Pages\PagebcbgfhType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DocStats\Pages\PagebcbgfhType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DocStats\Pages\PagebcbpType" (parent: .abstract.instanceof.App\Form\DocStats\Pages\PagebcbpType).
Resolving inheritance for "App\Form\DocStats\Pages\PagebcbpType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DocStats\Pages\PagebcbpType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DocStats\Pages\PagebrhType" (parent: .abstract.instanceof.App\Form\DocStats\Pages\PagebrhType).
Resolving inheritance for "App\Form\DocStats\Pages\PagebrhType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DocStats\Pages\PagebrhType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupeTestType" (parent: .abstract.instanceof.App\Form\GroupeTestType).
Resolving inheritance for "App\Form\GroupeTestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupeTestType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupeType" (parent: .abstract.instanceof.App\Form\GroupeType).
Resolving inheritance for "App\Form\GroupeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Helper\MadiatechType" (parent: .abstract.instanceof.App\Form\Helper\MadiatechType).
Resolving inheritance for "App\Form\Helper\MadiatechType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Helper\MadiatechType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Observateur\AnalyseRapportAdminType" (parent: .abstract.instanceof.App\Form\Observateur\AnalyseRapportAdminType).
Resolving inheritance for "App\Form\Observateur\AnalyseRapportAdminType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Observateur\AnalyseRapportAdminType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Observateur\AnalyseRapportRecommendationType" (parent: .abstract.instanceof.App\Form\Observateur\AnalyseRapportRecommendationType).
Resolving inheritance for "App\Form\Observateur\AnalyseRapportRecommendationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Observateur\AnalyseRapportRecommendationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Observateur\AnalyseRapportType" (parent: .abstract.instanceof.App\Form\Observateur\AnalyseRapportType).
Resolving inheritance for "App\Form\Observateur\AnalyseRapportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Observateur\AnalyseRapportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Observateur\PublicationRapportType" (parent: .abstract.instanceof.App\Form\Observateur\PublicationRapportType).
Resolving inheritance for "App\Form\Observateur\PublicationRapportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Observateur\PublicationRapportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Observateur\TicketType" (parent: .abstract.instanceof.App\Form\Observateur\TicketType).
Resolving inheritance for "App\Form\Observateur\TicketType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Observateur\TicketType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Paiement\CatalogueServicesType" (parent: .abstract.instanceof.App\Form\Paiement\CatalogueServicesType).
Resolving inheritance for "App\Form\Paiement\CatalogueServicesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Paiement\CatalogueServicesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\AttributairePsType" (parent: .abstract.instanceof.App\Form\References\AttributairePsType).
Resolving inheritance for "App\Form\References\AttributairePsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\AttributairePsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\CantonnementType" (parent: .abstract.instanceof.App\Form\References\CantonnementType).
Resolving inheritance for "App\Form\References\CantonnementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\CantonnementType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\DcgType" (parent: .abstract.instanceof.App\Form\References\DcgType).
Resolving inheritance for "App\Form\References\DcgType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\DcgType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\DdefType" (parent: .abstract.instanceof.App\Form\References\DdefType).
Resolving inheritance for "App\Form\References\DdefType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\DdefType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\DirectionType" (parent: .abstract.instanceof.App\Form\References\DirectionType).
Resolving inheritance for "App\Form\References\DirectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\DirectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\DocumentExportateurType" (parent: .abstract.instanceof.App\Form\References\DocumentExportateurType).
Resolving inheritance for "App\Form\References\DocumentExportateurType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\DocumentExportateurType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\DocumentIndustrielType" (parent: .abstract.instanceof.App\Form\References\DocumentIndustrielType).
Resolving inheritance for "App\Form\References\DocumentIndustrielType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\DocumentIndustrielType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\DocumentOperateurType" (parent: .abstract.instanceof.App\Form\References\DocumentOperateurType).
Resolving inheritance for "App\Form\References\DocumentOperateurType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\DocumentOperateurType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\DrType" (parent: .abstract.instanceof.App\Form\References\DrType).
Resolving inheritance for "App\Form\References\DrType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\DrType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\EssencesType" (parent: .abstract.instanceof.App\Form\References\EssencesType).
Resolving inheritance for "App\Form\References\EssencesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\EssencesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\ExploitantType" (parent: .abstract.instanceof.App\Form\References\ExploitantType).
Resolving inheritance for "App\Form\References\ExploitantType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\ExploitantType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\ExportateurType" (parent: .abstract.instanceof.App\Form\References\ExportateurType).
Resolving inheritance for "App\Form\References\ExportateurType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\ExportateurType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\ForetType" (parent: .abstract.instanceof.App\Form\References\ForetType).
Resolving inheritance for "App\Form\References\ForetType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\ForetType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\GrilleLegaliteType" (parent: .abstract.instanceof.App\Form\References\GrilleLegaliteType).
Resolving inheritance for "App\Form\References\GrilleLegaliteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\GrilleLegaliteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\ImprimeurType" (parent: .abstract.instanceof.App\Form\References\ImprimeurType).
Resolving inheritance for "App\Form\References\ImprimeurType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\ImprimeurType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\ModeleCommunicationType" (parent: .abstract.instanceof.App\Form\References\ModeleCommunicationType).
Resolving inheritance for "App\Form\References\ModeleCommunicationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\ModeleCommunicationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\NationaliteType" (parent: .abstract.instanceof.App\Form\References\NationaliteType).
Resolving inheritance for "App\Form\References\NationaliteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\NationaliteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\NaturePsType" (parent: .abstract.instanceof.App\Form\References\NaturePsType).
Resolving inheritance for "App\Form\References\NaturePsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\NaturePsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\OiType" (parent: .abstract.instanceof.App\Form\References\OiType).
Resolving inheritance for "App\Form\References\OiType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\OiType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\PosteForestierType" (parent: .abstract.instanceof.App\Form\References\PosteForestierType).
Resolving inheritance for "App\Form\References\PosteForestierType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\PosteForestierType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\ServiceMinefType" (parent: .abstract.instanceof.App\Form\References\ServiceMinefType).
Resolving inheritance for "App\Form\References\ServiceMinefType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\ServiceMinefType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\SousPrefectureType" (parent: .abstract.instanceof.App\Form\References\SousPrefectureType).
Resolving inheritance for "App\Form\References\SousPrefectureType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\SousPrefectureType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\TypeAutorisationType" (parent: .abstract.instanceof.App\Form\References\TypeAutorisationType).
Resolving inheritance for "App\Form\References\TypeAutorisationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\TypeAutorisationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\TypeDiffusionType" (parent: .abstract.instanceof.App\Form\References\TypeDiffusionType).
Resolving inheritance for "App\Form\References\TypeDiffusionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\TypeDiffusionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\TypeDocumentStatistiqueType" (parent: .abstract.instanceof.App\Form\References\TypeDocumentStatistiqueType).
Resolving inheritance for "App\Form\References\TypeDocumentStatistiqueType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\TypeDocumentStatistiqueType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\UgfType" (parent: .abstract.instanceof.App\Form\References\UgfType).
Resolving inheritance for "App\Form\References\UgfType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\UgfType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\UsineType" (parent: .abstract.instanceof.App\Form\References\UsineType).
Resolving inheritance for "App\Form\References\UsineType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\UsineType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationFormType" (parent: .abstract.instanceof.App\Form\RegistrationFormType).
Resolving inheritance for "App\Form\RegistrationFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordRequestFormType" (parent: .abstract.instanceof.App\Form\ResetPasswordRequestFormType).
Resolving inheritance for "App\Form\ResetPasswordRequestFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordRequestFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Transformation\ContratType" (parent: .abstract.instanceof.App\Form\Transformation\ContratType).
Resolving inheritance for "App\Form\Transformation\ContratType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Transformation\ContratType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Transformation\Pdt2TransfoType" (parent: .abstract.instanceof.App\Form\Transformation\Pdt2TransfoType).
Resolving inheritance for "App\Form\Transformation\Pdt2TransfoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Transformation\Pdt2TransfoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ValidationCircuitFormType" (parent: .abstract.instanceof.App\Form\ValidationCircuitFormType).
Resolving inheritance for "App\Form\ValidationCircuitFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ValidationCircuitFormType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\CouponRepository" (parent: .abstract.instanceof.App\Repository\Admin\CouponRepository).
Resolving inheritance for "App\Repository\Admin\CouponRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\CouponRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\DocumentsCouponRepository" (parent: .abstract.instanceof.App\Repository\Admin\DocumentsCouponRepository).
Resolving inheritance for "App\Repository\Admin\DocumentsCouponRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\DocumentsCouponRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\ExerciceRepository" (parent: .abstract.instanceof.App\Repository\Admin\ExerciceRepository).
Resolving inheritance for "App\Repository\Admin\ExerciceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\ExerciceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\LogSnvltRepository" (parent: .abstract.instanceof.App\Repository\Admin\LogSnvltRepository).
Resolving inheritance for "App\Repository\Admin\LogSnvltRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\LogSnvltRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\OptionRepository" (parent: .abstract.instanceof.App\Repository\Admin\OptionRepository).
Resolving inheritance for "App\Repository\Admin\OptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\OptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\TokenCouponRepository" (parent: .abstract.instanceof.App\Repository\Admin\TokenCouponRepository).
Resolving inheritance for "App\Repository\Admin\TokenCouponRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\TokenCouponRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdministrationDemandeOperateurRepository" (parent: .abstract.instanceof.App\Repository\AdministrationDemandeOperateurRepository).
Resolving inheritance for "App\Repository\AdministrationDemandeOperateurRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdministrationDemandeOperateurRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdministrationRepository" (parent: .abstract.instanceof.App\Repository\AdministrationRepository).
Resolving inheritance for "App\Repository\AdministrationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdministrationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Administration\ApkVerRepository" (parent: .abstract.instanceof.App\Repository\Administration\ApkVerRepository).
Resolving inheritance for "App\Repository\Administration\ApkVerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Administration\ApkVerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Administration\DocStatsGenRepository" (parent: .abstract.instanceof.App\Repository\Administration\DocStatsGenRepository).
Resolving inheritance for "App\Repository\Administration\DocStatsGenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Administration\DocStatsGenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Administration\FicheProspectionFcRepository" (parent: .abstract.instanceof.App\Repository\Administration\FicheProspectionFcRepository).
Resolving inheritance for "App\Repository\Administration\FicheProspectionFcRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Administration\FicheProspectionFcRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Administration\FicheProspectionRepository" (parent: .abstract.instanceof.App\Repository\Administration\FicheProspectionRepository).
Resolving inheritance for "App\Repository\Administration\FicheProspectionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Administration\FicheProspectionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Administration\GadgetRepository" (parent: .abstract.instanceof.App\Repository\Administration\GadgetRepository).
Resolving inheritance for "App\Repository\Administration\GadgetRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Administration\GadgetRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Administration\InventaireForestierRepository" (parent: .abstract.instanceof.App\Repository\Administration\InventaireForestierRepository).
Resolving inheritance for "App\Repository\Administration\InventaireForestierRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Administration\InventaireForestierRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Administration\MessagerieRepository" (parent: .abstract.instanceof.App\Repository\Administration\MessagerieRepository).
Resolving inheritance for "App\Repository\Administration\MessagerieRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Administration\MessagerieRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Administration\NotificationRepository" (parent: .abstract.instanceof.App\Repository\Administration\NotificationRepository).
Resolving inheritance for "App\Repository\Administration\NotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Administration\NotificationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Administration\PieceJointeRepository" (parent: .abstract.instanceof.App\Repository\Administration\PieceJointeRepository).
Resolving inheritance for "App\Repository\Administration\PieceJointeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Administration\PieceJointeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Administration\ProspectionTempRepository" (parent: .abstract.instanceof.App\Repository\Administration\ProspectionTempRepository).
Resolving inheritance for "App\Repository\Administration\ProspectionTempRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Administration\ProspectionTempRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Administration\StockDocRepository" (parent: .abstract.instanceof.App\Repository\Administration\StockDocRepository).
Resolving inheritance for "App\Repository\Administration\StockDocRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Administration\StockDocRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisation\AgreementCommercantRepository" (parent: .abstract.instanceof.App\Repository\Autorisation\AgreementCommercantRepository).
Resolving inheritance for "App\Repository\Autorisation\AgreementCommercantRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisation\AgreementCommercantRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisation\AgreementExportateurRepository" (parent: .abstract.instanceof.App\Repository\Autorisation\AgreementExportateurRepository).
Resolving inheritance for "App\Repository\Autorisation\AgreementExportateurRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisation\AgreementExportateurRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisation\AgreementPdtdrvRepository" (parent: .abstract.instanceof.App\Repository\Autorisation\AgreementPdtdrvRepository).
Resolving inheritance for "App\Repository\Autorisation\AgreementPdtdrvRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisation\AgreementPdtdrvRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisation\AutorisationExportateurRepository" (parent: .abstract.instanceof.App\Repository\Autorisation\AutorisationExportateurRepository).
Resolving inheritance for "App\Repository\Autorisation\AutorisationExportateurRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisation\AutorisationExportateurRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisation\AutorisationPdtdrvRepository" (parent: .abstract.instanceof.App\Repository\Autorisation\AutorisationPdtdrvRepository).
Resolving inheritance for "App\Repository\Autorisation\AutorisationPdtdrvRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisation\AutorisationPdtdrvRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisation\AutorisationPsRepository" (parent: .abstract.instanceof.App\Repository\Autorisation\AutorisationPsRepository).
Resolving inheritance for "App\Repository\Autorisation\AutorisationPsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisation\AutorisationPsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisation\AutorisationPvRepository" (parent: .abstract.instanceof.App\Repository\Autorisation\AutorisationPvRepository).
Resolving inheritance for "App\Repository\Autorisation\AutorisationPvRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisation\AutorisationPvRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisation\ContratBcbgfhRepository" (parent: .abstract.instanceof.App\Repository\Autorisation\ContratBcbgfhRepository).
Resolving inheritance for "App\Repository\Autorisation\ContratBcbgfhRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisation\ContratBcbgfhRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisation\DepotCommercantRepository" (parent: .abstract.instanceof.App\Repository\Autorisation\DepotCommercantRepository).
Resolving inheritance for "App\Repository\Autorisation\DepotCommercantRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisation\DepotCommercantRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisations\AgreementPsRepository" (parent: .abstract.instanceof.App\Repository\Autorisations\AgreementPsRepository).
Resolving inheritance for "App\Repository\Autorisations\AgreementPsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisations\AgreementPsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisations\AttributionPvRepository" (parent: .abstract.instanceof.App\Repository\Autorisations\AttributionPvRepository).
Resolving inheritance for "App\Repository\Autorisations\AttributionPvRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisations\AttributionPvRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisations\AttributionRepository" (parent: .abstract.instanceof.App\Repository\Autorisations\AttributionRepository).
Resolving inheritance for "App\Repository\Autorisations\AttributionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisations\AttributionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisations\RepriseRepository" (parent: .abstract.instanceof.App\Repository\Autorisations\RepriseRepository).
Resolving inheritance for "App\Repository\Autorisations\RepriseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisations\RepriseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autres\ContacterRepository" (parent: .abstract.instanceof.App\Repository\Autres\ContacterRepository).
Resolving inheritance for "App\Repository\Autres\ContacterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autres\ContacterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\AbonneRepository" (parent: .abstract.instanceof.App\Repository\Blog\AbonneRepository).
Resolving inheritance for "App\Repository\Blog\AbonneRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\AbonneRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\ArticleBlogRepository" (parent: .abstract.instanceof.App\Repository\Blog\ArticleBlogRepository).
Resolving inheritance for "App\Repository\Blog\ArticleBlogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\ArticleBlogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\AutresRubriquesRepository" (parent: .abstract.instanceof.App\Repository\Blog\AutresRubriquesRepository).
Resolving inheritance for "App\Repository\Blog\AutresRubriquesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\AutresRubriquesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\CategoriePublicationRepository" (parent: .abstract.instanceof.App\Repository\Blog\CategoriePublicationRepository).
Resolving inheritance for "App\Repository\Blog\CategoriePublicationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\CategoriePublicationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\CategorieRepository" (parent: .abstract.instanceof.App\Repository\Blog\CategorieRepository).
Resolving inheritance for "App\Repository\Blog\CategorieRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\CategorieRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\CategoryPublicationRepository" (parent: .abstract.instanceof.App\Repository\Blog\CategoryPublicationRepository).
Resolving inheritance for "App\Repository\Blog\CategoryPublicationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\CategoryPublicationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\CommentRepository" (parent: .abstract.instanceof.App\Repository\Blog\CommentRepository).
Resolving inheritance for "App\Repository\Blog\CommentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\CommentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\FichierPublicationRepository" (parent: .abstract.instanceof.App\Repository\Blog\FichierPublicationRepository).
Resolving inheritance for "App\Repository\Blog\FichierPublicationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\FichierPublicationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\GroupePublicationRepository" (parent: .abstract.instanceof.App\Repository\Blog\GroupePublicationRepository).
Resolving inheritance for "App\Repository\Blog\GroupePublicationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\GroupePublicationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\MediaRepository" (parent: .abstract.instanceof.App\Repository\Blog\MediaRepository).
Resolving inheritance for "App\Repository\Blog\MediaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\MediaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\MenuBlogRepository" (parent: .abstract.instanceof.App\Repository\Blog\MenuBlogRepository).
Resolving inheritance for "App\Repository\Blog\MenuBlogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\MenuBlogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\OptionRepository" (parent: .abstract.instanceof.App\Repository\Blog\OptionRepository).
Resolving inheritance for "App\Repository\Blog\OptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\OptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\PageRepository" (parent: .abstract.instanceof.App\Repository\Blog\PageRepository).
Resolving inheritance for "App\Repository\Blog\PageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\PageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\PublicationRepository" (parent: .abstract.instanceof.App\Repository\Blog\PublicationRepository).
Resolving inheritance for "App\Repository\Blog\PublicationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\PublicationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CreatedAtRepository" (parent: .abstract.instanceof.App\Repository\CreatedAtRepository).
Resolving inheritance for "App\Repository\CreatedAtRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CreatedAtRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DemandeAutorisation\DocumentRepository" (parent: .abstract.instanceof.App\Repository\DemandeAutorisation\DocumentRepository).
Resolving inheritance for "App\Repository\DemandeAutorisation\DocumentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DemandeAutorisation\DocumentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DemandeAutorisation\EtapeValidationRepository" (parent: .abstract.instanceof.App\Repository\DemandeAutorisation\EtapeValidationRepository).
Resolving inheritance for "App\Repository\DemandeAutorisation\EtapeValidationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DemandeAutorisation\EtapeValidationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DemandeAutorisation\NouvelleDemandeRepository" (parent: .abstract.instanceof.App\Repository\DemandeAutorisation\NouvelleDemandeRepository).
Resolving inheritance for "App\Repository\DemandeAutorisation\NouvelleDemandeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DemandeAutorisation\NouvelleDemandeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DemandeAutorisation\TypeDemandeDetailRepository" (parent: .abstract.instanceof.App\Repository\DemandeAutorisation\TypeDemandeDetailRepository).
Resolving inheritance for "App\Repository\DemandeAutorisation\TypeDemandeDetailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DemandeAutorisation\TypeDemandeDetailRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DemandeAutorisation\TypeDemandeRepository" (parent: .abstract.instanceof.App\Repository\DemandeAutorisation\TypeDemandeRepository).
Resolving inheritance for "App\Repository\DemandeAutorisation\TypeDemandeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DemandeAutorisation\TypeDemandeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DemandeAutorisation\TypeDocumentRepository" (parent: .abstract.instanceof.App\Repository\DemandeAutorisation\TypeDocumentRepository).
Resolving inheritance for "App\Repository\DemandeAutorisation\TypeDocumentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DemandeAutorisation\TypeDocumentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DemandeAutorisation\ValidationActionRepository" (parent: .abstract.instanceof.App\Repository\DemandeAutorisation\ValidationActionRepository).
Resolving inheritance for "App\Repository\DemandeAutorisation\ValidationActionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DemandeAutorisation\ValidationActionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DemandeOperateurRepository" (parent: .abstract.instanceof.App\Repository\DemandeOperateurRepository).
Resolving inheritance for "App\Repository\DemandeOperateurRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DemandeOperateurRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DetailsCircuitActesRepository" (parent: .abstract.instanceof.App\Repository\DetailsCircuitActesRepository).
Resolving inheritance for "App\Repository\DetailsCircuitActesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DetailsCircuitActesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiffusionRepository" (parent: .abstract.instanceof.App\Repository\DiffusionRepository).
Resolving inheritance for "App\Repository\DiffusionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiffusionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DisponibiliteParcBillesRepository" (parent: .abstract.instanceof.App\Repository\DisponibiliteParcBillesRepository).
Resolving inheritance for "App\Repository\DisponibiliteParcBillesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DisponibiliteParcBillesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DisponibiliteParcBillonsRepository" (parent: .abstract.instanceof.App\Repository\DisponibiliteParcBillonsRepository).
Resolving inheritance for "App\Repository\DisponibiliteParcBillonsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DisponibiliteParcBillonsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\DocsStatsRepository" (parent: .abstract.instanceof.App\Repository\DocStats\DocsStatsRepository).
Resolving inheritance for "App\Repository\DocStats\DocsStatsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\DocsStatsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\DonneesSodeforRepository" (parent: .abstract.instanceof.App\Repository\DocStats\DonneesSodeforRepository).
Resolving inheritance for "App\Repository\DocStats\DonneesSodeforRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\DonneesSodeforRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentbcbgfhRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Entetes\DocumentbcbgfhRepository).
Resolving inheritance for "App\Repository\DocStats\Entetes\DocumentbcbgfhRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentbcbgfhRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentbcbpRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Entetes\DocumentbcbpRepository).
Resolving inheritance for "App\Repository\DocStats\Entetes\DocumentbcbpRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentbcbpRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentbcburbRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Entetes\DocumentbcburbRepository).
Resolving inheritance for "App\Repository\DocStats\Entetes\DocumentbcburbRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentbcburbRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentbrepfRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Entetes\DocumentbrepfRepository).
Resolving inheritance for "App\Repository\DocStats\Entetes\DocumentbrepfRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentbrepfRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentbrhRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Entetes\DocumentbrhRepository).
Resolving inheritance for "App\Repository\DocStats\Entetes\DocumentbrhRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentbrhRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentbtguRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Entetes\DocumentbtguRepository).
Resolving inheritance for "App\Repository\DocStats\Entetes\DocumentbtguRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentbtguRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentbthRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Entetes\DocumentbthRepository).
Resolving inheritance for "App\Repository\DocStats\Entetes\DocumentbthRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentbthRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentcpRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Entetes\DocumentcpRepository).
Resolving inheritance for "App\Repository\DocStats\Entetes\DocumentcpRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentcpRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentdmpRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Entetes\DocumentdmpRepository).
Resolving inheritance for "App\Repository\DocStats\Entetes\DocumentdmpRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentdmpRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentdmvRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Entetes\DocumentdmvRepository).
Resolving inheritance for "App\Repository\DocStats\Entetes\DocumentdmvRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentdmvRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentetatbRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Entetes\DocumentetatbRepository).
Resolving inheritance for "App\Repository\DocStats\Entetes\DocumentetatbRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentetatbRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\Documentetate2Repository" (parent: .abstract.instanceof.App\Repository\DocStats\Entetes\Documentetate2Repository).
Resolving inheritance for "App\Repository\DocStats\Entetes\Documentetate2Repository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\Documentetate2Repository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentetateRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Entetes\DocumentetateRepository).
Resolving inheritance for "App\Repository\DocStats\Entetes\DocumentetateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentetateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentetatfpRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Entetes\DocumentetatfpRepository).
Resolving inheritance for "App\Repository\DocStats\Entetes\DocumentetatfpRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentetatfpRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentetatgRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Entetes\DocumentetatgRepository).
Resolving inheritance for "App\Repository\DocStats\Entetes\DocumentetatgRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentetatgRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentetathRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Entetes\DocumentetathRepository).
Resolving inheritance for "App\Repository\DocStats\Entetes\DocumentetathRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentetathRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentfpRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Entetes\DocumentfpRepository).
Resolving inheritance for "App\Repository\DocStats\Entetes\DocumentfpRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentfpRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentljeRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Entetes\DocumentljeRepository).
Resolving inheritance for "App\Repository\DocStats\Entetes\DocumentljeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentljeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentpdtdrvRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Entetes\DocumentpdtdrvRepository).
Resolving inheritance for "App\Repository\DocStats\Entetes\DocumentpdtdrvRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentpdtdrvRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentrsdpfRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Entetes\DocumentrsdpfRepository).
Resolving inheritance for "App\Repository\DocStats\Entetes\DocumentrsdpfRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentrsdpfRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\SuiviDocRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Entetes\SuiviDocRepository).
Resolving inheritance for "App\Repository\DocStats\Entetes\SuiviDocRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\SuiviDocRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\LignepagebcbpRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Pages\LignepagebcbpRepository).
Resolving inheritance for "App\Repository\DocStats\Pages\LignepagebcbpRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\LignepagebcbpRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagebcbgfhRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Pages\PagebcbgfhRepository).
Resolving inheritance for "App\Repository\DocStats\Pages\PagebcbgfhRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagebcbgfhRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagebcbpRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Pages\PagebcbpRepository).
Resolving inheritance for "App\Repository\DocStats\Pages\PagebcbpRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagebcbpRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagebcburbRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Pages\PagebcburbRepository).
Resolving inheritance for "App\Repository\DocStats\Pages\PagebcburbRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagebcburbRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagebrepfRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Pages\PagebrepfRepository).
Resolving inheritance for "App\Repository\DocStats\Pages\PagebrepfRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagebrepfRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagebrhRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Pages\PagebrhRepository).
Resolving inheritance for "App\Repository\DocStats\Pages\PagebrhRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagebrhRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagebtguRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Pages\PagebtguRepository).
Resolving inheritance for "App\Repository\DocStats\Pages\PagebtguRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagebtguRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagebthRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Pages\PagebthRepository).
Resolving inheritance for "App\Repository\DocStats\Pages\PagebthRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagebthRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagecpRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Pages\PagecpRepository).
Resolving inheritance for "App\Repository\DocStats\Pages\PagecpRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagecpRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagedmpRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Pages\PagedmpRepository).
Resolving inheritance for "App\Repository\DocStats\Pages\PagedmpRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagedmpRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagedmvRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Pages\PagedmvRepository).
Resolving inheritance for "App\Repository\DocStats\Pages\PagedmvRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagedmvRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PageetatbRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Pages\PageetatbRepository).
Resolving inheritance for "App\Repository\DocStats\Pages\PageetatbRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PageetatbRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\Pageetate2Repository" (parent: .abstract.instanceof.App\Repository\DocStats\Pages\Pageetate2Repository).
Resolving inheritance for "App\Repository\DocStats\Pages\Pageetate2Repository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\Pageetate2Repository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PageetateRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Pages\PageetateRepository).
Resolving inheritance for "App\Repository\DocStats\Pages\PageetateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PageetateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PageetatgRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Pages\PageetatgRepository).
Resolving inheritance for "App\Repository\DocStats\Pages\PageetatgRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PageetatgRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PageetathRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Pages\PageetathRepository).
Resolving inheritance for "App\Repository\DocStats\Pages\PageetathRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PageetathRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagefpRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Pages\PagefpRepository).
Resolving inheritance for "App\Repository\DocStats\Pages\PagefpRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagefpRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PageljeRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Pages\PageljeRepository).
Resolving inheritance for "App\Repository\DocStats\Pages\PageljeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PageljeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagepdtdrvRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Pages\PagepdtdrvRepository).
Resolving inheritance for "App\Repository\DocStats\Pages\PagepdtdrvRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagepdtdrvRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagersdpfRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Pages\PagersdpfRepository).
Resolving inheritance for "App\Repository\DocStats\Pages\PagersdpfRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagersdpfRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\Saisie\LignepagebcbpRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Pages\Saisie\LignepagebcbpRepository).
Resolving inheritance for "App\Repository\DocStats\Pages\Saisie\LignepagebcbpRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\Saisie\LignepagebcbpRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\SaisieRepository" (parent: .abstract.instanceof.App\Repository\DocStats\SaisieRepository).
Resolving inheritance for "App\Repository\DocStats\SaisieRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\SaisieRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\HistoriqueLjeRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Saisie\HistoriqueLjeRepository).
Resolving inheritance for "App\Repository\DocStats\Saisie\HistoriqueLjeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\HistoriqueLjeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepagebcbgfhRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Saisie\LignepagebcbgfhRepository).
Resolving inheritance for "App\Repository\DocStats\Saisie\LignepagebcbgfhRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepagebcbgfhRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepagebcbpRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Saisie\LignepagebcbpRepository).
Resolving inheritance for "App\Repository\DocStats\Saisie\LignepagebcbpRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepagebcbpRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepagebcburbRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Saisie\LignepagebcburbRepository).
Resolving inheritance for "App\Repository\DocStats\Saisie\LignepagebcburbRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepagebcburbRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepagebrepfRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Saisie\LignepagebrepfRepository).
Resolving inheritance for "App\Repository\DocStats\Saisie\LignepagebrepfRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepagebrepfRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepagebrhRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Saisie\LignepagebrhRepository).
Resolving inheritance for "App\Repository\DocStats\Saisie\LignepagebrhRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepagebrhRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepagebtguRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Saisie\LignepagebtguRepository).
Resolving inheritance for "App\Repository\DocStats\Saisie\LignepagebtguRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepagebtguRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepagecpRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Saisie\LignepagecpRepository).
Resolving inheritance for "App\Repository\DocStats\Saisie\LignepagecpRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepagecpRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepagedmpRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Saisie\LignepagedmpRepository).
Resolving inheritance for "App\Repository\DocStats\Saisie\LignepagedmpRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepagedmpRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepagedmvRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Saisie\LignepagedmvRepository).
Resolving inheritance for "App\Repository\DocStats\Saisie\LignepagedmvRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepagedmvRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\Lignepageetate2Repository" (parent: .abstract.instanceof.App\Repository\DocStats\Saisie\Lignepageetate2Repository).
Resolving inheritance for "App\Repository\DocStats\Saisie\Lignepageetate2Repository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\Lignepageetate2Repository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepageetateRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Saisie\LignepageetateRepository).
Resolving inheritance for "App\Repository\DocStats\Saisie\LignepageetateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepageetateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepageetatgRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Saisie\LignepageetatgRepository).
Resolving inheritance for "App\Repository\DocStats\Saisie\LignepageetatgRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepageetatgRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepageetathRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Saisie\LignepageetathRepository).
Resolving inheritance for "App\Repository\DocStats\Saisie\LignepageetathRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepageetathRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepagefpRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Saisie\LignepagefpRepository).
Resolving inheritance for "App\Repository\DocStats\Saisie\LignepagefpRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepagefpRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepageljeRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Saisie\LignepageljeRepository).
Resolving inheritance for "App\Repository\DocStats\Saisie\LignepageljeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepageljeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepagepdtdrvRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Saisie\LignepagepdtdrvRepository).
Resolving inheritance for "App\Repository\DocStats\Saisie\LignepagepdtdrvRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepagepdtdrvRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepagersdpfRepository" (parent: .abstract.instanceof.App\Repository\DocStats\Saisie\LignepagersdpfRepository).
Resolving inheritance for "App\Repository\DocStats\Saisie\LignepagersdpfRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepagersdpfRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentOperateurRepository" (parent: .abstract.instanceof.App\Repository\DocumentOperateurRepository).
Resolving inheritance for "App\Repository\DocumentOperateurRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentOperateurRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentRepository" (parent: .abstract.instanceof.App\Repository\DocumentRepository).
Resolving inheritance for "App\Repository\DocumentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeRepository" (parent: .abstract.instanceof.App\Repository\EmployeRepository).
Resolving inheritance for "App\Repository\EmployeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExploitantRepository" (parent: .abstract.instanceof.App\Repository\ExploitantRepository).
Resolving inheritance for "App\Repository\ExploitantRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExploitantRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Fiche2TransfoRepository" (parent: .abstract.instanceof.App\Repository\Fiche2TransfoRepository).
Resolving inheritance for "App\Repository\Fiche2TransfoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Fiche2TransfoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupeRepository" (parent: .abstract.instanceof.App\Repository\GroupeRepository).
Resolving inheritance for "App\Repository\GroupeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Helper\MediaRepository" (parent: .abstract.instanceof.App\Repository\Helper\MediaRepository).
Resolving inheritance for "App\Repository\Helper\MediaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Helper\MediaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MenuPermissionRepository" (parent: .abstract.instanceof.App\Repository\MenuPermissionRepository).
Resolving inheritance for "App\Repository\MenuPermissionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MenuPermissionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MenuRepository" (parent: .abstract.instanceof.App\Repository\MenuRepository).
Resolving inheritance for "App\Repository\MenuRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MenuRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Observateur\AnalyseRapportRepository" (parent: .abstract.instanceof.App\Repository\Observateur\AnalyseRapportRepository).
Resolving inheritance for "App\Repository\Observateur\AnalyseRapportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Observateur\AnalyseRapportRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Observateur\AnnexeRapportRepository" (parent: .abstract.instanceof.App\Repository\Observateur\AnnexeRapportRepository).
Resolving inheritance for "App\Repository\Observateur\AnnexeRapportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Observateur\AnnexeRapportRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Observateur\FichiersRepository" (parent: .abstract.instanceof.App\Repository\Observateur\FichiersRepository).
Resolving inheritance for "App\Repository\Observateur\FichiersRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Observateur\FichiersRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Observateur\PublicationRapportRepository" (parent: .abstract.instanceof.App\Repository\Observateur\PublicationRapportRepository).
Resolving inheritance for "App\Repository\Observateur\PublicationRapportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Observateur\PublicationRapportRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Observateur\RecommendationAnalyseRepository" (parent: .abstract.instanceof.App\Repository\Observateur\RecommendationAnalyseRepository).
Resolving inheritance for "App\Repository\Observateur\RecommendationAnalyseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Observateur\RecommendationAnalyseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Observateur\StatutAlerteRepository" (parent: .abstract.instanceof.App\Repository\Observateur\StatutAlerteRepository).
Resolving inheritance for "App\Repository\Observateur\StatutAlerteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Observateur\StatutAlerteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Observateur\StatutRapportOIRepository" (parent: .abstract.instanceof.App\Repository\Observateur\StatutRapportOIRepository).
Resolving inheritance for "App\Repository\Observateur\StatutRapportOIRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Observateur\StatutRapportOIRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Observateur\TicketFilesRepository" (parent: .abstract.instanceof.App\Repository\Observateur\TicketFilesRepository).
Resolving inheritance for "App\Repository\Observateur\TicketFilesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Observateur\TicketFilesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Observateur\TicketRepository" (parent: .abstract.instanceof.App\Repository\Observateur\TicketRepository).
Resolving inheritance for "App\Repository\Observateur\TicketRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Observateur\TicketRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Observateur\TypeRapportOiRepository" (parent: .abstract.instanceof.App\Repository\Observateur\TypeRapportOiRepository).
Resolving inheritance for "App\Repository\Observateur\TypeRapportOiRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Observateur\TypeRapportOiRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Observateur\TypeRapportRepository" (parent: .abstract.instanceof.App\Repository\Observateur\TypeRapportRepository).
Resolving inheritance for "App\Repository\Observateur\TypeRapportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Observateur\TypeRapportRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Paiement\CatalogueServicesRepository" (parent: .abstract.instanceof.App\Repository\Paiement\CatalogueServicesRepository).
Resolving inheritance for "App\Repository\Paiement\CatalogueServicesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Paiement\CatalogueServicesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Paiement\TransactionRepository" (parent: .abstract.instanceof.App\Repository\Paiement\TransactionRepository).
Resolving inheritance for "App\Repository\Paiement\TransactionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Paiement\TransactionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Paiement\TypePaiementRepository" (parent: .abstract.instanceof.App\Repository\Paiement\TypePaiementRepository).
Resolving inheritance for "App\Repository\Paiement\TypePaiementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Paiement\TypePaiementRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PefRepository" (parent: .abstract.instanceof.App\Repository\PefRepository).
Resolving inheritance for "App\Repository\PefRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PefRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PermissionRepository" (parent: .abstract.instanceof.App\Repository\PermissionRepository).
Resolving inheritance for "App\Repository\PermissionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PermissionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\AttributairePsRepository" (parent: .abstract.instanceof.App\Repository\References\AttributairePsRepository).
Resolving inheritance for "App\Repository\References\AttributairePsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\AttributairePsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\AttributionRepository" (parent: .abstract.instanceof.App\Repository\References\AttributionRepository).
Resolving inheritance for "App\Repository\References\AttributionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\AttributionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\CantonnementRepository" (parent: .abstract.instanceof.App\Repository\References\CantonnementRepository).
Resolving inheritance for "App\Repository\References\CantonnementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\CantonnementRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\CaroiRepository" (parent: .abstract.instanceof.App\Repository\References\CaroiRepository).
Resolving inheritance for "App\Repository\References\CaroiRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\CaroiRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\CircuitCommunicationRepository" (parent: .abstract.instanceof.App\Repository\References\CircuitCommunicationRepository).
Resolving inheritance for "App\Repository\References\CircuitCommunicationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\CircuitCommunicationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\CommercantRepository" (parent: .abstract.instanceof.App\Repository\References\CommercantRepository).
Resolving inheritance for "App\Repository\References\CommercantRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\CommercantRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\DcgRepository" (parent: .abstract.instanceof.App\Repository\References\DcgRepository).
Resolving inheritance for "App\Repository\References\DcgRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\DcgRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\DdefRepository" (parent: .abstract.instanceof.App\Repository\References\DdefRepository).
Resolving inheritance for "App\Repository\References\DdefRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\DdefRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\DetailsModeleRepository" (parent: .abstract.instanceof.App\Repository\References\DetailsModeleRepository).
Resolving inheritance for "App\Repository\References\DetailsModeleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\DetailsModeleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\DirectionRepository" (parent: .abstract.instanceof.App\Repository\References\DirectionRepository).
Resolving inheritance for "App\Repository\References\DirectionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\DirectionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\DocumentOperateurRepository" (parent: .abstract.instanceof.App\Repository\References\DocumentOperateurRepository).
Resolving inheritance for "App\Repository\References\DocumentOperateurRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\DocumentOperateurRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\DrRepository" (parent: .abstract.instanceof.App\Repository\References\DrRepository).
Resolving inheritance for "App\Repository\References\DrRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\DrRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\EssenceRepository" (parent: .abstract.instanceof.App\Repository\References\EssenceRepository).
Resolving inheritance for "App\Repository\References\EssenceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\EssenceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\ExploitantRepository" (parent: .abstract.instanceof.App\Repository\References\ExploitantRepository).
Resolving inheritance for "App\Repository\References\ExploitantRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\ExploitantRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\ExportateurRepository" (parent: .abstract.instanceof.App\Repository\References\ExportateurRepository).
Resolving inheritance for "App\Repository\References\ExportateurRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\ExportateurRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\ForetRepository" (parent: .abstract.instanceof.App\Repository\References\ForetRepository).
Resolving inheritance for "App\Repository\References\ForetRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\ForetRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\GrilleLegaliteRepository" (parent: .abstract.instanceof.App\Repository\References\GrilleLegaliteRepository).
Resolving inheritance for "App\Repository\References\GrilleLegaliteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\GrilleLegaliteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\ImprimeurRepository" (parent: .abstract.instanceof.App\Repository\References\ImprimeurRepository).
Resolving inheritance for "App\Repository\References\ImprimeurRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\ImprimeurRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\InventaireForestierRepository" (parent: .abstract.instanceof.App\Repository\References\InventaireForestierRepository).
Resolving inheritance for "App\Repository\References\InventaireForestierRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\InventaireForestierRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\ModeleCommunicationRepository" (parent: .abstract.instanceof.App\Repository\References\ModeleCommunicationRepository).
Resolving inheritance for "App\Repository\References\ModeleCommunicationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\ModeleCommunicationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\NationaliteRepository" (parent: .abstract.instanceof.App\Repository\References\NationaliteRepository).
Resolving inheritance for "App\Repository\References\NationaliteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\NationaliteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\NaturePsRepository" (parent: .abstract.instanceof.App\Repository\References\NaturePsRepository).
Resolving inheritance for "App\Repository\References\NaturePsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\NaturePsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\OiRepository" (parent: .abstract.instanceof.App\Repository\References\OiRepository).
Resolving inheritance for "App\Repository\References\OiRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\OiRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\PageDocGenRepository" (parent: .abstract.instanceof.App\Repository\References\PageDocGenRepository).
Resolving inheritance for "App\Repository\References\PageDocGenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\PageDocGenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\PaysRepository" (parent: .abstract.instanceof.App\Repository\References\PaysRepository).
Resolving inheritance for "App\Repository\References\PaysRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\PaysRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\PosteForestierRepository" (parent: .abstract.instanceof.App\Repository\References\PosteForestierRepository).
Resolving inheritance for "App\Repository\References\PosteForestierRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\PosteForestierRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\PreferenceRepository" (parent: .abstract.instanceof.App\Repository\References\PreferenceRepository).
Resolving inheritance for "App\Repository\References\PreferenceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\PreferenceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\ProduitsUsineRepository" (parent: .abstract.instanceof.App\Repository\References\ProduitsUsineRepository).
Resolving inheritance for "App\Repository\References\ProduitsUsineRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\ProduitsUsineRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\QualiteExploitantRepository" (parent: .abstract.instanceof.App\Repository\References\QualiteExploitantRepository).
Resolving inheritance for "App\Repository\References\QualiteExploitantRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\QualiteExploitantRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\ServiceMinefRepository" (parent: .abstract.instanceof.App\Repository\References\ServiceMinefRepository).
Resolving inheritance for "App\Repository\References\ServiceMinefRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\ServiceMinefRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\SousPrefectureRepository" (parent: .abstract.instanceof.App\Repository\References\SousPrefectureRepository).
Resolving inheritance for "App\Repository\References\SousPrefectureRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\SousPrefectureRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\TitreRepository" (parent: .abstract.instanceof.App\Repository\References\TitreRepository).
Resolving inheritance for "App\Repository\References\TitreRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\TitreRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\TypeDemandeRepository" (parent: .abstract.instanceof.App\Repository\References\TypeDemandeRepository).
Resolving inheritance for "App\Repository\References\TypeDemandeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\TypeDemandeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\TypeDocumentStatistiqueRepository" (parent: .abstract.instanceof.App\Repository\References\TypeDocumentStatistiqueRepository).
Resolving inheritance for "App\Repository\References\TypeDocumentStatistiqueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\TypeDocumentStatistiqueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\TypeDossierPsRepository" (parent: .abstract.instanceof.App\Repository\References\TypeDossierPsRepository).
Resolving inheritance for "App\Repository\References\TypeDossierPsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\TypeDossierPsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\TypeForetRepository" (parent: .abstract.instanceof.App\Repository\References\TypeForetRepository).
Resolving inheritance for "App\Repository\References\TypeForetRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\TypeForetRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\TypeModeleCommunicationRepository" (parent: .abstract.instanceof.App\Repository\References\TypeModeleCommunicationRepository).
Resolving inheritance for "App\Repository\References\TypeModeleCommunicationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\TypeModeleCommunicationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\TypeOperateurRepository" (parent: .abstract.instanceof.App\Repository\References\TypeOperateurRepository).
Resolving inheritance for "App\Repository\References\TypeOperateurRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\TypeOperateurRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\TypeTransformationRepository" (parent: .abstract.instanceof.App\Repository\References\TypeTransformationRepository).
Resolving inheritance for "App\Repository\References\TypeTransformationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\TypeTransformationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\TypesDemandeurRepository" (parent: .abstract.instanceof.App\Repository\References\TypesDemandeurRepository).
Resolving inheritance for "App\Repository\References\TypesDemandeurRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\TypesDemandeurRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\TypesServiceRepository" (parent: .abstract.instanceof.App\Repository\References\TypesServiceRepository).
Resolving inheritance for "App\Repository\References\TypesServiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\TypesServiceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\UgfRepository" (parent: .abstract.instanceof.App\Repository\References\UgfRepository).
Resolving inheritance for "App\Repository\References\UgfRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\UgfRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\UsineRepository" (parent: .abstract.instanceof.App\Repository\References\UsineRepository).
Resolving inheritance for "App\Repository\References\UsineRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\UsineRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\ZoneHemispheriqueRepository" (parent: .abstract.instanceof.App\Repository\References\ZoneHemispheriqueRepository).
Resolving inheritance for "App\Repository\References\ZoneHemispheriqueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\ZoneHemispheriqueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RelationRepository" (parent: .abstract.instanceof.App\Repository\RelationRepository).
Resolving inheritance for "App\Repository\RelationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RelationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Requetes\CubageEssencesRepository" (parent: .abstract.instanceof.App\Repository\Requetes\CubageEssencesRepository).
Resolving inheritance for "App\Repository\Requetes\CubageEssencesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Requetes\CubageEssencesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Requetes\MenuRequetesRepository" (parent: .abstract.instanceof.App\Repository\Requetes\MenuRequetesRepository).
Resolving inheritance for "App\Repository\Requetes\MenuRequetesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Requetes\MenuRequetesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Requetes\PerformanceBrhJourRepository" (parent: .abstract.instanceof.App\Repository\Requetes\PerformanceBrhJourRepository).
Resolving inheritance for "App\Repository\Requetes\PerformanceBrhJourRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Requetes\PerformanceBrhJourRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Requetes\PerformanceBrhRepository" (parent: .abstract.instanceof.App\Repository\Requetes\PerformanceBrhRepository).
Resolving inheritance for "App\Repository\Requetes\PerformanceBrhRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Requetes\PerformanceBrhRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Requetes\QtRepository" (parent: .abstract.instanceof.App\Repository\Requetes\QtRepository).
Resolving inheritance for "App\Repository\Requetes\QtRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Requetes\QtRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Requetes\QuotaTransferableRepository" (parent: .abstract.instanceof.App\Repository\Requetes\QuotaTransferableRepository).
Resolving inheritance for "App\Repository\Requetes\QuotaTransferableRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Requetes\QuotaTransferableRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Requetes\StatsByExploitantAnneeEssenceRepository" (parent: .abstract.instanceof.App\Repository\Requetes\StatsByExploitantAnneeEssenceRepository).
Resolving inheritance for "App\Repository\Requetes\StatsByExploitantAnneeEssenceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Requetes\StatsByExploitantAnneeEssenceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Requetes\StatsByForetAnneeEssenceRepository" (parent: .abstract.instanceof.App\Repository\Requetes\StatsByForetAnneeEssenceRepository).
Resolving inheritance for "App\Repository\Requetes\StatsByForetAnneeEssenceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Requetes\StatsByForetAnneeEssenceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Requetes\StatsMensuellesRepository" (parent: .abstract.instanceof.App\Repository\Requetes\StatsMensuellesRepository).
Resolving inheritance for "App\Repository\Requetes\StatsMensuellesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Requetes\StatsMensuellesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Requetes\TypeRequetesRepository" (parent: .abstract.instanceof.App\Repository\Requetes\TypeRequetesRepository).
Resolving inheritance for "App\Repository\Requetes\TypeRequetesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Requetes\TypeRequetesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository" (parent: .abstract.instanceof.App\Repository\ResetPasswordRequestRepository).
Resolving inheritance for "App\Repository\ResetPasswordRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\BillonRepository" (parent: .abstract.instanceof.App\Repository\Transformation\BillonRepository).
Resolving inheritance for "App\Repository\Transformation\BillonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\BillonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\ColisRepository" (parent: .abstract.instanceof.App\Repository\Transformation\ColisRepository).
Resolving inheritance for "App\Repository\Transformation\ColisRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\ColisRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\ContratIndustrielRepository" (parent: .abstract.instanceof.App\Repository\Transformation\ContratIndustrielRepository).
Resolving inheritance for "App\Repository\Transformation\ContratIndustrielRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\ContratIndustrielRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\ContratRepository" (parent: .abstract.instanceof.App\Repository\Transformation\ContratRepository).
Resolving inheritance for "App\Repository\Transformation\ContratRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\ContratRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\DetailFicheJourTransfoRepository" (parent: .abstract.instanceof.App\Repository\Transformation\DetailFicheJourTransfoRepository).
Resolving inheritance for "App\Repository\Transformation\DetailFicheJourTransfoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\DetailFicheJourTransfoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\Details2TransfoRepository" (parent: .abstract.instanceof.App\Repository\Transformation\Details2TransfoRepository).
Resolving inheritance for "App\Repository\Transformation\Details2TransfoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\Details2TransfoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\ElementRepository" (parent: .abstract.instanceof.App\Repository\Transformation\ElementRepository).
Resolving inheritance for "App\Repository\Transformation\ElementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\ElementRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\ElementsColisRepository" (parent: .abstract.instanceof.App\Repository\Transformation\ElementsColisRepository).
Resolving inheritance for "App\Repository\Transformation\ElementsColisRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\ElementsColisRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\ElementsRepository" (parent: .abstract.instanceof.App\Repository\Transformation\ElementsRepository).
Resolving inheritance for "App\Repository\Transformation\ElementsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\ElementsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\EltsProdRepository" (parent: .abstract.instanceof.App\Repository\Transformation\EltsProdRepository).
Resolving inheritance for "App\Repository\Transformation\EltsProdRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\EltsProdRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\FicheJourTransfoRepository" (parent: .abstract.instanceof.App\Repository\Transformation\FicheJourTransfoRepository).
Resolving inheritance for "App\Repository\Transformation\FicheJourTransfoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\FicheJourTransfoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\FicheLotProdRepository" (parent: .abstract.instanceof.App\Repository\Transformation\FicheLotProdRepository).
Resolving inheritance for "App\Repository\Transformation\FicheLotProdRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\FicheLotProdRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\FicheLotRepository" (parent: .abstract.instanceof.App\Repository\Transformation\FicheLotRepository).
Resolving inheritance for "App\Repository\Transformation\FicheLotRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\FicheLotRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\Pdt2TransfoRepository" (parent: .abstract.instanceof.App\Repository\Transformation\Pdt2TransfoRepository).
Resolving inheritance for "App\Repository\Transformation\Pdt2TransfoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\Pdt2TransfoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\TypeContratRepository" (parent: .abstract.instanceof.App\Repository\Transformation\TypeContratRepository).
Resolving inheritance for "App\Repository\Transformation\TypeContratRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\TypeContratRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypeAutorisationRepository" (parent: .abstract.instanceof.App\Repository\TypeAutorisationRepository).
Resolving inheritance for "App\Repository\TypeAutorisationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypeAutorisationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypeDiffusionRepository" (parent: .abstract.instanceof.App\Repository\TypeDiffusionRepository).
Resolving inheritance for "App\Repository\TypeDiffusionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypeDiffusionRepository).
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\Vues\ChargementCoursRepository" (parent: .abstract.instanceof.App\Repository\Vues\ChargementCoursRepository).
Resolving inheritance for "App\Repository\Vues\ChargementCoursRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Vues\ChargementCoursRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Vues\EssenceVolumeTop10Repository" (parent: .abstract.instanceof.App\Repository\Vues\EssenceVolumeTop10Repository).
Resolving inheritance for "App\Repository\Vues\EssenceVolumeTop10Repository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Vues\EssenceVolumeTop10Repository).
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.mailjet" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "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.dbal.alt_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.alt_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.alt_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.alt_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.alt_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.main" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.main" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.main" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.main" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.main" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.docs_operateurs" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "vich_uploader.listener.inject.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.upload.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.clean.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.remove.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.inject.mongodb" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.mongodb" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.mongodb" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.mongodb" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.inject.phpcr" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.phpcr" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.phpcr" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.phpcr" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.clean.docs_operateurs" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.docs_operateurs" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.docs_operateurs" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "Endroid\QrCode\Builder\BuilderRegistry" (parent: Endroid\QrCode\Builder\BuilderInterface).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension).
Resolving inheritance for "Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime" (parent: .abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeRuntime).
Resolving inheritance for "Endroid\QrCodeBundle\Twig\QrCodeRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime).
Resolving inheritance for "endroid_qr_code.default_builder" (parent: Endroid\QrCode\Builder\BuilderInterface).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.victor_prdh_recaptcha_bundle.recaptcha_validator" (parent: .abstract.instanceof.victor_prdh_recaptcha_bundle.recaptcha_validator).
Resolving inheritance for "victor_prdh_recaptcha_bundle.recaptcha_validator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.victor_prdh_recaptcha_bundle.recaptcha_validator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.alt" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.alt" (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).
772
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "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 "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UlidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\NameBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\RandomBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\TimeBasedUuidFactory"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "notifier.logger_notification_listener"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $altConnection"; 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\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "SymfonyCasts\Bundle\VerifyEmail\VerifyEmailHelperInterface"; reason: private alias.
Removed service "SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelperInterface"; reason: private alias.
Removed service "vich_uploader.storage"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\StorageInterface"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\FileSystemStorage"; reason: private alias.
Removed service "vich_uploader.metadata_driver"; reason: private alias.
Removed service "vich_uploader.metadata.cache"; reason: private alias.
Removed service "Vich\UploaderBundle\Mapping\PropertyMappingResolverInterface"; reason: private alias.
Removed service "Vich\UploaderBundle\Mapping\PropertyMappingFactory"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\DownloadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\UploadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichFileType"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichImageType"; reason: private alias.
Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
Removed service "Knp\Component\Pager\ArgumentAccess\ArgumentAccessInterface"; reason: private alias.
Removed service "Endroid\QrCode\Builder\BuilderInterface"; reason: private alias.
Removed service "Endroid\QrCode\Builder\BuilderRegistryInterface"; reason: private alias.
Removed service "Endroid\QrCode\Builder\BuilderInterface $defaultQrCodeBuilder"; reason: private alias.
Removed service "Knp\Bundle\TimeBundle\DateTimeFormatter"; reason: private alias.
Removed service "EasyCorp\Bundle\EasyAdminBundle\Contracts\Menu\MenuItemMatcherInterface"; reason: private alias.
Removed service "EasyCorp\Bundle\EasyAdminBundle\Contracts\Orm\EntityPaginatorInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service ".service_locator.6DxUFLS"; reason: private alias.
Removed service ".service_locator.27KOu4H"; reason: private alias.
Removed service ".service_locator.Mo0FXEU"; reason: private alias.
Removed service ".service_locator.o.uf2zi"; reason: private alias.
Removed service ".service_locator.twrFs.m"; reason: private alias.
Removed service ".service_locator.lng3o3t"; reason: private alias.
Removed service ".service_locator.Lazlz4J"; reason: private alias.
Removed service ".service_locator.xhr0Cbu"; reason: private alias.
Removed service ".service_locator.v2d8UK1"; reason: private alias.
Removed service ".service_locator.tXAeMBG"; reason: private alias.
Removed service ".service_locator.QwCLHGZ"; reason: private alias.
Removed service ".service_locator.PNZO_VY"; reason: private alias.
Removed service ".service_locator.5JYXUcd"; reason: private alias.
Removed service ".service_locator.q_2FON3"; reason: private alias.
Removed service ".service_locator.BdPCMg."; reason: private alias.
Removed service ".service_locator.8uebI1_"; reason: private alias.
Removed service ".service_locator.kXfCeaE"; reason: private alias.
Removed service ".service_locator.2xWE50n"; reason: private alias.
Removed service ".service_locator.m.NWkvT"; reason: private alias.
Removed service ".service_locator.5EapwyR"; reason: private alias.
Removed service ".service_locator.XEZTkuc"; reason: private alias.
Removed service ".service_locator.0053jWG"; reason: private alias.
Removed service ".service_locator.ONpjLpZ"; reason: private alias.
Removed service ".service_locator.T4fbrpX"; reason: private alias.
Removed service ".service_locator.1yCy5k4"; reason: private alias.
Removed service ".service_locator.J3i92r0"; reason: private alias.
Removed service ".service_locator.iAUN26p"; reason: private alias.
Removed service ".service_locator.uREOyFk"; reason: private alias.
Removed service ".service_locator.mluVvBH"; reason: private alias.
Removed service ".service_locator.XmCCPv1"; reason: private alias.
Removed service ".service_locator.m0nwZ5I"; reason: private alias.
Removed service ".service_locator.aCg4yfR"; reason: private alias.
Removed service ".service_locator.JMP0Dku"; reason: private alias.
Removed service ".service_locator.d5hw4Wo"; reason: private alias.
Removed service ".service_locator.PRzwUEw"; reason: private alias.
Removed service ".service_locator.LUQJIOs"; reason: private alias.
Removed service ".service_locator.KwPpfup"; reason: private alias.
Removed service ".service_locator.7uFhiqe"; reason: private alias.
Removed service ".service_locator.BE2ruoe"; reason: private alias.
Removed service ".service_locator.APHTi8h"; reason: private alias.
Removed service ".service_locator.BOxJikc"; reason: private alias.
Removed service ".service_locator.r6yig4_"; reason: private alias.
Removed service ".service_locator.Zl8osak"; reason: private alias.
Removed service ".service_locator.Qen4Y8Y"; reason: private alias.
Removed service ".service_locator.Ar7qk41"; reason: private alias.
Removed service ".service_locator.eUPJs1u"; reason: private alias.
Removed service ".service_locator.MzzSRF7"; reason: private alias.
Removed service ".service_locator.V6XGjRy"; reason: private alias.
Removed service ".service_locator.OIXWyzu"; reason: private alias.
Removed service ".service_locator.i8PJx2G"; reason: private alias.
Removed service ".service_locator.DPjQYxt"; reason: private alias.
Removed service ".service_locator.G8EjLuw"; reason: private alias.
Removed service ".service_locator.DqXQLzQ"; reason: private alias.
Removed service ".service_locator.ZWryA21"; reason: private alias.
Removed service ".service_locator.IAaHo1i"; reason: private alias.
Removed service ".service_locator.B9Dz0AF"; reason: private alias.
Removed service ".service_locator.tayMk2V"; reason: private alias.
Removed service ".service_locator.gL7CpGu"; reason: private alias.
Removed service ".service_locator.mw7NqwX"; reason: private alias.
Removed service ".service_locator.2uwNZGz"; reason: private alias.
Removed service ".service_locator.nBq0FON"; reason: private alias.
Removed service ".service_locator.ISn1DeS"; reason: private alias.
Removed service ".service_locator.oYucuAU"; reason: private alias.
Removed service ".service_locator.091YOTT"; reason: private alias.
Removed service ".service_locator.1xYQYUr"; reason: private alias.
Removed service ".service_locator.afAAUkG"; reason: private alias.
Removed service ".service_locator.jvVio_p"; reason: private alias.
Removed service ".service_locator.Am.3XaV"; reason: private alias.
Removed service ".service_locator.tpPggdB"; reason: private alias.
Removed service ".service_locator.fEjVlfQ"; reason: private alias.
Removed service ".service_locator.xBJwHvv"; reason: private alias.
Removed service ".service_locator.Cv5DqdC"; reason: private alias.
Removed service ".service_locator.Rt9LHvy"; reason: private alias.
Removed service ".service_locator.sI1Ibne"; reason: private alias.
Removed service ".service_locator.PSmAaV9"; reason: private alias.
Removed service ".service_locator.8MDSgbm"; reason: private alias.
Removed service ".service_locator.s7E9Bzu"; reason: private alias.
Removed service ".service_locator.aZHze2K"; reason: private alias.
Removed service ".service_locator.HIYW6uq"; reason: private alias.
Removed service ".service_locator.mfIWuJ0"; reason: private alias.
Removed service ".service_locator.3R3wNwI"; reason: private alias.
Removed service ".service_locator.6G88K7N"; reason: private alias.
Removed service ".service_locator.VJHxLl0"; reason: private alias.
Removed service ".service_locator.5gMjWI4"; reason: private alias.
Removed service ".service_locator.YgsMrVF"; reason: private alias.
Removed service ".service_locator.bQaZVEz"; reason: private alias.
Removed service ".service_locator.Q4xm0ZC"; reason: private alias.
Removed service ".service_locator.J2KlhXr"; reason: private alias.
Removed service ".service_locator.ZVsh1Bf"; reason: private alias.
Removed service ".service_locator.eQswoAm"; reason: private alias.
Removed service ".service_locator.TP3hl0_"; reason: private alias.
Removed service ".service_locator.vNvAYaV"; reason: private alias.
Removed service ".service_locator.zQ0Lvjd"; reason: private alias.
Removed service ".service_locator.3FATWKR"; reason: private alias.
Removed service ".service_locator.GP5vPQ5"; reason: private alias.
Removed service ".service_locator.HzdGKML"; reason: private alias.
Removed service ".service_locator.HSu4AIX"; reason: private alias.
Removed service ".service_locator.fAvXSZf"; reason: private alias.
Removed service ".service_locator.PJ0TVEB"; reason: private alias.
Removed service ".service_locator.Yg0x40S"; reason: private alias.
Removed service ".service_locator.7GrzhMf"; reason: private alias.
Removed service ".service_locator.LSMMc8h"; reason: private alias.
Removed service ".service_locator.IIcbx.N"; reason: private alias.
Removed service ".service_locator.IQ5JF3O"; reason: private alias.
Removed service ".service_locator.zRXxifQ"; reason: private alias.
Removed service ".service_locator.dGpLjBD"; reason: private alias.
Removed service ".service_locator.Sdl.ETN"; reason: private alias.
Removed service ".service_locator.Fq7Pqf."; reason: private alias.
Removed service ".service_locator._dYs4Xg"; reason: private alias.
Removed service ".service_locator.wThpU_l"; reason: private alias.
Removed service ".service_locator.LCPb8WU"; reason: private alias.
Removed service ".service_locator.Wmulhwt"; reason: private alias.
Removed service ".service_locator.ECE0nbZ"; reason: private alias.
Removed service ".service_locator.WFlFofq"; reason: private alias.
Removed service ".service_locator.YVU_b.P"; reason: private alias.
Removed service ".service_locator.VBU2UL1"; reason: private alias.
Removed service ".service_locator.Ztzy0aX"; reason: private alias.
Removed service ".service_locator.A2RdnTu"; reason: private alias.
Removed service ".service_locator.qsZcyON"; reason: private alias.
Removed service ".service_locator.y3Ks2OT"; reason: private alias.
Removed service ".service_locator._nwj.BI"; reason: private alias.
Removed service ".service_locator.eZCUyZD"; reason: private alias.
Removed service ".service_locator.AKLaxlR"; reason: private alias.
Removed service ".service_locator.TrzMPqz"; reason: private alias.
Removed service ".service_locator.qPjJqj2"; reason: private alias.
Removed service ".service_locator.2Ow0Tww"; reason: private alias.
Removed service ".service_locator..gYSaPc"; reason: private alias.
Removed service ".service_locator.6lBvorD"; reason: private alias.
Removed service ".service_locator.8f.zSrn"; reason: private alias.
Removed service ".service_locator.Pc3oN1d"; reason: private alias.
Removed service ".service_locator.ZfDrjBX"; reason: private alias.
Removed service ".service_locator.9sDG6gO"; reason: private alias.
Removed service ".service_locator.FQ5gkFN"; reason: private alias.
Removed service ".service_locator.LTx5NfI"; reason: private alias.
Removed service ".service_locator.29LyNHt"; reason: private alias.
Removed service ".service_locator.IV.y8Bx"; reason: private alias.
Removed service ".service_locator.hJbnJzG"; reason: private alias.
Removed service ".service_locator.Fg6tbNs"; reason: private alias.
Removed service ".service_locator.kDY6Y6P"; reason: private alias.
Removed service ".service_locator.0QmgO1V"; reason: private alias.
Removed service ".service_locator.qE.bfpc"; reason: private alias.
Removed service ".service_locator.IiDbyda"; reason: private alias.
Removed service ".service_locator.7tl9Joa"; reason: private alias.
Removed service ".service_locator..BQZXJr"; reason: private alias.
Removed service ".service_locator.4qb_1ha"; reason: private alias.
Removed service ".service_locator.ggyn1Y1"; reason: private alias.
Removed service ".service_locator.3ro91KV"; reason: private alias.
Removed service ".service_locator.vOBqlWh"; reason: private alias.
Removed service ".service_locator.NgGh33a"; reason: private alias.
Removed service ".service_locator.BIGNHEB"; reason: private alias.
Removed service ".service_locator.0S17clp"; reason: private alias.
Removed service ".service_locator.RKf6Gwp"; reason: private alias.
Removed service ".service_locator.Ngk9a95"; reason: private alias.
Removed service ".service_locator.kMXQZ4z"; reason: private alias.
Removed service ".service_locator.DjcQb_u"; reason: private alias.
Removed service ".service_locator.4.LHvj9"; reason: private alias.
Removed service ".service_locator.dbO2VKI"; reason: private alias.
Removed service ".service_locator.yTm5lwV"; reason: private alias.
Removed service ".service_locator.RLKT.21"; reason: private alias.
Removed service ".service_locator._51zZu1"; reason: private alias.
Removed service ".service_locator.sDn_K4n"; reason: private alias.
Removed service ".service_locator.FnepjEM"; reason: private alias.
Removed service ".service_locator.LdvMoWK"; reason: private alias.
Removed service ".service_locator..Qb1e52"; reason: private alias.
Removed service ".service_locator.BVPH1hb"; reason: private alias.
Removed service ".service_locator.nTfN_yo"; reason: private alias.
Removed service ".service_locator.g3MPjN7"; reason: private alias.
Removed service ".service_locator.BvScWDb"; reason: private alias.
Removed service ".service_locator.JDhzbGq"; reason: private alias.
Removed service ".service_locator..81gmAK"; reason: private alias.
Removed service ".service_locator.75Bho5d"; reason: private alias.
Removed service ".service_locator.s7EYbLr"; reason: private alias.
Removed service ".service_locator.m92YHkM"; reason: private alias.
Removed service ".service_locator.gT9882x"; reason: private alias.
Removed service ".service_locator.MGD3jgA"; reason: private alias.
Removed service ".service_locator.7j_Fxyy"; reason: private alias.
Removed service ".service_locator.eVq3OvT"; reason: private alias.
Removed service ".service_locator.rISLovA"; reason: private alias.
Removed service ".service_locator.1.zB_dY"; reason: private alias.
Removed service ".service_locator.mbK44wY"; reason: private alias.
Removed service ".service_locator.13RgTsR"; reason: private alias.
Removed service ".service_locator.xrgZlVL"; reason: private alias.
Removed service ".service_locator.eTDtyb5"; reason: private alias.
Removed service ".service_locator.fXySbNZ"; reason: private alias.
Removed service ".service_locator.AV2VAc4"; reason: private alias.
Removed service ".service_locator.aa6tZg6"; reason: private alias.
Removed service ".service_locator.KlrCg7h"; reason: private alias.
Removed service ".service_locator.2t7fFZ4"; reason: private alias.
Removed service ".service_locator.wLkkvDh"; reason: private alias.
Removed service ".service_locator.5k3.qco"; reason: private alias.
Removed service ".service_locator.ZwLYJSY"; reason: private alias.
Removed service ".service_locator.cq7hxF1"; reason: private alias.
Removed service ".service_locator.aWgcLWK"; reason: private alias.
Removed service ".service_locator.17Dh7Tl"; reason: private alias.
Removed service ".service_locator.iHdMr8K"; reason: private alias.
Removed service ".service_locator.PFDITH5"; reason: private alias.
Removed service ".service_locator.nzTBi2x"; reason: private alias.
Removed service ".service_locator.DueM_dz"; reason: private alias.
Removed service ".service_locator.oBDQJ7P"; reason: private alias.
Removed service ".service_locator.6YDiLn3"; reason: private alias.
Removed service ".service_locator.0xMOOlt"; reason: private alias.
Removed service ".service_locator.TP6B2Q2"; reason: private alias.
Removed service ".service_locator.1kty6.H"; reason: private alias.
Removed service ".service_locator.FBIVZwp"; reason: private alias.
Removed service ".service_locator.4ZVy7Dw"; reason: private alias.
Removed service ".service_locator.khOb6Tm"; reason: private alias.
Removed service ".service_locator._D6uVyU"; reason: private alias.
Removed service ".service_locator.qslhj_n"; reason: private alias.
Removed service ".service_locator.5.wT4ea"; reason: private alias.
Removed service ".service_locator.AD0rg13"; reason: private alias.
Removed service ".service_locator.ICUYJ7B"; reason: private alias.
Removed service ".service_locator.nC0XhY9"; reason: private alias.
Removed service ".service_locator.vk5D.xN"; reason: private alias.
Removed service ".service_locator.CWIDIeT"; reason: private alias.
Removed service ".service_locator.Jm6Vyfn"; reason: private alias.
Removed service ".service_locator.jfWaIbr"; reason: private alias.
Removed service ".service_locator.jcwaLjj"; reason: private alias.
Removed service ".service_locator.DfPTEyC"; reason: private alias.
Removed service ".service_locator.kfDHmdH"; reason: private alias.
Removed service ".service_locator.ylZwYAD"; reason: private alias.
Removed service ".service_locator.8EyykC1"; reason: private alias.
Removed service ".service_locator.Pu58zxP"; reason: private alias.
Removed service ".service_locator.2LgTQV1"; reason: private alias.
Removed service ".service_locator.rddYSkn"; reason: private alias.
Removed service ".service_locator.0wpS2bw"; reason: private alias.
Removed service ".service_locator.m9ErefJ"; reason: private alias.
Removed service ".service_locator.So9wlcj"; reason: private alias.
Removed service ".service_locator.RfE9r2j"; reason: private alias.
Removed service ".service_locator.jKF5NBA"; reason: private alias.
Removed service ".service_locator.hoRsMW8"; reason: private alias.
Removed service ".service_locator.dQOBFYZ"; reason: private alias.
Removed service ".service_locator.jhniB3v"; reason: private alias.
Removed service ".service_locator.QPh2yrI"; reason: private alias.
Removed service ".service_locator.ZFrFXSo"; reason: private alias.
Removed service ".service_locator.t9TYYg6"; reason: private alias.
Removed service ".service_locator.xaxWlRw"; reason: private alias.
Removed service ".service_locator.4G7M2GU"; reason: private alias.
Removed service ".service_locator.6cpmiBf"; reason: private alias.
Removed service ".service_locator.oFCQETG"; reason: private alias.
Removed service ".service_locator.Jz10L6H"; reason: private alias.
Removed service ".service_locator.8m9XoSR"; reason: private alias.
Removed service ".service_locator.EF.Xafq"; reason: private alias.
Removed service ".service_locator.pkU9kLN"; reason: private alias.
Removed service ".service_locator.Y1gJt63"; reason: private alias.
Removed service ".service_locator.R7HZCNQ"; reason: private alias.
Removed service ".service_locator.t6CaGjK"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.ZP92gqz"; reason: private alias.
Removed service ".service_locator.yTMp7CA"; reason: private alias.
Removed service ".service_locator.jUv.zyj"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "serializer"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.b4Agcrj"; reason: private alias.
Removed service ".service_locator.rr8g6a9"; reason: private alias.
Removed service ".service_locator.1aiqmLQ"; reason: private alias.
Removed service ".service_locator.A1CG8fu"; reason: private alias.
Removed service ".service_locator.AMJoP_V"; reason: private alias.
Removed service ".service_locator.bznA3Sd"; reason: private alias.
Removed service ".service_locator.4MX1q0S"; reason: private alias.
Removed service ".service_locator.9e2t_lq"; reason: private alias.
Removed service ".service_locator.dMQbl2t"; reason: private alias.
Removed service ".service_locator.z_typH5"; reason: private alias.
Removed service ".service_locator.uoBNKjJ"; reason: private alias.
Removed service ".service_locator.9.J7eD_"; reason: private alias.
Removed service ".service_locator.BnaX2l6"; reason: private alias.
Removed service ".service_locator.x0waPta"; reason: private alias.
Removed service ".service_locator.xhidBkF"; reason: private alias.
Removed service ".service_locator.kTG41Np"; reason: private alias.
Removed service ".service_locator.rH19iU6"; reason: private alias.
Removed service ".service_locator.Gaxq_ZH"; reason: private alias.
Removed service ".service_locator.K_3jdrW"; reason: private alias.
Removed service ".service_locator.fcdI.Mi"; reason: private alias.
Removed service ".service_locator.DVXyaww"; reason: private alias.
Removed service ".service_locator.dmANCVk"; reason: private alias.
Removed service ".service_locator.lY4KDys"; reason: private alias.
Removed service ".service_locator.oLIsMIt"; reason: private alias.
Removed service ".service_locator.g8oR8V3"; reason: private alias.
Removed service ".service_locator.fk1E_s5"; reason: private alias.
Removed service ".service_locator.blbJ9NQ"; reason: private alias.
Removed service ".service_locator.AiLqc52"; reason: private alias.
Removed service ".service_locator.Euf1kuD"; reason: private alias.
Removed service ".service_locator.YoWZyl8"; reason: private alias.
Removed service ".service_locator.JJhVY1I"; reason: private alias.
Removed service ".service_locator.KPtkthv"; reason: private alias.
Removed service ".service_locator.9Z4hNBn"; reason: private alias.
Removed service ".service_locator.RI..qBc"; reason: private alias.
Removed service ".service_locator.BLeMxZ4"; reason: private alias.
Removed service ".service_locator.qeh951x"; reason: private alias.
Removed service ".service_locator.vIxhJi9"; reason: private alias.
Removed service ".service_locator.JJF0nup"; reason: private alias.
Removed service ".service_locator.eMUiFLa"; reason: private alias.
Removed service ".service_locator.YS9ysnT"; reason: private alias.
Removed service ".service_locator.4Aueok."; reason: private alias.
Removed service ".service_locator.OvvX6Ti"; reason: private alias.
Removed service ".service_locator.s2VSFUY"; reason: private alias.
Removed service ".service_locator.Z1aRX0h"; reason: private alias.
Removed service ".service_locator.Xdn9xn4"; reason: private alias.
Removed service ".service_locator.nvcQUyw"; reason: private alias.
Removed service ".service_locator.cYMvtTN"; reason: private alias.
Removed service ".service_locator.b.oiTlt"; reason: private alias.
Removed service ".service_locator.3XnPN2Q"; reason: private alias.
Removed service ".service_locator.kAyT29_"; reason: private alias.
Removed service ".service_locator.vu6LwCr"; reason: private alias.
Removed service ".service_locator.lMvSb.A"; reason: private alias.
Removed service ".service_locator.6TQ7824"; reason: private alias.
Removed service ".service_locator.jBUvfxu"; reason: private alias.
Removed service ".service_locator.GW41.N3"; reason: private alias.
Removed service ".service_locator.mNKZU0K"; reason: private alias.
Removed service ".service_locator.jm8_mR8"; reason: private alias.
Removed service ".service_locator.GPstgCw"; reason: private alias.
Removed service ".service_locator.qPF9f5_"; reason: private alias.
Removed service ".service_locator.31Sqn4V"; reason: private alias.
Removed service ".service_locator.etwN36O"; reason: private alias.
Removed service ".service_locator.CSPcanh"; reason: private alias.
Removed service ".service_locator.xNcUqEN"; reason: private alias.
Removed service ".service_locator.DoX5Dsd"; reason: private alias.
Removed service ".service_locator.z2TdxfL"; reason: private alias.
Removed service ".service_locator.JUqcfyQ"; reason: private alias.
Removed service ".service_locator.jgAu5an"; reason: private alias.
Removed service ".service_locator.ppBJR2T"; reason: private alias.
Removed service ".service_locator.XYhxEHd"; reason: private alias.
Removed service ".service_locator.bh.eC9R"; reason: private alias.
Removed service ".service_locator.vAUqzKe"; reason: private alias.
Removed service ".service_locator.xfJ8A7o"; reason: private alias.
Removed service ".service_locator.mciicMa"; reason: private alias.
Removed service ".service_locator.gaTSUXr"; reason: private alias.
Removed service ".service_locator.2OLy8FC"; reason: private alias.
Removed service ".service_locator.76C_CCE"; reason: private alias.
Removed service ".service_locator.elHlZWz"; reason: private alias.
Removed service ".service_locator.CRjbDee"; reason: private alias.
Removed service ".service_locator.WwxKO6u"; reason: private alias.
Removed service ".service_locator.Ss.WK46"; reason: private alias.
Removed service ".service_locator.rNqEGve"; reason: private alias.
Removed service ".service_locator.sZXSdff"; reason: private alias.
Removed service ".service_locator.L0iqFmi"; reason: private alias.
Removed service ".service_locator.3iEsVlf"; reason: private alias.
Removed service ".service_locator.HP8pQuG"; reason: private alias.
Removed service ".service_locator.2F3txma"; reason: private alias.
Removed service ".service_locator.EMbgA2D"; reason: private alias.
Removed service ".service_locator.JgoUBMB"; reason: private alias.
Removed service ".service_locator.9QwEsZm"; reason: private alias.
Removed service ".service_locator.WbJ_6sv"; reason: private alias.
Removed service ".service_locator.4DKAChl"; reason: private alias.
Removed service ".service_locator.lsQWW8."; reason: private alias.
Removed service ".service_locator.RcvrWCg"; reason: private alias.
Removed service ".service_locator.6CFCVN5"; reason: private alias.
Removed service ".service_locator.Q8ACF.5"; reason: private alias.
Removed service ".service_locator.H39bFml"; reason: private alias.
Removed service ".service_locator.c8H8vCu"; reason: private alias.
Removed service ".service_locator.zhaiGjV"; reason: private alias.
Removed service ".service_locator.eMVL8aL"; reason: private alias.
Removed service ".service_locator.TRtjybW"; reason: private alias.
Removed service ".service_locator.5e1lTQ8"; reason: private alias.
Removed service ".service_locator.OgrFq81"; reason: private alias.
Removed service ".service_locator.ScpARFx"; reason: private alias.
Removed service ".service_locator.H5JEvvH"; reason: private alias.
Removed service ".service_locator.7haSGOi"; reason: private alias.
Removed service ".service_locator.fUswOiO"; reason: private alias.
Removed service ".service_locator.9gV2M7c"; reason: private alias.
Removed service ".service_locator.rIUooga"; reason: private alias.
Removed service ".service_locator.Z0m151o"; reason: private alias.
Removed service ".service_locator.w5CLVJp"; reason: private alias.
Removed service ".service_locator.UH5ZNB9"; reason: private alias.
Removed service ".service_locator.TikswIP"; reason: private alias.
Removed service ".service_locator.lBHrgvT"; reason: private alias.
Removed service ".service_locator.9LCm4gW"; reason: private alias.
Removed service ".service_locator.9zpB.17"; reason: private alias.
Removed service ".service_locator.FipiieG"; reason: private alias.
Removed service ".service_locator.MiwxkT3"; reason: private alias.
Removed service ".service_locator.IJJl9.j"; reason: private alias.
Removed service ".service_locator.6ZWEJpT"; reason: private alias.
Removed service ".service_locator.iBjSM.O"; reason: private alias.
Removed service ".service_locator.9eZI3DE"; reason: private alias.
Removed service ".service_locator.khf9WPo"; reason: private alias.
Removed service ".service_locator.Z.kEJWn"; reason: private alias.
Removed service ".service_locator.KCmrFOR"; reason: private alias.
Removed service ".service_locator.cj1ftoP"; reason: private alias.
Removed service ".service_locator.YlaG0Ob"; reason: private alias.
Removed service ".service_locator.NoGimr2"; reason: private alias.
Removed service ".service_locator.l4VxYVg"; reason: private alias.
Removed service ".service_locator.025Wi8b"; reason: private alias.
Removed service ".service_locator.GJBbFcJ"; reason: private alias.
Removed service ".service_locator.dCJDpi3"; reason: private alias.
Removed service ".service_locator.YEnVEoT"; reason: private alias.
Removed service ".service_locator..Czg5Wc"; reason: private alias.
Removed service ".service_locator.hZt45gC"; reason: private alias.
Removed service ".service_locator.6agMpJE"; reason: private alias.
Removed service ".service_locator.C0coBpB"; reason: private alias.
Removed service ".service_locator.ws0NEro"; reason: private alias.
Removed service ".service_locator.zt6GVrE"; reason: private alias.
Removed service ".service_locator.hd7Ue5l"; reason: private alias.
Removed service ".service_locator.0os6Neg"; reason: private alias.
Removed service ".service_locator.vq_rVKS"; reason: private alias.
Removed service ".service_locator._kO7koP"; reason: private alias.
Removed service ".service_locator.8Qnlt2X"; reason: private alias.
Removed service ".service_locator.JbdfTnR"; reason: private alias.
Removed service ".service_locator.6.eXc2C"; reason: private alias.
Removed service ".service_locator.2IlYJFv"; reason: private alias.
Removed service ".service_locator.GnrtU9u"; reason: private alias.
Removed service ".service_locator.LZ.awp8"; reason: private alias.
Removed service ".service_locator.5zkxEae"; reason: private alias.
Removed service ".service_locator.cV_0C77"; reason: private alias.
Removed service ".service_locator.4FVvccd"; reason: private alias.
Removed service ".service_locator.CatXtab"; reason: private alias.
Removed service ".service_locator.W_eAZpu"; reason: private alias.
Removed service ".service_locator.LVQPDWD"; reason: private alias.
Removed service ".service_locator.RkC5PsO"; reason: private alias.
Removed service ".service_locator.m6VHu17"; reason: private alias.
Removed service ".service_locator.yqRsmhZ"; reason: private alias.
Removed service ".service_locator.mTlbcWp"; reason: private alias.
Removed service ".service_locator.iYmiXNn"; reason: private alias.
Removed service ".service_locator..HGwFbq"; reason: private alias.
Removed service ".service_locator.oZvjwtB"; reason: private alias.
Removed service ".service_locator.03QINuT"; reason: private alias.
Removed service ".service_locator.XYjDbeT"; reason: private alias.
Removed service ".service_locator.Hic8krC"; reason: private alias.
Removed service ".service_locator.1tXhyVN"; reason: private alias.
Removed service ".service_locator.gTthpFK"; reason: private alias.
Removed service ".service_locator.N2hnQEE"; reason: private alias.
Removed service ".service_locator.dJvXaoV"; reason: private alias.
Removed service ".service_locator.Se7fgHn"; reason: private alias.
Removed service ".service_locator.LlktXL1"; reason: private alias.
Removed service ".service_locator.uD38AkB"; reason: private alias.
Removed service ".service_locator.rCSHcN0"; reason: private alias.
Removed service ".service_locator.Xr9RP5r"; reason: private alias.
Removed service ".service_locator.UdQeVqA"; reason: private alias.
Removed service ".service_locator.iA6Vtf4"; reason: private alias.
Removed service ".service_locator.hPN3MqQ"; reason: private alias.
Removed service ".service_locator.PBhS4Tt"; reason: private alias.
Removed service ".service_locator.P6nZq_M"; reason: private alias.
Removed service ".service_locator.goXDPj1"; reason: private alias.
Removed service ".service_locator.Gsot8sj"; reason: private alias.
Removed service ".service_locator.c.GPWsE"; reason: private alias.
Removed service ".service_locator.fHJMpW9"; reason: private alias.
Removed service ".service_locator.9oZLdAj"; reason: private alias.
Removed service ".service_locator.auLf.az"; reason: private alias.
Removed service ".service_locator.thZ_wzw"; reason: private alias.
Removed service ".service_locator.5HczAq4"; reason: private alias.
Removed service ".service_locator.QVaIw.U"; reason: private alias.
Removed service ".service_locator.HM0Jvs9"; reason: private alias.
Removed service ".service_locator.eBDNcOK"; reason: private alias.
Removed service ".service_locator.MCtI1Fb"; reason: private alias.
Removed service ".service_locator.OJmnvRJ"; reason: private alias.
Removed service ".service_locator.j6ER7W5"; reason: private alias.
Removed service ".service_locator.UINtHez"; reason: private alias.
Removed service ".service_locator.gbWujEs"; reason: private alias.
Removed service ".service_locator.9c1dny0"; reason: private alias.
Removed service ".service_locator.sOls_Md"; reason: private alias.
Removed service ".service_locator.Kw.KrzF"; reason: private alias.
Removed service ".service_locator.5.rb78M"; reason: private alias.
Removed service ".service_locator.3G4jM2n"; reason: private alias.
Removed service ".service_locator.6Bm0jrR"; reason: private alias.
Removed service ".service_locator.KrDyTy8"; reason: private alias.
Removed service ".service_locator.iEXNCDK"; reason: private alias.
Removed service ".service_locator.yUfkHMZ"; reason: private alias.
Removed service ".service_locator.1yERpC_"; reason: private alias.
Removed service ".service_locator.2pNH1P8"; reason: private alias.
Removed service ".service_locator.xbx2dK_"; reason: private alias.
Removed service ".service_locator.Kq6fceW"; reason: private alias.
Removed service ".service_locator.aMwWDew"; reason: private alias.
Removed service ".service_locator.E_gLlaV"; reason: private alias.
Removed service ".service_locator.dPWYYOH"; reason: private alias.
Removed service ".service_locator.SIe.Tj5"; reason: private alias.
Removed service ".service_locator.ppq4Hf3"; reason: private alias.
Removed service ".service_locator.CFEwqA."; reason: private alias.
Removed service ".service_locator.I9zPISc"; reason: private alias.
Removed service ".service_locator.0WZA.H3"; reason: private alias.
Removed service ".service_locator.V0gcikt"; reason: private alias.
Removed service ".service_locator.lt878mO"; reason: private alias.
Removed service ".service_locator.IFrYOQa"; reason: private alias.
Removed service ".service_locator.odI7v.T"; reason: private alias.
Removed service ".service_locator.KY9OvIX"; reason: private alias.
Removed service ".service_locator.nCThFX6"; reason: private alias.
Removed service ".service_locator.q8PfTOx"; reason: private alias.
Removed service ".service_locator.9CbvG1Q"; reason: private alias.
Removed service ".service_locator.LqBGa9K"; reason: private alias.
Removed service ".service_locator._jORQDq"; reason: private alias.
Removed service ".service_locator.z7qa1E7"; reason: private alias.
Removed service ".service_locator.on9wXlN"; reason: private alias.
Removed service ".service_locator.eydodlh"; reason: private alias.
Removed service ".service_locator.cSVp5ux"; reason: private alias.
Removed service ".service_locator.v05Gqt1"; reason: private alias.
Removed service ".service_locator..ZVALUx"; reason: private alias.
Removed service ".service_locator.8GqUR9n"; reason: private alias.
Removed service ".service_locator.3CTtt5I"; reason: private alias.
Removed service ".service_locator.1RtvRZ."; reason: private alias.
Removed service ".service_locator.ojctSGG"; reason: private alias.
Removed service ".service_locator.40Pms45"; reason: private alias.
Removed service ".service_locator.NbDkdug"; reason: private alias.
Removed service ".service_locator.QxkqxJS"; reason: private alias.
Removed service ".service_locator.bD_wkNP"; reason: private alias.
Removed service ".service_locator.bbuY1E1"; reason: private alias.
Removed service ".service_locator.rRFJgh_"; reason: private alias.
Removed service ".service_locator.jrunAyh"; reason: private alias.
Removed service ".service_locator.Dl8gUbv"; reason: private alias.
Removed service ".service_locator.gqu1PXG"; reason: private alias.
Removed service ".service_locator.qG.SslY"; reason: private alias.
Removed service ".service_locator.53znCEK"; reason: private alias.
Removed service ".service_locator.f5z3LF2"; reason: private alias.
Removed service ".service_locator.jomsIql"; reason: private alias.
Removed service ".service_locator.tF2LTtI"; reason: private alias.
Removed service ".service_locator.EJTyKKR"; reason: private alias.
Removed service ".service_locator.llYIEEv"; reason: private alias.
Removed service ".service_locator.Yyikyfs"; reason: private alias.
Removed service ".service_locator.TKIKnFZ"; reason: private alias.
Removed service ".service_locator.4U9suJ1"; reason: private alias.
Removed service ".service_locator.1d032bZ"; reason: private alias.
Removed service ".service_locator.gHZKtP5"; reason: private alias.
Removed service ".service_locator.NeiaeIM"; reason: private alias.
Removed service ".service_locator.9dbGair"; reason: private alias.
Removed service ".service_locator.vFBeV1W"; reason: private alias.
Removed service ".service_locator.1DxXnJe"; reason: private alias.
Removed service ".service_locator.i2GXNFJ"; reason: private alias.
Removed service ".service_locator.Zu6ze_J"; reason: private alias.
Removed service ".service_locator.7jM59fi"; reason: private alias.
Removed service ".service_locator.V_2WiGo"; reason: private alias.
Removed service ".service_locator.halv5_B"; reason: private alias.
Removed service ".service_locator.xyyZFUF"; reason: private alias.
Removed service ".service_locator.QZPvIzy"; reason: private alias.
Removed service ".service_locator.eJ91zrp"; reason: private alias.
Removed service ".service_locator.FLikY92"; reason: private alias.
Removed service ".service_locator.dcNioeC"; reason: private alias.
Removed service ".service_locator..2EK2Gj"; reason: private alias.
Removed service ".service_locator.Uf4dkHS"; reason: private alias.
Removed service ".service_locator.hKiPCqa"; reason: private alias.
Removed service ".service_locator.S6jq1C0"; reason: private alias.
Removed service ".service_locator.JgTjfWK"; reason: private alias.
Removed service ".service_locator.UtNC8Ff"; reason: private alias.
Removed service ".service_locator.N16iczU"; reason: private alias.
Removed service ".service_locator.Hz654P5"; reason: private alias.
Removed service ".service_locator.fGDewsg"; reason: private alias.
Removed service ".service_locator.ULO_Spl"; reason: private alias.
Removed service ".service_locator.OpffgVF"; reason: private alias.
Removed service ".service_locator.Gb0J5K3"; reason: private alias.
Removed service ".service_locator.BCTq9KF"; reason: private alias.
Removed service ".service_locator.2jaAzTB"; reason: private alias.
Removed service ".service_locator.2QhPhah"; reason: private alias.
Removed service ".service_locator.koahzc7"; reason: private alias.
Removed service ".service_locator.t1N2c_d"; reason: private alias.
Removed service ".service_locator.BOGgFbq"; reason: private alias.
Removed service ".service_locator.RSp0i63"; reason: private alias.
Removed service ".service_locator.nJyfK45"; reason: private alias.
Removed service ".service_locator.JHYhSka"; reason: private alias.
Removed service ".service_locator.Z7aoB8r"; reason: private alias.
Removed service ".service_locator.Fa395_w"; reason: private alias.
Removed service ".service_locator.JsxUWlz"; reason: private alias.
Removed service ".service_locator.5cKt1SW"; reason: private alias.
Removed service ".service_locator.LCZvL6e"; reason: private alias.
Removed service ".service_locator.ASVzIGj"; reason: private alias.
Removed service ".service_locator.ostNlSn"; reason: private alias.
Removed service ".service_locator.uPguXMt"; reason: private alias.
Removed service ".service_locator.7NIAq8D"; reason: private alias.
Removed service ".service_locator.UUnJoG."; reason: private alias.
Removed service ".service_locator.TVa2Psq"; reason: private alias.
Removed service ".service_locator.W7C8uy1"; reason: private alias.
Removed service ".service_locator.zS9c1Vy"; reason: private alias.
Removed service ".service_locator.W6z5MGj"; reason: private alias.
Removed service ".service_locator.Nr6mlxk"; reason: private alias.
Removed service ".service_locator.JPnB57a"; reason: private alias.
Removed service ".service_locator.SOgBdZZ"; reason: private alias.
Removed service ".service_locator.OSnly3C"; reason: private alias.
Removed service ".service_locator.11ErOjt"; reason: private alias.
Removed service ".service_locator.eSOR1aV"; reason: private alias.
Removed service ".service_locator.BeABPfn"; reason: private alias.
Removed service ".service_locator.nqZhcS9"; reason: private alias.
Removed service ".service_locator.VK88hGb"; reason: private alias.
Removed service ".service_locator.RBo7xKH"; reason: private alias.
Removed service ".service_locator.ldi6Ip."; reason: private alias.
Removed service ".service_locator.svokt4u"; reason: private alias.
Removed service ".service_locator.hfiQLWj"; reason: private alias.
Removed service ".service_locator.heiyD7z"; reason: private alias.
Removed service ".service_locator.IyhK4wz"; reason: private alias.
Removed service ".service_locator.ZcEkVhy"; reason: private alias.
Removed service ".service_locator.Tvu22ko"; reason: private alias.
Removed service ".service_locator.8dJpptH"; reason: private alias.
Removed service ".service_locator.Q1z.f9O"; reason: private alias.
Removed service ".service_locator.k22e_lh"; reason: private alias.
Removed service ".service_locator.u6DWx23"; reason: private alias.
Removed service ".service_locator.hnz5ZNh"; reason: private alias.
Removed service ".service_locator.BlxN3Cw"; reason: private alias.
218
Changed reference of service "App\Controller\Administration\DemandeOperateurController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Administration\DemandeOperateurController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Administration\DocStatsGenController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Administration\GadgetController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Administration\InventaireAgroForetController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Administration\InventaireForestierController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Administration\InventaireForestierController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Administration\MessagerieController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Administration\MyGroupsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Administration\RegistrationMemberController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Administration\StockDocController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Administration\StockDocController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Administration\UtilisateurController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Administration\UtilisateurController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Administration\ValidationAdhesionController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Administration\ValidationCircuit\ValidationCircuitController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Administration\ValidationCircuit\ValidationCircuitDemandeController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Autorisation\AgreementExportController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Autorisation\AgreementPsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Autorisation\AttributionController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Autorisation\AttributionController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Autorisation\AttributionPvController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Autorisation\AutorisationExportController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Autorisation\AutorisationPsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Autorisation\AutorisationPvController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Autorisation\RepriseController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Autorisation\RepriseController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Blog\PublicationController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ChangeLangueController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Coupon\CouponController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\DiffusionController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\GroupeController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\LanguesController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Observateur\PublicationRapportController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Observateur\TicketController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\References\CantonnementController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\References\CaroiController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\References\CommercantController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\References\DcgController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\References\DdefController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\References\DirectionController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\References\DocumentOperateurController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\References\DocumentOperateurController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\References\DrController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\References\EssenceController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\References\ExploitantController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\References\ExportateurController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\References\ForetController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\References\GrilleLegaliteController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\References\ImprimeurController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\References\ModeleCommunicationController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\References\NaturePsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\References\OiController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\References\Pdt2TransfoController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\References\PosteForestierController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\References\ServiceMinefController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\References\TypeAutorisationController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\References\TypeDiffusionController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\References\TypeDocumentStatistiqueController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\References\UgfController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\References\UsineController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\RegistrationController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Services\Utils" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\TdbAdminController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Transformation\BillonController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Transformation\ColisController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Transformation\ContratController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Transformation\CouponAppController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\EventListeners\PagesDocumentProcess" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\EventListeners\ProcessCircuitGenerate" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\EventListeners\ProcessListener" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Admin\Coupon\CouponType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Administration\DemandeOperateurType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Administration\FicheInvType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Administration\FicheProspectionFcType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Administration\FicheProspectionType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Administration\GadgetType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Administration\MyGroupsType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Administration\ProfileFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Administration\UtilisateurFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Autorisation\AgreementExportateurType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Autorisation\AgreementPsType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Autorisation\AttributionPvType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Autorisation\AttributionType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Autorisation\AutorisationExportateurType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Autorisation\AutorisationPsType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Autorisation\AutorisationPvType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Autorisation\RepriseType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Blog\PublicationType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\DocStats\Pages\PagebcbgfhType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\DocStats\Pages\PagebcbpType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\DocStats\Pages\PagebrhType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\GroupeType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Helper\MadiatechType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Observateur\PublicationRapportType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Observateur\TicketType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\References\CantonnementType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\References\DcgType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\References\DdefType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\References\DrType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\References\ForetType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\References\ImprimeurType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\References\ModeleCommunicationType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\References\OiType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\References\SousPrefectureType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\References\TypeAutorisationType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\References\TypeDiffusionType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\References\TypeDocumentStatistiqueType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\References\UgfType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Transformation\ContratType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Transformation\Pdt2TransfoType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\AppCustomAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.mailjet" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.chat" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.sms" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.email" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.push" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "symfonycasts.verify_email.helper" previously pointing to "router.default" to "router".
Changed reference of service "vich_uploader.upload_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Endroid\QrCodeBundle\Twig\QrCodeRuntime" previously pointing to "router.default" to "router".
Changed reference of service "victor_prdh_recaptcha_bundle.recaptcha_validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "time.datetime_formatter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Cache\CacheWarmer" previously pointing to "router.default" to "router".
Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" previously pointing to "router.default" to "router".
Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.XIjar0S" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.1mbl9b1" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.5hC2VEQ" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.REmDBqi" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.lHV2Q_d" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.laRkwog" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.9wPf63Q" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.OJ9_Lv_" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.9e_Jhw4" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.8YYX8IS" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.CXokaNV" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.E1V9UJB" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.1Z9fEX7" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.SqG0s.4" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.EE0.cm9" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Z9ydiC1" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.bus.default.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.5cAhUFF" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.simple_role_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.EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.3YFBJbt" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.3YFBJbt" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.EjdkWEU" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.O2p6Lk7" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.fuYM_Z." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator._1SGciK" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
1365
Removed service "App\Entity"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "vich_uploader.listener.doctrine.base"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportInventaireCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportInventaireCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Blog\ArticleBlogCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Blog\ArticleBlogCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\Blog\ArticleBlogCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Blog\ArticleBlogCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Blog\CategorieCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Blog\CategorieCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\Blog\CategorieCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Blog\CategorieCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Blog\CommentCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Blog\CommentCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\Blog\CommentCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Blog\CommentCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Blog\MediaCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Blog\MediaCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\Blog\MediaCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Blog\MediaCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Blog\MenuBlogCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Blog\MenuBlogCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\Blog\MenuBlogCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Blog\MenuBlogCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Blog\PageCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Blog\PageCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\Blog\PageCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Blog\PageCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CategoryPublicationCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CategoryPublicationCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CategoryPublicationCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CategoryPublicationCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContacterCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContacterCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\ContacterCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ContacterCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DashboardController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ExerciceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ExerciceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ExerciceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\GroupePublicationCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\GroupePublicationCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\GroupePublicationCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\GroupePublicationCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MaintenanceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\MaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PrivilegesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PrivilegesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\PrivilegesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PublicationCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PublicationCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\PublicationCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\PublicationCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Securite\AutresRubriquesCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Securite\AutresRubriquesCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\Securite\AutresRubriquesCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Securite\AutresRubriquesCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Securite\OptionCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Securite\OptionCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\Securite\OptionCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Securite\OptionCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Securite\UserCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Securite\UserCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\Securite\UserCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Securite\UserCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\ApkVerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\ApkVerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Administration\ApkVerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\CorrectionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\CorrectionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Administration\CorrectionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\DemandeOperateurController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\DemandeOperateurController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Administration\DemandeOperateurController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\DernierNumeroArbreController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\DernierNumeroArbreController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Administration\DernierNumeroArbreController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\DocStatsGenController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\DocStatsGenController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Administration\DocStatsGenController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\GadgetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\GadgetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Administration\GadgetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\InventaireAgroForetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\InventaireAgroForetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Administration\InventaireAgroForetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\InventaireForestierController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\InventaireForestierController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Administration\InventaireForestierController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\MessagerieController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\MessagerieController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Administration\MessagerieController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\MyGroupsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\MyGroupsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Administration\MyGroupsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\RegistrationMemberController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\RegistrationMemberController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Administration\RegistrationMemberController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\StockDocController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\StockDocController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Administration\StockDocController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\UtilisateurController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\UtilisateurController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Administration\UtilisateurController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\ValidationAdhesionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\ValidationAdhesionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Administration\ValidationAdhesionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\ValidationCircuit\ValidationCircuitController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\ValidationCircuit\ValidationCircuitController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Administration\ValidationCircuit\ValidationCircuitController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\ValidationCircuit\ValidationCircuitDemandeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\ValidationCircuit\ValidationCircuitDemandeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Administration\ValidationCircuit\ValidationCircuitDemandeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\VerificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\VerificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Administration\VerificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PaiementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PaiementController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\PaiementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ServiceSelectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ServiceSelectionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ServiceSelectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\TypeDemandeApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\TypeDemandeApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\TypeDemandeApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\WebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\WebhookController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\WebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Autorisation\AgreementExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Autorisation\AgreementExportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Autorisation\AgreementExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Autorisation\AgreementPsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Autorisation\AgreementPsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Autorisation\AgreementPsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Autorisation\AttributionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Autorisation\AttributionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Autorisation\AttributionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Autorisation\AttributionPvController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Autorisation\AttributionPvController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Autorisation\AttributionPvController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Autorisation\AutorisationExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Autorisation\AutorisationExportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Autorisation\AutorisationExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Autorisation\AutorisationPsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Autorisation\AutorisationPsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Autorisation\AutorisationPsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Autorisation\AutorisationPvController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Autorisation\AutorisationPvController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Autorisation\AutorisationPvController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Autorisation\ContratBcbgfhController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Autorisation\ContratBcbgfhController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Autorisation\ContratBcbgfhController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Autorisation\RepriseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Autorisation\RepriseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Autorisation\RepriseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Autres\ContacterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Autres\ContacterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Autres\ContacterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Blog\AbonneController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Blog\AbonneController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Blog\AbonneController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Blog\ArticleBlogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Blog\ArticleBlogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Blog\ArticleBlogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Blog\CategorieController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Blog\CategorieController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Blog\CategorieController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Blog\CommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Blog\CommentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Blog\CommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Blog\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Blog\HomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Blog\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Blog\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Blog\PageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Blog\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Blog\PublicationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Blog\PublicationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Blog\PublicationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Carto\FunctionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Carto\FunctionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Carto\FunctionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Carto\ProjectionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Carto\ProjectionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Carto\ProjectionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ChangeLangueController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ChangeLangueController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ChangeLangueController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CircuitValidationActesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CircuitValidationActesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CircuitValidationActesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CouponAppController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CouponAppController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CouponAppController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CouponController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CouponController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CouponController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Coupon\CouponController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Coupon\CouponController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Coupon\CouponController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DemandeAutorisation\DemandeAutorisationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DemandeAutorisation\DemandeAutorisationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DemandeAutorisation\DemandeAutorisationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DemandeAutorisation\DocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DemandeAutorisation\DocumentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DemandeAutorisation\DocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DemandeAutorisation\NouvelleDemandeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DemandeAutorisation\NouvelleDemandeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DemandeAutorisation\NouvelleDemandeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DemandeAutorisation\TypeDemandeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DemandeAutorisation\TypeDemandeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DemandeAutorisation\TypeDemandeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DemandeAutorisation\TypeDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DemandeAutorisation\TypeDocumentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DemandeAutorisation\TypeDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DemandeAutorisation\TypeDocumentController_"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DemandeAutorisation\TypeDocumentController_"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DemandeAutorisation\TypeDocumentController_"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DemandeAutorisation\ValidationDemandeAutorisationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DemandeAutorisation\ValidationDemandeAutorisationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DemandeAutorisation\ValidationDemandeAutorisationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DiffusionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DiffusionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DiffusionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocStats\Entetes\DocumentApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocStats\Entetes\DocumentApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DocStats\Entetes\DocumentApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocStats\Entetes\DocumentbcbgfhController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocStats\Entetes\DocumentbcbgfhController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DocStats\Entetes\DocumentbcbgfhController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocStats\Entetes\DocumentbcbpController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocStats\Entetes\DocumentbcbpController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DocStats\Entetes\DocumentbcbpController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocStats\Entetes\DocumentbrepfController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocStats\Entetes\DocumentbrepfController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DocStats\Entetes\DocumentbrepfController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocStats\Entetes\DocumentbrhController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocStats\Entetes\DocumentbrhController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DocStats\Entetes\DocumentbrhController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocStats\Entetes\DocumentbtguController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocStats\Entetes\DocumentbtguController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DocStats\Entetes\DocumentbtguController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocStats\Entetes\DocumentbthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocStats\Entetes\DocumentbthController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DocStats\Entetes\DocumentbthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocStats\Entetes\DocumentcpController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocStats\Entetes\DocumentcpController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DocStats\Entetes\DocumentcpController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocStats\Entetes\DocumentetatbController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocStats\Entetes\DocumentetatbController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DocStats\Entetes\DocumentetatbController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocStats\Entetes\DocumentljeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocStats\Entetes\DocumentljeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DocStats\Entetes\DocumentljeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocStats\Entetes\GenerationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocStats\Entetes\GenerationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DocStats\Entetes\GenerationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocStats\ImportSodeforController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocStats\ImportSodeforController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DocStats\ImportSodeforController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocumentationOperateurAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocumentationOperateurAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DocumentationOperateurAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DynamicQueryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DynamicQueryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DynamicQueryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExploitantController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExploitantController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ExploitantController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\GroupeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Helper\MediaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Helper\MediaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Helper\MediaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InformationsPubliquesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InformationsPubliquesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\InformationsPubliquesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LanguesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LanguesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LanguesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MailController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NoPermissionUserActiveController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NoPermissionUserActiveController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\NoPermissionUserActiveController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Observateur\PublicationRapportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Observateur\PublicationRapportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Observateur\PublicationRapportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Observateur\TicketController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Observateur\TicketController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Observateur\TicketController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OuvertureController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OuvertureController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OuvertureController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Paiement\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Paiement\ApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Paiement\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Paiement\CatalogueServicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Paiement\CatalogueServicesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Paiement\CatalogueServicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Paiement\PaiementWorkflowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Paiement\PaiementWorkflowController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Paiement\PaiementWorkflowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PointSituationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PointSituationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PointSituationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PortailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PortailController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PortailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PublicationOiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PublicationOiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PublicationOiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\AbresAbattuController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\AbresAbattuController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\References\AbresAbattuController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\AttributairePsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\AttributairePsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\References\AttributairePsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\CantonnementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\CantonnementController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\References\CantonnementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\CaroiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\CaroiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\References\CaroiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\CommercantController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\CommercantController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\References\CommercantController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\DcgController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\DcgController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\References\DcgController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\DdefController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\DdefController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\References\DdefController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\DemandeAutorisation\TypeDemandeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\DemandeAutorisation\TypeDemandeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\References\DemandeAutorisation\TypeDemandeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\DemandeAutorisation\TypePaiementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\DemandeAutorisation\TypePaiementController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\References\DemandeAutorisation\TypePaiementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\DemandeAutorisation\TypesDemandeurController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\DemandeAutorisation\TypesDemandeurController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\References\DemandeAutorisation\TypesDemandeurController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\DemandeAutorisation\TypesDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\DemandeAutorisation\TypesDocumentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\References\DemandeAutorisation\TypesDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\DemandeAutorisation\TypesServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\DemandeAutorisation\TypesServiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\References\DemandeAutorisation\TypesServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\DirectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\DirectionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\References\DirectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\DocumentOperateurController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\DocumentOperateurController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\References\DocumentOperateurController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\DrController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\DrController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\References\DrController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\EssenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\EssenceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\References\EssenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\ExploitantController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\ExploitantController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\References\ExploitantController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\ExportateurController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\ExportateurController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\References\ExportateurController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\ForetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\ForetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\References\ForetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\GenericReferenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\GenericReferenceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\References\GenericReferenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\GrilleLegaliteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\GrilleLegaliteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\References\GrilleLegaliteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\ImprimeurController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\ImprimeurController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\References\ImprimeurController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\ModeleCommunicationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\ModeleCommunicationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\References\ModeleCommunicationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\NationnaliteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\NationnaliteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\References\NationnaliteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\NaturePsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\NaturePsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\References\NaturePsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\OiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\OiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\References\OiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\Pdt2TransfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\Pdt2TransfoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\References\Pdt2TransfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\PosteForestierController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\PosteForestierController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\References\PosteForestierController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\ServiceMinefController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\ServiceMinefController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\References\ServiceMinefController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\SousPrefectureController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\SousPrefectureController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\References\SousPrefectureController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\TypeAutorisationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\TypeAutorisationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\References\TypeAutorisationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\TypeDiffusionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\TypeDiffusionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\References\TypeDiffusionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\TypeDocumentStatistiqueController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\TypeDocumentStatistiqueController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\References\TypeDocumentStatistiqueController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\UgfController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\UgfController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\References\UgfController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\UsineController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\UsineController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\References\UsineController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\References\ZoneHemispheriqueController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\References\ZoneHemispheriqueController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\References\ZoneHemispheriqueController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReglementtationExploitantController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReglementtationExploitantController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ReglementtationExploitantController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RepriseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RepriseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RepriseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\InfosBilleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\InfosBilleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Requetes\InfosBilleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\InfosColisController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\InfosColisController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Requetes\InfosColisController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\ListeAutorisationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\ListeAutorisationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Requetes\ListeAutorisationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\MenuRequetesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\MenuRequetesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Requetes\MenuRequetesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\RebusController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\RebusController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Requetes\RebusController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\ResidusProdController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\ResidusProdController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Requetes\ResidusProdController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\SuiviSaisieController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\SuiviSaisieController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Requetes\SuiviSaisieController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\industrie\ReqColis"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\industrie\ReqColis"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Requetes\industrie\ReqColis"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\sousRequetes\ReqBillesTrasportees"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\sousRequetes\ReqBillesTrasportees"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Requetes\sousRequetes\ReqBillesTrasportees"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\sousRequetes\ReqChargements"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\sousRequetes\ReqChargements"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Requetes\sousRequetes\ReqChargements"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\sousRequetes\ReqCubageExploiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\sousRequetes\ReqCubageExploiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Requetes\sousRequetes\ReqCubageExploiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\sousRequetes\ReqCubageExploiteEssenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\sousRequetes\ReqCubageExploiteEssenceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Requetes\sousRequetes\ReqCubageExploiteEssenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\sousRequetes\ReqDocsDelivres"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\sousRequetes\ReqDocsDelivres"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Requetes\sousRequetes\ReqDocsDelivres"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\sousRequetes\ReqListeArbresForetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\sousRequetes\ReqListeArbresForetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Requetes\sousRequetes\ReqListeArbresForetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\sousRequetes\ReqNumeroFeuilletDocController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\sousRequetes\ReqNumeroFeuilletDocController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Requetes\sousRequetes\ReqNumeroFeuilletDocController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\sousRequetes\ReqQuota"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\sousRequetes\ReqQuota"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Requetes\sousRequetes\ReqQuota"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\sousRequetes\ReqQuotaTransferableController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\sousRequetes\ReqQuotaTransferableController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Requetes\sousRequetes\ReqQuotaTransferableController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\sousRequetes\ReqSousDiametresController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\sousRequetes\ReqSousDiametresController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Requetes\sousRequetes\ReqSousDiametresController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Requetes\sousRequetes\ReqStatsMensuelles"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Requetes\sousRequetes\ReqStatsMensuelles"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Requetes\sousRequetes\ReqStatsMensuelles"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResetPasswordController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SituationSnvltController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SituationSnvltController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SituationSnvltController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SpacialDataLayerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SpacialDataLayerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SpacialDataLayerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TdbAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TdbAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TdbAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestMailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestMailController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TestMailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transformation\BillonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transformation\BillonController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Transformation\BillonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transformation\ColisController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transformation\ColisController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Transformation\ColisController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transformation\ContratController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transformation\ContratController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Transformation\ContratController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transformation\CouponAppController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transformation\CouponAppController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Transformation\CouponAppController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transformation\FicheJourTransfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transformation\FicheJourTransfoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Transformation\FicheJourTransfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transformation\FicheProductionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transformation\FicheProductionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Transformation\FicheProductionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transformation\SecondTransfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transformation\SecondTransfoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Transformation\SecondTransfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\AdminSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\AdminSubscriber"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.App\EventSubscriber\EntitySubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\EntitySubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LocaleSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\LocaleSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserLocaleSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\UserLocaleSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Coupon\CouponType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Coupon\CouponType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Administration\ApkVerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Administration\ApkVerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Administration\DemandeOperateurType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Administration\DemandeOperateurType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Administration\FicheInvType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Administration\FicheInvType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Administration\FicheProspectionFcType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Administration\FicheProspectionFcType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Administration\FicheProspectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Administration\FicheProspectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Administration\GadgetType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Administration\GadgetType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Administration\MyGroupsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Administration\MyGroupsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Administration\ProfileFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Administration\ProfileFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Administration\RegisterMemberFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Administration\RegisterMemberFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Administration\StockDocType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Administration\StockDocType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Administration\UtilisateurFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Administration\UtilisateurFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Administration\ValidationDemandeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Administration\ValidationDemandeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Autorisation\AgreementExportateurType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Autorisation\AgreementExportateurType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Autorisation\AgreementPsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Autorisation\AgreementPsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Autorisation\AttributionPvType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Autorisation\AttributionPvType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Autorisation\AttributionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Autorisation\AttributionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Autorisation\AutorisationExportateurType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Autorisation\AutorisationExportateurType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Autorisation\AutorisationPsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Autorisation\AutorisationPsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Autorisation\AutorisationPvType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Autorisation\AutorisationPvType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Autorisation\ContratBcbgfhType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Autorisation\ContratBcbgfhType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Autorisation\RepriseType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Autorisation\RepriseType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Autres\ContacterFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Autres\ContacterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Blog\AbonneFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Blog\AbonneFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Blog\AbonneType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Blog\AbonneType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Blog\CommentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Blog\CommentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Blog\PublicationFichiersType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Blog\PublicationFichiersType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Blog\PublicationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Blog\PublicationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ChangePasswordFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DiffusionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DiffusionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DocStats\Pages\PagebcbgfhType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DocStats\Pages\PagebcbgfhType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DocStats\Pages\PagebcbpType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DocStats\Pages\PagebcbpType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DocStats\Pages\PagebrhType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DocStats\Pages\PagebrhType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupeTestType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\GroupeTestType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\GroupeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Helper\MadiatechType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Helper\MadiatechType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Observateur\AnalyseRapportAdminType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Observateur\AnalyseRapportAdminType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Observateur\AnalyseRapportRecommendationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Observateur\AnalyseRapportRecommendationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Observateur\AnalyseRapportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Observateur\AnalyseRapportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Observateur\PublicationRapportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Observateur\PublicationRapportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Observateur\TicketType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Observateur\TicketType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Paiement\CatalogueServicesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Paiement\CatalogueServicesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\AttributairePsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\References\AttributairePsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\CantonnementType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\References\CantonnementType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\DcgType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\References\DcgType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\DdefType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\References\DdefType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\DirectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\References\DirectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\DocumentExportateurType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\References\DocumentExportateurType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\DocumentIndustrielType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\References\DocumentIndustrielType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\DocumentOperateurType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\References\DocumentOperateurType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\DrType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\References\DrType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\EssencesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\References\EssencesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\ExploitantType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\References\ExploitantType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\ExportateurType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\References\ExportateurType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\ForetType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\References\ForetType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\GrilleLegaliteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\References\GrilleLegaliteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\ImprimeurType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\References\ImprimeurType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\ModeleCommunicationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\References\ModeleCommunicationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\NationaliteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\References\NationaliteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\NaturePsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\References\NaturePsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\OiType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\References\OiType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\PosteForestierType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\References\PosteForestierType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\ServiceMinefType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\References\ServiceMinefType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\SousPrefectureType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\References\SousPrefectureType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\TypeAutorisationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\References\TypeAutorisationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\TypeDiffusionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\References\TypeDiffusionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\TypeDocumentStatistiqueType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\References\TypeDocumentStatistiqueType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\UgfType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\References\UgfType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\References\UsineType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\References\UsineType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RegistrationFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Transformation\ContratType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Transformation\ContratType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Transformation\Pdt2TransfoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Transformation\Pdt2TransfoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ValidationCircuitFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ValidationCircuitFormType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\CouponRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Admin\CouponRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\DocumentsCouponRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Admin\DocumentsCouponRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\ExerciceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Admin\ExerciceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\LogSnvltRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Admin\LogSnvltRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\OptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Admin\OptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\TokenCouponRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Admin\TokenCouponRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdministrationDemandeOperateurRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdministrationDemandeOperateurRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdministrationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdministrationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Administration\ApkVerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Administration\ApkVerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Administration\DocStatsGenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Administration\DocStatsGenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Administration\FicheProspectionFcRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Administration\FicheProspectionFcRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Administration\FicheProspectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Administration\FicheProspectionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Administration\GadgetRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Administration\GadgetRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Administration\InventaireForestierRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Administration\InventaireForestierRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Administration\MessagerieRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Administration\MessagerieRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Administration\NotificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Administration\NotificationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Administration\PieceJointeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Administration\PieceJointeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Administration\ProspectionTempRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Administration\ProspectionTempRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Administration\StockDocRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Administration\StockDocRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisation\AgreementCommercantRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Autorisation\AgreementCommercantRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisation\AgreementExportateurRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Autorisation\AgreementExportateurRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisation\AgreementPdtdrvRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Autorisation\AgreementPdtdrvRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisation\AutorisationExportateurRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Autorisation\AutorisationExportateurRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisation\AutorisationPdtdrvRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Autorisation\AutorisationPdtdrvRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisation\AutorisationPsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Autorisation\AutorisationPsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisation\AutorisationPvRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Autorisation\AutorisationPvRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisation\ContratBcbgfhRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Autorisation\ContratBcbgfhRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisation\DepotCommercantRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Autorisation\DepotCommercantRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisations\AgreementPsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Autorisations\AgreementPsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisations\AttributionPvRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Autorisations\AttributionPvRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisations\AttributionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Autorisations\AttributionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autorisations\RepriseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Autorisations\RepriseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Autres\ContacterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Autres\ContacterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\AbonneRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Blog\AbonneRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\ArticleBlogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Blog\ArticleBlogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\AutresRubriquesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Blog\AutresRubriquesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\CategoriePublicationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Blog\CategoriePublicationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\CategorieRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Blog\CategorieRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\CategoryPublicationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Blog\CategoryPublicationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\CommentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Blog\CommentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\FichierPublicationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Blog\FichierPublicationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\GroupePublicationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Blog\GroupePublicationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\MediaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Blog\MediaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\MenuBlogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Blog\MenuBlogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\OptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Blog\OptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\PageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Blog\PageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\PublicationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Blog\PublicationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CreatedAtRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CreatedAtRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DemandeAutorisation\DocumentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DemandeAutorisation\DocumentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DemandeAutorisation\EtapeValidationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DemandeAutorisation\EtapeValidationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DemandeAutorisation\NouvelleDemandeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DemandeAutorisation\NouvelleDemandeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DemandeAutorisation\TypeDemandeDetailRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DemandeAutorisation\TypeDemandeDetailRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DemandeAutorisation\TypeDemandeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DemandeAutorisation\TypeDemandeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DemandeAutorisation\TypeDocumentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DemandeAutorisation\TypeDocumentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DemandeAutorisation\ValidationActionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DemandeAutorisation\ValidationActionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DemandeOperateurRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DemandeOperateurRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DetailsCircuitActesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DetailsCircuitActesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiffusionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DiffusionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DisponibiliteParcBillesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DisponibiliteParcBillesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DisponibiliteParcBillonsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DisponibiliteParcBillonsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\DocsStatsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\DocsStatsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\DonneesSodeforRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\DonneesSodeforRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentbcbgfhRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Entetes\DocumentbcbgfhRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentbcbpRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Entetes\DocumentbcbpRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentbcburbRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Entetes\DocumentbcburbRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentbrepfRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Entetes\DocumentbrepfRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentbrhRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Entetes\DocumentbrhRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentbtguRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Entetes\DocumentbtguRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentbthRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Entetes\DocumentbthRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentcpRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Entetes\DocumentcpRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentdmpRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Entetes\DocumentdmpRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentdmvRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Entetes\DocumentdmvRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentetatbRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Entetes\DocumentetatbRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\Documentetate2Repository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Entetes\Documentetate2Repository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentetateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Entetes\DocumentetateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentetatfpRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Entetes\DocumentetatfpRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentetatgRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Entetes\DocumentetatgRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentetathRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Entetes\DocumentetathRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentfpRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Entetes\DocumentfpRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentljeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Entetes\DocumentljeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentpdtdrvRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Entetes\DocumentpdtdrvRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\DocumentrsdpfRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Entetes\DocumentrsdpfRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Entetes\SuiviDocRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Entetes\SuiviDocRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\LignepagebcbpRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Pages\LignepagebcbpRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagebcbgfhRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Pages\PagebcbgfhRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagebcbpRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Pages\PagebcbpRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagebcburbRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Pages\PagebcburbRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagebrepfRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Pages\PagebrepfRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagebrhRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Pages\PagebrhRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagebtguRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Pages\PagebtguRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagebthRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Pages\PagebthRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagecpRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Pages\PagecpRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagedmpRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Pages\PagedmpRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagedmvRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Pages\PagedmvRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PageetatbRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Pages\PageetatbRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\Pageetate2Repository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Pages\Pageetate2Repository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PageetateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Pages\PageetateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PageetatgRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Pages\PageetatgRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PageetathRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Pages\PageetathRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagefpRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Pages\PagefpRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PageljeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Pages\PageljeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagepdtdrvRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Pages\PagepdtdrvRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\PagersdpfRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Pages\PagersdpfRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Pages\Saisie\LignepagebcbpRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Pages\Saisie\LignepagebcbpRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\SaisieRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\SaisieRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\HistoriqueLjeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Saisie\HistoriqueLjeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepagebcbgfhRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Saisie\LignepagebcbgfhRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepagebcbpRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Saisie\LignepagebcbpRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepagebcburbRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Saisie\LignepagebcburbRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepagebrepfRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Saisie\LignepagebrepfRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepagebrhRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Saisie\LignepagebrhRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepagebtguRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Saisie\LignepagebtguRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepagecpRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Saisie\LignepagecpRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepagedmpRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Saisie\LignepagedmpRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepagedmvRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Saisie\LignepagedmvRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\Lignepageetate2Repository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Saisie\Lignepageetate2Repository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepageetateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Saisie\LignepageetateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepageetatgRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Saisie\LignepageetatgRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepageetathRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Saisie\LignepageetathRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepagefpRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Saisie\LignepagefpRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepageljeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Saisie\LignepageljeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepagepdtdrvRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Saisie\LignepagepdtdrvRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocStats\Saisie\LignepagersdpfRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocStats\Saisie\LignepagersdpfRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentOperateurRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocumentOperateurRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocumentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EmployeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExploitantRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ExploitantRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Fiche2TransfoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Fiche2TransfoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\GroupeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Helper\MediaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Helper\MediaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MenuPermissionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MenuPermissionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MenuRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MenuRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Observateur\AnalyseRapportRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Observateur\AnalyseRapportRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Observateur\AnnexeRapportRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Observateur\AnnexeRapportRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Observateur\FichiersRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Observateur\FichiersRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Observateur\PublicationRapportRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Observateur\PublicationRapportRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Observateur\RecommendationAnalyseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Observateur\RecommendationAnalyseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Observateur\StatutAlerteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Observateur\StatutAlerteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Observateur\StatutRapportOIRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Observateur\StatutRapportOIRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Observateur\TicketFilesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Observateur\TicketFilesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Observateur\TicketRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Observateur\TicketRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Observateur\TypeRapportOiRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Observateur\TypeRapportOiRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Observateur\TypeRapportRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Observateur\TypeRapportRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Paiement\CatalogueServicesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Paiement\CatalogueServicesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Paiement\TransactionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Paiement\TransactionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Paiement\TypePaiementRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Paiement\TypePaiementRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PefRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PefRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PermissionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PermissionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\AttributairePsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\AttributairePsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\AttributionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\AttributionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\CantonnementRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\CantonnementRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\CaroiRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\CaroiRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\CircuitCommunicationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\CircuitCommunicationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\CommercantRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\CommercantRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\DcgRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\DcgRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\DdefRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\DdefRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\DetailsModeleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\DetailsModeleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\DirectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\DirectionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\DocumentOperateurRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\DocumentOperateurRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\DrRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\DrRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\EssenceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\EssenceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\ExploitantRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\ExploitantRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\ExportateurRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\ExportateurRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\ForetRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\ForetRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\GrilleLegaliteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\GrilleLegaliteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\ImprimeurRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\ImprimeurRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\InventaireForestierRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\InventaireForestierRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\ModeleCommunicationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\ModeleCommunicationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\NationaliteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\NationaliteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\NaturePsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\NaturePsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\OiRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\OiRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\PageDocGenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\PageDocGenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\PaysRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\PaysRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\PosteForestierRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\PosteForestierRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\PreferenceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\PreferenceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\ProduitsUsineRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\ProduitsUsineRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\QualiteExploitantRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\QualiteExploitantRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\ServiceMinefRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\ServiceMinefRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\SousPrefectureRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\SousPrefectureRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\TitreRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\TitreRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\TypeDemandeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\TypeDemandeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\TypeDocumentStatistiqueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\TypeDocumentStatistiqueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\TypeDossierPsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\TypeDossierPsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\TypeForetRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\TypeForetRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\TypeModeleCommunicationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\TypeModeleCommunicationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\TypeOperateurRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\TypeOperateurRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\TypeTransformationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\TypeTransformationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\TypesDemandeurRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\TypesDemandeurRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\TypesServiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\TypesServiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\UgfRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\UgfRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\UsineRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\UsineRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\References\ZoneHemispheriqueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\References\ZoneHemispheriqueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RelationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RelationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Requetes\CubageEssencesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Requetes\CubageEssencesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Requetes\MenuRequetesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Requetes\MenuRequetesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Requetes\PerformanceBrhJourRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Requetes\PerformanceBrhJourRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Requetes\PerformanceBrhRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Requetes\PerformanceBrhRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Requetes\QtRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Requetes\QtRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Requetes\QuotaTransferableRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Requetes\QuotaTransferableRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Requetes\StatsByExploitantAnneeEssenceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Requetes\StatsByExploitantAnneeEssenceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Requetes\StatsByForetAnneeEssenceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Requetes\StatsByForetAnneeEssenceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Requetes\StatsMensuellesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Requetes\StatsMensuellesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Requetes\TypeRequetesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Requetes\TypeRequetesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\BillonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Transformation\BillonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\ColisRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Transformation\ColisRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\ContratIndustrielRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Transformation\ContratIndustrielRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\ContratRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Transformation\ContratRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\DetailFicheJourTransfoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Transformation\DetailFicheJourTransfoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\Details2TransfoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Transformation\Details2TransfoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\ElementRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Transformation\ElementRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\ElementsColisRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Transformation\ElementsColisRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\ElementsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Transformation\ElementsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\EltsProdRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Transformation\EltsProdRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\FicheJourTransfoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Transformation\FicheJourTransfoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\FicheLotProdRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Transformation\FicheLotProdRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\FicheLotRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Transformation\FicheLotRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\Pdt2TransfoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Transformation\Pdt2TransfoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Transformation\TypeContratRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Transformation\TypeContratRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypeAutorisationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TypeAutorisationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypeDiffusionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TypeDiffusionRepository"; 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\Vues\ChargementCoursRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Vues\ChargementCoursRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Vues\EssenceVolumeTop10Repository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Vues\EssenceVolumeTop10Repository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension"; reason: abstract.
Removed service ".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeRuntime"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.victor_prdh_recaptcha_bundle.recaptcha_validator"; reason: abstract.
Removed service ".abstract.instanceof.victor_prdh_recaptcha_bundle.recaptcha_validator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator"; reason: abstract.
153
Removed service "App\Controller\Services\SQLTagService"; reason: unused.
Removed service "App\Events\Administration\AddFicheProspectionEvent"; reason: unused.
Removed service "App\Events\Administration\AddFicheProspectionFcEvent"; reason: unused.
Removed service "App\Events\Administration\AddNotificationEvent"; reason: unused.
Removed service "App\Events\Administration\AddStockDocEvent"; reason: unused.
Removed service "App\Events\Administration\SendEmailEvent"; reason: unused.
Removed service "App\Events\Autorisation\AddAttributionEvent"; reason: unused.
Removed service "App\Events\Autorisation\AddRepriseEvent"; reason: unused.
Removed service "App\Events\DocPages\AddPagesCpEvent"; reason: unused.
Removed service "App\Events\Locale\AddChangeLocaleEvent"; reason: unused.
Removed service "App\Events\References\AddDemandeOperateurEvent"; reason: unused.
Removed service "App\Events\References\AddDocumentOperateurEvent"; reason: unused.
Removed service "App\Events\Services\sendEmailEvent"; reason: unused.
Removed service "App\Form\Transformation\ColisType"; reason: unused.
Removed service "App\LogoutIfInactiveListener"; reason: unused.
Removed service "App\Service\Pdf\WatermarkablePdf"; reason: unused.
Removed service "App\Services\EnvoiSMS"; reason: unused.
Removed service "App\Subscribers\Locale\RedirectToPreferredLocaleSubscriber"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "name_based_uuid.factory"; reason: unused.
Removed service "random_based_uuid.factory"; reason: unused.
Removed service "time_based_uuid.factory"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.amqp.factory"; reason: unused.
Removed service "messenger.transport.redis.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "messenger.listener.dispatch_pcntl_signal_listener"; reason: unused.
Removed service "messenger.listener.stop_worker_signals_listener"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.flash_message_importance_mapper"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service ".1_ServiceLocator~Ym6N00."; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "symfonycasts.reset_password.fake_request_repository"; reason: unused.
Removed service "vich_uploader.adapter.mongodb"; reason: unused.
Removed service "vich_uploader.adapter.phpcr"; reason: unused.
Removed service "vich_uploader.listener.inject.orm"; reason: unused.
Removed service "vich_uploader.listener.upload.orm"; reason: unused.
Removed service "vich_uploader.listener.clean.orm"; reason: unused.
Removed service "vich_uploader.listener.remove.orm"; reason: unused.
Removed service "vich_uploader.listener.inject.mongodb"; reason: unused.
Removed service "vich_uploader.listener.upload.mongodb"; reason: unused.
Removed service "vich_uploader.listener.clean.mongodb"; reason: unused.
Removed service "vich_uploader.listener.remove.mongodb"; reason: unused.
Removed service "vich_uploader.listener.inject.phpcr"; reason: unused.
Removed service "vich_uploader.listener.upload.phpcr"; reason: unused.
Removed service "vich_uploader.listener.clean.phpcr"; reason: unused.
Removed service "vich_uploader.listener.remove.phpcr"; reason: unused.
Removed service "vich_uploader.metadata.attribute_reader"; reason: unused.
Removed service "vich_uploader.metadata_driver.annotation"; reason: unused.
Removed service "Endroid\QrCode\Writer\BinaryWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\DebugWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\EpsWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\GifWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\PdfWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\SvgWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\WebPWriter"; reason: unused.
Removed service "Endroid\QrCode\Builder\Builder"; reason: unused.
Removed service "EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.flatten_exception"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.problem"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.uid"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetime"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.mime_message"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetimezone"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.dateinterval"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.form_error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.backed_enum"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.data_uri"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.json_serializable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.array"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.object"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.xml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.json"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.yaml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.csv"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.default"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.default"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.alt"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.alt"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.0TACwl3"; reason: unused.
Removed service ".service_locator.Ar70cHn"; reason: unused.
519
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\Blog\ArticleBlogCrudController" to "App\Controller\Admin\Blog\ArticleBlogCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\Blog\CategorieCrudController" to "App\Controller\Admin\Blog\CategorieCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\Blog\CommentCrudController" to "App\Controller\Admin\Blog\CommentCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\Blog\MediaCrudController" to "App\Controller\Admin\Blog\MediaCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\Blog\MenuBlogCrudController" to "App\Controller\Admin\Blog\MenuBlogCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\Blog\PageCrudController" to "App\Controller\Admin\Blog\PageCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CategoryPublicationCrudController" to "App\Controller\Admin\CategoryPublicationCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\ContacterCrudController" to "App\Controller\Admin\ContacterCrudController".
Inlined service ".service_locator.EjdkWEU.App\Controller\Admin\DashboardController" to "App\Controller\Admin\DashboardController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\ExerciceController" to "App\Controller\Admin\ExerciceController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\GroupePublicationCrudController" to "App\Controller\Admin\GroupePublicationCrudController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\MaintenanceController" to "App\Controller\Admin\MaintenanceController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\PrivilegesController" to "App\Controller\Admin\PrivilegesController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\PublicationCrudController" to "App\Controller\Admin\PublicationCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\Securite\AutresRubriquesCrudController" to "App\Controller\Admin\Securite\AutresRubriquesCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\Securite\OptionCrudController" to "App\Controller\Admin\Securite\OptionCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\Securite\UserCrudController" to "App\Controller\Admin\Securite\UserCrudController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Administration\ApkVerController" to "App\Controller\Administration\ApkVerController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Administration\CorrectionsController" to "App\Controller\Administration\CorrectionsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Administration\DemandeOperateurController" to "App\Controller\Administration\DemandeOperateurController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Administration\DernierNumeroArbreController" to "App\Controller\Administration\DernierNumeroArbreController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Administration\DocStatsGenController" to "App\Controller\Administration\DocStatsGenController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Administration\GadgetController" to "App\Controller\Administration\GadgetController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Administration\InventaireAgroForetController" to "App\Controller\Administration\InventaireAgroForetController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Administration\InventaireForestierController" to "App\Controller\Administration\InventaireForestierController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Administration\MessagerieController" to "App\Controller\Administration\MessagerieController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Administration\MyGroupsController" to "App\Controller\Administration\MyGroupsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Administration\RegistrationMemberController" to "App\Controller\Administration\RegistrationMemberController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Administration\StockDocController" to "App\Controller\Administration\StockDocController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Administration\UtilisateurController" to "App\Controller\Administration\UtilisateurController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Administration\ValidationAdhesionController" to "App\Controller\Administration\ValidationAdhesionController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Administration\ValidationCircuit\ValidationCircuitController" to "App\Controller\Administration\ValidationCircuit\ValidationCircuitController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Administration\ValidationCircuit\ValidationCircuitDemandeController" to "App\Controller\Administration\ValidationCircuit\ValidationCircuitDemandeController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Administration\VerificationController" to "App\Controller\Administration\VerificationController".
Inlined service "App\Service\Paiement\TresorPayService" to "App\Controller\Api\PaiementController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\PaiementController" to "App\Controller\Api\PaiementController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\ServiceSelectionController" to "App\Controller\Api\ServiceSelectionController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\TypeDemandeApiController" to "App\Controller\Api\TypeDemandeApiController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\WebhookController" to "App\Controller\Api\WebhookController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Autorisation\AgreementExportController" to "App\Controller\Autorisation\AgreementExportController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Autorisation\AgreementPsController" to "App\Controller\Autorisation\AgreementPsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Autorisation\AttributionController" to "App\Controller\Autorisation\AttributionController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Autorisation\AttributionPvController" to "App\Controller\Autorisation\AttributionPvController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Autorisation\AutorisationExportController" to "App\Controller\Autorisation\AutorisationExportController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Autorisation\AutorisationPsController" to "App\Controller\Autorisation\AutorisationPsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Autorisation\AutorisationPvController" to "App\Controller\Autorisation\AutorisationPvController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Autorisation\ContratBcbgfhController" to "App\Controller\Autorisation\ContratBcbgfhController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Autorisation\RepriseController" to "App\Controller\Autorisation\RepriseController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Autres\ContacterController" to "App\Controller\Autres\ContacterController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Blog\AbonneController" to "App\Controller\Blog\AbonneController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Blog\ArticleBlogController" to "App\Controller\Blog\ArticleBlogController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Blog\CategorieController" to "App\Controller\Blog\CategorieController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Blog\CommentController" to "App\Controller\Blog\CommentController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Blog\HomeController" to "App\Controller\Blog\HomeController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Blog\PageController" to "App\Controller\Blog\PageController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Blog\PublicationController" to "App\Controller\Blog\PublicationController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Carto\FunctionsController" to "App\Controller\Carto\FunctionsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Carto\ProjectionsController" to "App\Controller\Carto\ProjectionsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ChangeLangueController" to "App\Controller\ChangeLangueController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\CircuitValidationActesController" to "App\Controller\CircuitValidationActesController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\CouponAppController" to "App\Controller\CouponAppController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\CouponController" to "App\Controller\CouponController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Coupon\CouponController" to "App\Controller\Coupon\CouponController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\DemandeAutorisation\DemandeAutorisationController" to "App\Controller\DemandeAutorisation\DemandeAutorisationController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\DemandeAutorisation\DocumentController" to "App\Controller\DemandeAutorisation\DocumentController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\DemandeAutorisation\NouvelleDemandeController" to "App\Controller\DemandeAutorisation\NouvelleDemandeController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\DemandeAutorisation\TypeDemandeController" to "App\Controller\DemandeAutorisation\TypeDemandeController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\DemandeAutorisation\TypeDocumentController" to "App\Controller\DemandeAutorisation\TypeDocumentController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\DemandeAutorisation\TypeDocumentController_" to "App\Controller\DemandeAutorisation\TypeDocumentController_".
Inlined service "App\Service\PdfWatermarkService" to "App\Controller\DemandeAutorisation\ValidationDemandeAutorisationController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\DemandeAutorisation\ValidationDemandeAutorisationController" to "App\Controller\DemandeAutorisation\ValidationDemandeAutorisationController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\DiffusionController" to "App\Controller\DiffusionController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\DocStats\Entetes\DocumentApiController" to "App\Controller\DocStats\Entetes\DocumentApiController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\DocStats\Entetes\DocumentbcbgfhController" to "App\Controller\DocStats\Entetes\DocumentbcbgfhController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\DocStats\Entetes\DocumentbcbpController" to "App\Controller\DocStats\Entetes\DocumentbcbpController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\DocStats\Entetes\DocumentbrepfController" to "App\Controller\DocStats\Entetes\DocumentbrepfController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\DocStats\Entetes\DocumentbrhController" to "App\Controller\DocStats\Entetes\DocumentbrhController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\DocStats\Entetes\DocumentbtguController" to "App\Controller\DocStats\Entetes\DocumentbtguController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\DocStats\Entetes\DocumentbthController" to "App\Controller\DocStats\Entetes\DocumentbthController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\DocStats\Entetes\DocumentcpController" to "App\Controller\DocStats\Entetes\DocumentcpController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\DocStats\Entetes\DocumentetatbController" to "App\Controller\DocStats\Entetes\DocumentetatbController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\DocStats\Entetes\DocumentljeController" to "App\Controller\DocStats\Entetes\DocumentljeController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\DocStats\Entetes\GenerationController" to "App\Controller\DocStats\Entetes\GenerationController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\DocStats\ImportSodeforController" to "App\Controller\DocStats\ImportSodeforController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\DocumentationOperateurAdminController" to "App\Controller\DocumentationOperateurAdminController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\DynamicQueryController" to "App\Controller\DynamicQueryController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ExploitantController" to "App\Controller\ExploitantController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\GroupeController" to "App\Controller\GroupeController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Helper\MediaController" to "App\Controller\Helper\MediaController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\InformationsPubliquesController" to "App\Controller\InformationsPubliquesController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\LanguesController" to "App\Controller\LanguesController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\MailController" to "App\Controller\MailController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\NoPermissionUserActiveController" to "App\Controller\NoPermissionUserActiveController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Observateur\PublicationRapportController" to "App\Controller\Observateur\PublicationRapportController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Observateur\TicketController" to "App\Controller\Observateur\TicketController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\OuvertureController" to "App\Controller\OuvertureController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Paiement\ApiController" to "App\Controller\Paiement\ApiController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Paiement\CatalogueServicesController" to "App\Controller\Paiement\CatalogueServicesController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Paiement\PaiementWorkflowController" to "App\Controller\Paiement\PaiementWorkflowController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\PointSituationController" to "App\Controller\PointSituationController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\PortailController" to "App\Controller\PortailController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\PublicationOiController" to "App\Controller\PublicationOiController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\References\AbresAbattuController" to "App\Controller\References\AbresAbattuController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\References\AttributairePsController" to "App\Controller\References\AttributairePsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\References\CantonnementController" to "App\Controller\References\CantonnementController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\References\CaroiController" to "App\Controller\References\CaroiController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\References\CommercantController" to "App\Controller\References\CommercantController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\References\DcgController" to "App\Controller\References\DcgController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\References\DdefController" to "App\Controller\References\DdefController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\References\DemandeAutorisation\TypeDemandeController" to "App\Controller\References\DemandeAutorisation\TypeDemandeController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\References\DemandeAutorisation\TypePaiementController" to "App\Controller\References\DemandeAutorisation\TypePaiementController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\References\DemandeAutorisation\TypesDemandeurController" to "App\Controller\References\DemandeAutorisation\TypesDemandeurController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\References\DemandeAutorisation\TypesDocumentController" to "App\Controller\References\DemandeAutorisation\TypesDocumentController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\References\DemandeAutorisation\TypesServiceController" to "App\Controller\References\DemandeAutorisation\TypesServiceController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\References\DirectionController" to "App\Controller\References\DirectionController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\References\DocumentOperateurController" to "App\Controller\References\DocumentOperateurController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\References\DrController" to "App\Controller\References\DrController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\References\EssenceController" to "App\Controller\References\EssenceController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\References\ExploitantController" to "App\Controller\References\ExploitantController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\References\ExportateurController" to "App\Controller\References\ExportateurController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\References\ForetController" to "App\Controller\References\ForetController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\References\GenericReferenceController" to "App\Controller\References\GenericReferenceController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\References\GrilleLegaliteController" to "App\Controller\References\GrilleLegaliteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\References\ImprimeurController" to "App\Controller\References\ImprimeurController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\References\ModeleCommunicationController" to "App\Controller\References\ModeleCommunicationController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\References\NationnaliteController" to "App\Controller\References\NationnaliteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\References\NaturePsController" to "App\Controller\References\NaturePsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\References\OiController" to "App\Controller\References\OiController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\References\Pdt2TransfoController" to "App\Controller\References\Pdt2TransfoController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\References\PosteForestierController" to "App\Controller\References\PosteForestierController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\References\ServiceMinefController" to "App\Controller\References\ServiceMinefController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\References\SousPrefectureController" to "App\Controller\References\SousPrefectureController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\References\TypeAutorisationController" to "App\Controller\References\TypeAutorisationController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\References\TypeDiffusionController" to "App\Controller\References\TypeDiffusionController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\References\TypeDocumentStatistiqueController" to "App\Controller\References\TypeDocumentStatistiqueController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\References\UgfController" to "App\Controller\References\UgfController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\References\UsineController" to "App\Controller\References\UsineController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\References\ZoneHemispheriqueController" to "App\Controller\References\ZoneHemispheriqueController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\RegistrationController" to "App\Controller\RegistrationController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ReglementtationExploitantController" to "App\Controller\ReglementtationExploitantController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\RepriseController" to "App\Controller\RepriseController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Requetes\InfosBilleController" to "App\Controller\Requetes\InfosBilleController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Requetes\InfosColisController" to "App\Controller\Requetes\InfosColisController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Requetes\ListeAutorisationController" to "App\Controller\Requetes\ListeAutorisationController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Requetes\MenuRequetesController" to "App\Controller\Requetes\MenuRequetesController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Requetes\RebusController" to "App\Controller\Requetes\RebusController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Requetes\ResidusProdController" to "App\Controller\Requetes\ResidusProdController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Requetes\SuiviSaisieController" to "App\Controller\Requetes\SuiviSaisieController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Requetes\industrie\ReqColis" to "App\Controller\Requetes\industrie\ReqColis".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Requetes\sousRequetes\ReqBillesTrasportees" to "App\Controller\Requetes\sousRequetes\ReqBillesTrasportees".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Requetes\sousRequetes\ReqChargements" to "App\Controller\Requetes\sousRequetes\ReqChargements".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Requetes\sousRequetes\ReqCubageExploiteController" to "App\Controller\Requetes\sousRequetes\ReqCubageExploiteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Requetes\sousRequetes\ReqCubageExploiteEssenceController" to "App\Controller\Requetes\sousRequetes\ReqCubageExploiteEssenceController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Requetes\sousRequetes\ReqDocsDelivres" to "App\Controller\Requetes\sousRequetes\ReqDocsDelivres".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Requetes\sousRequetes\ReqListeArbresForetController" to "App\Controller\Requetes\sousRequetes\ReqListeArbresForetController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Requetes\sousRequetes\ReqNumeroFeuilletDocController" to "App\Controller\Requetes\sousRequetes\ReqNumeroFeuilletDocController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Requetes\sousRequetes\ReqQuota" to "App\Controller\Requetes\sousRequetes\ReqQuota".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Requetes\sousRequetes\ReqQuotaTransferableController" to "App\Controller\Requetes\sousRequetes\ReqQuotaTransferableController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Requetes\sousRequetes\ReqSousDiametresController" to "App\Controller\Requetes\sousRequetes\ReqSousDiametresController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Requetes\sousRequetes\ReqStatsMensuelles" to "App\Controller\Requetes\sousRequetes\ReqStatsMensuelles".
Inlined service "symfonycasts.reset_password.helper" to "App\Controller\ResetPasswordController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ResetPasswordController" to "App\Controller\ResetPasswordController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\SecurityController" to "App\Controller\SecurityController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\SituationSnvltController" to "App\Controller\SituationSnvltController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\SpacialDataLayerController" to "App\Controller\SpacialDataLayerController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\TdbAdminController" to "App\Controller\TdbAdminController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\TestController" to "App\Controller\TestController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\TestMailController" to "App\Controller\TestMailController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Transformation\BillonController" to "App\Controller\Transformation\BillonController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Transformation\ColisController" to "App\Controller\Transformation\ColisController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Transformation\ContratController" to "App\Controller\Transformation\ContratController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Transformation\CouponAppController" to "App\Controller\Transformation\CouponAppController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Transformation\FicheJourTransfoController" to "App\Controller\Transformation\FicheJourTransfoController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Transformation\FicheProductionController" to "App\Controller\Transformation\FicheProductionController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Transformation\SecondTransfoController" to "App\Controller\Transformation\SecondTransfoController".
Inlined service "App\Controller\Services\ImportProspectionFcService" to "App\EventListeners\InventaireFcListener".
Inlined service "security.helper" to "App\EventSubscriber\EntitySubscriber".
Inlined service "symfonycasts.verify_email.helper" to "App\Security\EmailVerifier".
Inlined service "clock" to "argument_resolver.datetime".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.Xbsa8iG" to "container.get_routing_condition_service".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.NBUFN6A" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.fuYM_Z..translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator..6hZeC_" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kl0E_Fe" to "router.expression_language_provider".
Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.cXsfP3P" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.hSrajaT" 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.rDvbfD1" to "validator.validator_factory".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.5cAhUFF" to "messenger.routable_message_bus".
Inlined service "messenger.transport.native_php_serializer" to "messenger.transport.async".
Inlined service "messenger.transport_factory" to "messenger.transport.async".
Inlined service "chatter.transport_factory" to "chatter.transports".
Inlined service "chatter.transports" to "chatter.messenger.chat_handler".
Inlined service "texter.transport_factory" to "texter.transports".
Inlined service "profiler.storage" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.cache" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "Vich\UploaderBundle\DataCollector\MappingCollector" to "profiler".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "debug.serializer.inner" to "debug.serializer".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service ".service_locator.CBZBfgf" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.zUOkp5f" to "doctrine.dbal.alt_connection.event_manager".
Inlined service "doctrine.dbal.alt_connection.configuration" to "doctrine.dbal.alt_connection".
Inlined service "doctrine.dbal.alt_connection.event_manager" to "doctrine.dbal.alt_connection".
Inlined service ".service_locator.gXQX_xj" to "doctrine.orm.container_repository_factory".
Inlined service "ulid.factory" to "doctrine.ulid_generator".
Inlined service "uuid.factory" to "doctrine.uuid_generator".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "Vich\UploaderBundle\Twig\Extension\UploaderExtension" to "twig".
Inlined service "knp_paginator.twig.extension.pagination" to "twig".
Inlined service "Endroid\QrCodeBundle\Twig\QrCodeExtension" to "twig".
Inlined service ".time.twig.extension.time" to "twig".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "App\Controller\Services\PublicInfosService" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.etVElvN.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "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.TdWuAHT" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.LrCXAmX" to "security.helper".
Inlined service ".service_locator.tRHl88_" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service ".security.request_matcher.NUhtnnh" to "security.access_map".
Inlined service ".security.request_matcher.FsQ6U.P" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.q1UFWmc" to ".security.request_matcher.kLbKLHa".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
Inlined service "security.authenticator.remember_me_signature_hasher.main" to "security.authenticator.remember_me_handler.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.Gl2I3k5" to ".security.request_matcher.NUhtnnh".
Inlined service ".security.request_matcher.92MUXM4" to ".security.request_matcher.FsQ6U.P".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "symfonycasts.verify_email.uri_signer_factory" to "symfonycasts.verify_email.uri_signer".
Inlined service "symfonycasts.verify_email.uri_signer" to "symfonycasts.verify_email.helper".
Inlined service "symfonycasts.verify_email.query_utility" to "symfonycasts.verify_email.helper".
Inlined service "symfonycasts.verify_email.token_generator" to "symfonycasts.verify_email.helper".
Inlined service "symfonycasts.reset_password.random_generator" to "symfonycasts.reset_password.token_generator".
Inlined service "symfonycasts.reset_password.token_generator" to "symfonycasts.reset_password.helper".
Inlined service "vich_uploader.metadata_driver.xml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata.reader" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yaml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.chain" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata.cache.file_cache" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata_factory" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.property_mapping_resolver" to "vich_uploader.property_mapping_factory".
Inlined service "vich_uploader.file_injector" to "vich_uploader.upload_handler".
Inlined service "Vich\UploaderBundle\Templating\Helper\UploaderHelper" to "Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime".
Inlined service "Knp\Component\Pager\ArgumentAccess\RequestArgumentAccess" to "knp_paginator".
Inlined service "knp_paginator.helper.processor" to "Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime".
Inlined service "service_locator_EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" to "EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory" to "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory" to "EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry" to "EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Menu\MenuItemMatcher" to "EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory" to "EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Orm\EntityPaginator" to "EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Factory\FormLayoutFactory" to "EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory".
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 "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.uid" to ".debug.value_resolver.argument_resolver.uid".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver" to ".debug.value_resolver.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver" to ".debug.value_resolver.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "messenger.senders_locator" to "messenger.bus.default.middleware.send_message".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.p4Qvabm".
Inlined service "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.vMw0m61".
Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.XZowc.T".
Inlined service "texter.messenger.push_handler" to ".messenger.handler_descriptor.Lml2ICs".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.simple_role_voter" to ".debug.security.voter.security.access.simple_role_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter" to ".debug.security.voter.EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.EjdkWEU" to ".service_locator.EjdkWEU.App\Controller\Admin\DashboardController".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.ybClHma" to ".service_locator.ybClHma.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.BSVJ08h" to "debug.argument_resolver.inner".
Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "serializer.normalizer.flatten_exception" to "debug.serializer.inner".
Inlined service "serializer.normalizer.problem" to "debug.serializer.inner".
Inlined service "serializer.normalizer.uid" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetime" to "debug.serializer.inner".
Inlined service "serializer.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "serializer.normalizer.mime_message" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetimezone" to "debug.serializer.inner".
Inlined service "serializer.normalizer.dateinterval" to "debug.serializer.inner".
Inlined service "serializer.normalizer.form_error" to "debug.serializer.inner".
Inlined service "serializer.normalizer.backed_enum" to "debug.serializer.inner".
Inlined service "serializer.normalizer.data_uri" to "debug.serializer.inner".
Inlined service "serializer.normalizer.json_serializable" to "debug.serializer.inner".
Inlined service "serializer.denormalizer.array" to "debug.serializer.inner".
Inlined service "serializer.normalizer.object" to "debug.serializer.inner".
Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "serializer.encoder.json" to "debug.serializer.inner".
Inlined service "serializer.encoder.yaml" to "debug.serializer.inner".
Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
Inlined service ".service_locator.LR_b8ep" to "console.command_loader".
Inlined service ".service_locator.ybClHma.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
2
Tag "container.decorator" was defined on service(s) "debug.controller_resolver", "debug.validator", "debug.serializer", "doctrine.migrations.container_aware_migrations_factory", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.main", ".debug.http_client", "debug.security.event_dispatcher.main", "messenger.default_bus", "event_dispatcher", but was never used.
Tag "validator.is_valid" was defined on service(s) "victor_prdh_recaptcha_bundle.recaptcha_validator", but was never used.