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:
19281928 <!-- config/services.xml -->
19291929 <?xml version =" 1.0" encoding =" UTF-8" ?>
19301930 <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" >
19321934
19331935 <parameters >
19341936 <parameter key =" router.request_context.host" >example.org</parameter >
@@ -2041,7 +2043,9 @@ method) or globally with these configuration parameters:
20412043 <!-- config/services.xml -->
20422044 <?xml version =" 1.0" encoding =" UTF-8" ?>
20432045 <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" >
20452049
20462050 <parameters >
20472051 <parameter key =" router.request_context.scheme" >https</parameter >
You can’t perform that action at this time.
0 commit comments