X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/airlibre/blobdiff_plain/048ea02f8dee4882447b444fce371999e8492735..0e3f6c57f5fb4a28f3ec1606bd8ffc29b66beda7:/config/packages/doctrine.yaml 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