diff --git a/docs/en/reference/xml-mapping.rst b/docs/en/reference/xml-mapping.rst index 93e531aa6..dbf97dc0a 100644 --- a/docs/en/reference/xml-mapping.rst +++ b/docs/en/reference/xml-mapping.rst @@ -88,8 +88,8 @@ Configuration of this client works a little bit different: '/path/to/files1', - 'OtherProject\Entities' => '/path/to/files2' + '/path/to/files1' => 'MyProject\Entities', + '/path/to/files2' => 'OtherProject\Entities' ); $driver = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver($namespaces); $driver->setGlobalBasename('global'); // global.orm.xml