User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\NotBlank" constraint is deprecated, use named arguments instead.
User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\NotBlank instead.
User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\Email" constraint is deprecated, use named arguments instead.
User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\Email instead.
User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\Regex" constraint is deprecated, use named arguments instead.
User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\Regex instead.
User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\IsTrue" constraint is deprecated, use named arguments instead.
User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\IsTrue instead.
"SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.description AS description_2, s0_.price AS price_3, s0_.duration AS duration_4, s0_.active AS active_5, s0_.relation AS relation_6, s0_.category_id AS category_id_7 FROM service s0_ WHERE s0_.active = 1 ORDER BY s0_.category_id ASC"
doctrine
[
"sql" => "SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.description AS description_2, s0_.price AS price_3, s0_.duration AS duration_4, s0_.active AS active_5, s0_.relation AS relation_6, s0_.category_id AS category_id_7 FROM service s0_ WHERE s0_.active = 1 ORDER BY s0_.category_id ASC"
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM category t0 WHERE t0.id = ?"