From: Raphaƫl Gertz Date: Sun, 28 Jan 2024 04:24:41 +0000 (+0100) Subject: Remove default App mapping X-Git-Url: https://git.rapsys.eu/blog/commitdiff_plain/9e04ef9b1d15ad766f0dc3eaafa671465caa5a96 Remove default App mapping --- diff --git a/config/packages/doctrine.yaml b/config/packages/doctrine.yaml index 9fe3f61..711c30c 100644 --- a/config/packages/doctrine.yaml +++ b/config/packages/doctrine.yaml @@ -14,13 +14,6 @@ doctrine: validate_xml_mapping: true naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware auto_mapping: true - mappings: - App: - type: attribute - is_bundle: false - dir: '%kernel.project_dir%/src/Entity' - prefix: 'App\Entity' - alias: App when@test: doctrine: