User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.
User Deprecated: Since api-platform/core 2.7: The $exceptionOnNoToken parameter in "ApiPlatform\Symfony\Security\ResourceAccessChecker::__construct()" is deprecated and will always be false in 3.0, you should stop using it.
User Deprecated: Since api-platform/core 2.7: Using "api_platform.iri_converter.legacy" is deprecated since API Platform 2.7. Use "ApiPlatform\Api\IriConverterInterface" instead.
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
"SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.job_title AS job_title_3, t0.email AS email_4, t0.reply_template AS reply_template_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.image_name AS image_name_8, t0.image_original_name AS image_original_name_9, t0.image_mime_type AS image_mime_type_10, t0.image_size AS image_size_11, t0.image_dimensions AS image_dimensions_12 FROM chat_operator t0 LIMIT 1"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.job_title AS job_title_3, t0.email AS email_4, t0.reply_template AS reply_template_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.image_name AS image_name_8, t0.image_original_name AS image_original_name_9, t0.image_mime_type AS image_mime_type_10, t0.image_size AS image_size_11, t0.image_dimensions AS image_dimensions_12 FROM chat_operator t0 LIMIT 1"
]
debug
Executing statement:
"SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.enabled AS enabled_2, c1_.id AS id_3, c1_.text AS text_4, c1_.with_previous AS with_previous_5, c1_.expect AS expect_6, c2_.id AS id_7, c2_.text AS text_8, c2_.url AS url_9, c1_.script_id AS script_id_10, c1_.after_id AS after_id_11, c2_.next_step_id AS next_step_id_12, c2_.step_id AS step_id_13 FROM chat_script c0_ LEFT JOIN chat_script_step c1_ ON c0_.id = c1_.script_id LEFT JOIN chat_script_button c2_ ON c1_.id = c2_.step_id WHERE c0_.enabled = ? ORDER BY c1_.id ASC, c2_.id ASC"
(parameters:
[1 => 1]
, types:
[1 => 5]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.enabled AS enabled_2, c1_.id AS id_3, c1_.text AS text_4, c1_.with_previous AS with_previous_5, c1_.expect AS expect_6, c2_.id AS id_7, c2_.text AS text_8, c2_.url AS url_9, c1_.script_id AS script_id_10, c1_.after_id AS after_id_11, c2_.next_step_id AS next_step_id_12, c2_.step_id AS step_id_13 FROM chat_script c0_ LEFT JOIN chat_script_step c1_ ON c0_.id = c1_.script_id LEFT JOIN chat_script_button c2_ ON c1_.id = c2_.step_id WHERE c0_.enabled = ? ORDER BY c1_.id ASC, c2_.id ASC"
"params" => [1 => 1]
"types" => [1 => 5]
]
User Deprecated: Since vich/uploader-bundle 2.9: The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead.