File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -138,13 +138,13 @@ Configuration
138138
139139 Each ** annotation** mapping may also specify the following options:
140140 * ** use_simple_annotation_reader** :
141- * If ` true ` , only simple notations like ` @Entity ` will work.
142- * If ` false ` , more advanced notations and aliasing via ` use ` will
143- work. (Example: ` use Doctrine\ORM\Mapping AS ORM ` , ` @ORM\Entity ` )
144-
145- Note that if set to ` false ` , the ` AnnotationRegistry ` will probably
146- need to be configured correctly . See this FAQ:
147- [ Why aren't my Annotations classes being found?] ( #why-arent-my-annotations-classes-being-found )
141+ If ` true ` , only simple notations like ` @Entity ` will work.
142+ If ` false ` , more advanced notations and aliasing via ` use ` will
143+ work. (Example: ` use Doctrine\ORM\Mapping AS ORM ` , ` @ORM\Entity ` )
144+ Note that if set to ` false ` , the ` AnnotationRegistry ` will probably
145+ need to be configured correctly so that it can load your Annotations
146+ classes . See this FAQ:
147+ [ Why aren't my Annotations classes being found?] ( #why-arent-my-annotations-classes-being-found )
148148 * ** query_cache** :
149149 String or array describing query cache implementation.
150150 * Default: setting specified by orm.default_cache*
You can’t perform that action at this time.
0 commit comments