File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/Symfony/Bundle/SecurityBundle Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ SecurityBundle
62
62
http://symfony.com/schema/dic/security
63
63
- https://symfony.com/schema/dic/security/security-1.0.xsd">
64
64
+ https://symfony.com/schema/dic/security/security-1.0.xsd
65
- + http://example.com/schema
66
- + http://example.com/ schema.xsd" >
65
+ + http://example.com/schema http://example.com/schema.xsd">
66
+ + <!-- the line above can be omitted if the schema does not have a definition -- >
67
67
68
68
<config>
69
69
<provider name="custom_provider">
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ CHANGELOG
17
17
http://symfony.com/schema/dic/security
18
18
- https://symfony.com/schema/dic/security/security-1.0.xsd">
19
19
+ https://symfony.com/schema/dic/security/security-1.0.xsd
20
- + http://example.com/schema
21
- + http://example.com/ schema.xsd" >
20
+ + http://example.com/schema http://example.com/schema.xsd">
21
+ + <!-- the line above can be omitted if the schema does not have a definition -- >
22
22
23
23
<config>
24
24
<provider name="custom_provider">
You can’t perform that action at this time.
0 commit comments