diff --git a/en/reference/yaml-mapping.rst b/en/reference/yaml-mapping.rst index 89745dcb0..9a00d08b3 100644 --- a/en/reference/yaml-mapping.rst +++ b/en/reference/yaml-mapping.rst @@ -57,8 +57,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\SimplifiedYamlDriver($namespaces); $driver->setGlobalBasename('global'); // global.orm.yml