mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
fixed configuration for some bundles
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user