Skip to content

Commit 7f114cd

Browse files
authored
[Doctrine] Profiler bar only visible with at least tags '<body></body>'
1 parent 3acb0c5 commit 7f114cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doctrine.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,8 @@ the :ref:`doctrine-queries` section.
603603
indicate that something may not be correct. Click on the icon to open the
604604
Symfony Profiler and see the exact queries that were executed. If you don't
605605
see the web debug toolbar, install the ``profiler`` :ref:`Symfony pack <symfony-packs>`
606-
by running this command: ``composer require --dev symfony/profiler-pack``.
606+
by running this command: ``composer require --dev symfony/profiler-pack`` and return a
607+
response with at least HTML code with ``<body></body>``.
607608

608609
.. _doctrine-entity-value-resolver:
609610

0 commit comments

Comments
 (0)