File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,12 @@ managers that use this connection.
58
58
59
59
<?xml version =" 1.0" ?>
60
60
<container xmlns =" http://symfony.com/schema/dic/services"
61
- xmlns : doctrine =" http://symfony.com/schema/dic/doctrine" >
61
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
62
+ xmlns : doctrine =" http://symfony.com/schema/dic/doctrine"
63
+ xsi : schemaLocation =" http://symfony.com/schema/dic/services
64
+ http://symfony.com/schema/dic/services/services-1.0.xsd
65
+ http://symfony.com/schema/dic/doctrine
66
+ http://symfony.com/schema/dic/doctrine/doctrine-1.0.xsd" >
62
67
63
68
<doctrine : config >
64
69
<doctrine : dbal default-connection =" default" >
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