Skip to content

Commit f570459

Browse files
committed
Fix a minor syntax issue
1 parent 6b16944 commit f570459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1466,7 +1466,7 @@ Or, to create the table yourself, set the ``auto_setup`` option to ``false`` and
14661466
14671467
.. code-block:: xml
14681468
1469-
# config/packages/doctrine.xml
1469+
<!-- config/packages/doctrine.xml -->
14701470
<doctrine:dbal schema-filter="~^(?!messenger_messages)~"/>
14711471
14721472
.. code-block:: php

0 commit comments

Comments
 (0)