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 c4a77d9 commit 89450aeCopy full SHA for 89450ae
README.md
@@ -213,7 +213,8 @@ Configuration
213
files are located. Example: `Path\To\Foo\Resources\mappings`
214
215
Each **annotation** mapping may also specify the following options:
216
- * **use_simple_annotation_reader** (Default: true):
+ * **alias** (Default: null): Set the alias for the entity namespace.
217
+ **use_simple_annotation_reader** (Default: true):
218
If `true`, only simple notations like `@Entity` will work.
219
If `false`, more advanced notations and aliasing via `use` will
220
work. (Example: `use Doctrine\ORM\Mapping AS ORM`, `@ORM\Entity`)
0 commit comments