Skip to content

Commit 09d0596

Browse files
author
Ahmed TAILOULOUTE
committed
Fix some Doctrine XML configurations
1 parent 613e5c4 commit 09d0596

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

http_cache/esi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ that must be enabled in your configuration:
234234
<?xml version="1.0" encoding="UTF-8" ?>
235235
<container xmlns="http://symfony.com/schema/dic/services"
236236
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"
238238
xsi:schemaLocation="http://symfony.com/schema/dic/services
239239
http://symfony.com/schema/dic/services/services-1.0.xsd
240240
http://symfony.com/schema/dic/symfony

reference/configuration/doctrine.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ directory instead:
566566
567567
<doctrine:config>
568568
<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" />
570570
</doctrine:orm>
571571
</doctrine:config>
572572
</container>
@@ -616,7 +616,7 @@ namespace in the ``src/Entity`` directory and gives them an ``App`` alias
616616
617617
<doctrine:config>
618618
<doctrine:orm>
619-
<mapping name="SomeEntityNamespace"
619+
<doctrine:mapping name="SomeEntityNamespace"
620620
type="annotation"
621621
dir="%kernel.root_dir%/../src/Entity"
622622
is-bundle="false"

0 commit comments

Comments
 (0)