8000 minor #52813 remove duplicated service definition (xabbuh) · symfonyaml/symfony@ac47f07 · GitHub
[go: up one dir, main page]

Skip to content

Commit ac47f07

Browse files
minor symfony#52813 remove duplicated service definition (xabbuh)
This PR was merged into the 5.4 branch. Discussion ---------- remove duplicated service definition | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- 37eec22 remove duplicated service definition
2 parents e88a7f7 + 37eec22 commit ac47f07

File tree

1 file changed

+0
-4
lines changed
  • src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml

1 file changed

+0
-4
lines changed

src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services14.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd">
55
<services>
6-
<service id="monolog.logger" parent="monolog.logger_prototype">
7-
<argument index="0">app</argument>
8-
</service>
9-
106
<service id="logger" alias="monolog.logger" />
117

128
<service id="monolog.logger" parent="monolog.logger_prototype">

0 commit comments

Comments
 (0)
0