Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45189bb + 762d302 commit f85c44cCopy full SHA for f85c44c
components/dependency_injection/_imports-parameters-note.rst.inc
@@ -18,7 +18,8 @@
18
<?xml version="1.0" encoding="UTF-8" ?>
19
<container xmlns="http://symfony.com/schema/dic/services"
20
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21
- xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
+ xsi:schemaLocation="http://symfony.com/schema/dic/services
22
+ http://symfony.com/schema/dic/services/services-1.0.xsd">
23
24
<imports>
25
<import resource="%kernel.root_dir%/parameters.yml" />
0 commit comments