Skip to content

Commit 5efa29d

Browse files
authored
Merge pull request #344 from doctrine/xabbuh-patch-1
fix XML config example
2 parents ddcc1c5 + 71308ae commit 5efa29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ just have to add the following configuration option to your doctrine configurati
376376
377377
.. code-block:: xml
378378
379-
<doctrine:dbal schema-filter="~^(?!t_)~" ... />
379+
<doctrine:dbal schema-filter="~^(?!t_)~" />
380380
381381
382382
.. code-block:: php

0 commit comments

Comments
 (0)