We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d4e9b3 commit a2516b6Copy full SHA for a2516b6
docs/en/reference/xml-mapping.rst
@@ -46,7 +46,7 @@ In order to work, this requires certain conventions:
46
.. code-block:: php
47
48
<?php
49
- $driver->setFileExtension('.xml');
+ $driver->getLocator()->setFileExtension('.xml');
50
51
It is recommended to put all XML mapping documents in a single
52
folder but you can spread the documents over several folders if you
0 commit comments