Open jeremy-hyde opened 7 years ago
This is not an error. Symfony manual clearly tells that this way is used often in documentation. See Shortened Configuration Syntax
When you are only using one entity manager, all config options available can be placed directly under doctrine.orm config level.
This shortened version is commonly used in other documentation sections. Keep in mind that you can't use both syntaxes at the same time.
On this page The config is:
And should be:
Source: Doc Symfony