diff --git a/docs/en/reference/yaml-mapping.rst b/docs/en/reference/yaml-mapping.rst index 1d7f8b17a..eb89c2e66 100644 --- a/docs/en/reference/yaml-mapping.rst +++ b/docs/en/reference/yaml-mapping.rst @@ -73,6 +73,7 @@ of several common elements: Doctrine\Tests\ORM\Mapping\User: type: entity table: cms_users + readOnly: true indexes: name_index: columns: [ name ]