File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -151,11 +151,7 @@ it *also* loads other configuration files via its ``imports`` key:
151
151
<container xmlns =" http://symfony.com/schema/dic/services"
152
152
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
153
153
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" >
159
155
160
156
<imports >
161
157
<import resource =" parameters.yml" />
217
213
xsi : schemaLocation =" http://symfony.com/schema/dic/services
218
214
http://symfony.com/schema/dic/services/services-1.0.xsd
219
215
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" >
223
217
224
218
<!-- ... -->
225
219
<parameters >
You can’t perform that action at this time.
0 commit comments