Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Commit89cb981
committed
minor#6251 To use annotations, files must be removed (pbowyer)
This PR was submitted for the 3.0 branch but it was merged into the 2.3 branch instead (closes#6251).Discussion----------To use annotations, files must be removed| Q | A| ------------- | ---| Doc fix? | yes| New docs? | no| Applies to | Tested on 3.0| Fixed tickets | N/AI'm proposing this change after spending an hour trying to work out why my Repository class wasn't loading.Thanks to `ysor123` on IRC, we diagnosed the problem was the XML mapping files generated when reverse engineering my database, which I hadn't deleted.This is obliquely referred to athttp://symfony.com/doc/current/book/doctrine.html#add-mapping-information:> A bundle can accept only one metadata definition format. For example, it's not possible to mix YAML metadata definitions with annotated PHP entity class definitions.It'd be great to clarify this for future readers.Commits-------06de6c0 Updated per xabbuh's comment6a526bf To use annotations, files must be removed1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| |||
0 commit comments
Comments
(0)