Removing \ which does not work for XML

This commit is contained in:
Ryan Weaver
2017-11-23 12:45:20 -06:00
committed by GitHub
parent 119f74fddd
commit 77ab7e318e
@@ -23,5 +23,5 @@ doctrine:
is_bundle: false
type: annotation
dir: '%kernel.project_dir%/src/Entity'
prefix: 'App\Entity\'
prefix: 'App\Entity'
alias: App