File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ that must be enabled in your configuration:
234
234
<?xml version =" 1.0" encoding =" UTF-8" ?>
235
235
<container xmlns =" http://symfony.com/schema/dic/services"
236
236
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
237
- xmlns : doctrine =" http://symfony.com/schema/dic/framework "
237
+ xmlns : doctrine =" http://symfony.com/schema/dic/doctrine "
238
238
xsi : schemaLocation =" http://symfony.com/schema/dic/services
239
239
http://symfony.com/schema/dic/services/services-1.0.xsd
240
240
http://symfony.com/schema/dic/symfony
Original file line number Diff line number Diff line change @@ -566,7 +566,7 @@ directory instead:
566
566
567
567
<doctrine : config >
568
568
<doctrine : orm auto-mapping =" true" >
569
- <mapping name =" AppBundle" dir =" SomeResources/config/doctrine" type =" xml" />
569
+ <doctrine : mapping name =" AppBundle" dir =" SomeResources/config/doctrine" type =" xml" />
570
570
</doctrine : orm >
571
571
</doctrine : config >
572
572
</container >
@@ -616,7 +616,7 @@ namespace in the ``src/Entity`` directory and gives them an ``App`` alias
616
616
617
617
<doctrine : config >
618
618
<doctrine : orm >
619
- <mapping name =" SomeEntityNamespace"
619
+ <doctrine : mapping name =" SomeEntityNamespace"
620
620
type =" annotation"
621
621
dir =" %kernel.root_dir%/../src/Entity"
622
622
is-bundle =" false"
You can’t perform that action at this time.
0 commit comments