File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -1928,7 +1928,9 @@ generate URLs. This context can be configured globally for all commands:
1928
1928
<!-- config/services.xml -->
1929
1929
<?xml version =" 1.0" encoding =" UTF-8" ?>
1930
1930
<container xmlns =" http://symfony.com/schema/dic/services"
1931
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
1931
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
1932
+ xsi : schemaLocation =" http://symfony.com/schema/dic/services
1933
+ https://symfony.com/schema/dic/services/services-1.0.xsd" >
1932
1934
1933
1935
<parameters >
1934
1936
<parameter key =" router.request_context.host" >example.org</parameter >
@@ -2041,7 +2043,9 @@ method) or globally with these configuration parameters:
2041
2043
<!-- config/services.xml -->
2042
2044
<?xml version =" 1.0" encoding =" UTF-8" ?>
2043
2045
<container xmlns =" http://symfony.com/schema/dic/services"
2044
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
2046
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2047
+ xsi : schemaLocation =" http://symfony.com/schema/dic/services
2048
+ https://symfony.com/schema/dic/services/services-1.0.xsd" >
2045
2049
2046
2050
<parameters >
2047
2051
<parameter key =" router.request_context.scheme" >https</parameter >
You can’t perform that action at this time.
0 commit comments