X-Git-Url: https://git.rapsys.eu/airlibre/blobdiff_plain/048ea02f8dee4882447b444fce371999e8492735..786580544093d24b55072d7836dff9a5b37ae32f:/config/packages/doctrine.yaml?ds=sidebyside diff --git a/config/packages/doctrine.yaml b/config/packages/doctrine.yaml index c052bb0..22c94c3 100644 --- a/config/packages/doctrine.yaml +++ b/config/packages/doctrine.yaml @@ -14,10 +14,3 @@ doctrine: auto_generate_proxy_classes: true naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware auto_mapping: true - mappings: - App: - is_bundle: false - type: annotation - dir: '%kernel.project_dir%/src/Entity' - prefix: 'App\Entity' - alias: App