fixed configuration for some bundles

This commit is contained in:
Fabien Potencier
2017-03-19 19:24:35 -07:00
parent 058be9cfe4
commit 86fcae51fb
2 changed files with 4 additions and 4 deletions
@@ -18,5 +18,5 @@ doctrine:
is_bundle: false
type: annotation
dir: "%kernel.root_dir%/../src/Entity"
prefix: "Entity\\"
prefix: "App\\Entity\\"
alias: App
@@ -1,6 +1,6 @@
easy_admin:
entities:
# List the entity class name you want to manage
#Entity\Product
#Entity\Category
#Entity\User
#- App\Entity\Product
#- App\Entity\Category
#- App\Entity\User