mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
Removing \ which does not work for XML
This commit is contained in:
@@ -23,5 +23,5 @@ doctrine:
|
||||
is_bundle: false
|
||||
type: annotation
|
||||
dir: '%kernel.project_dir%/src/Entity'
|
||||
prefix: 'App\Entity\'
|
||||
prefix: 'App\Entity'
|
||||
alias: App
|
||||
|
||||
Reference in New Issue
Block a user