]> Raphaël G. Git Repositories - blog/commitdiff
Remove default App mapping
authorRaphaël Gertz <git@rapsys.eu>
Sun, 28 Jan 2024 04:24:41 +0000 (05:24 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Sun, 28 Jan 2024 04:24:41 +0000 (05:24 +0100)
config/packages/doctrine.yaml

index 9fe3f613c099fe9e77a742af7aea8f32ab4e317d..711c30cbc070c1c2199373956ca79fa3f5c1dd06 100644 (file)
@@ -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: