Skip to content

Commit 5bec1b1

Browse files
committed
[#7744] fix XSD locations
1 parent 5300307 commit 5bec1b1

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

configuration.rst

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,7 @@ it *also* loads other configuration files via its ``imports`` key:
151151
<container xmlns="http://symfony.com/schema/dic/services"
152152
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
153153
xsi:schemaLocation="http://symfony.com/schema/dic/services
154-
http://symfony.com/schema/dic/services/services-1.0.xsd
155-
http://symfony.com/schema/dic/symfony
156-
http://symfony.com/schema/dic/symfony/symfony-1.0.xsd
157-
http://symfony.com/schema/dic/twig
158-
http://symfony.com/schema/dic/twig/twig-1.0.xsd">
154+
http://symfony.com/schema/dic/services/services-1.0.xsd">
159155
160156
<imports>
161157
<import resource="parameters.yml" />
@@ -217,9 +213,7 @@ key:
217213
xsi:schemaLocation="http://symfony.com/schema/dic/services
218214
http://symfony.com/schema/dic/services/services-1.0.xsd
219215
http://symfony.com/schema/dic/symfony
220-
http://symfony.com/schema/dic/symfony/symfony-1.0.xsd
221-
http://symfony.com/schema/dic/twig
222-
http://symfony.com/schema/dic/twig/twig-1.0.xsd">
216+
http://symfony.com/schema/dic/symfony/symfony-1.0.xsd">
223217
224218
<!-- ... -->
225219
<parameters>

0 commit comments

Comments
 (0)