Skip to content

Commit

Permalink
remove duplicated service definition
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Nov 30, 2023
1 parent d5d48f2 commit 14969a5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Tests/Fixtures/xml/services14.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd">
<services>
<service id="monolog.logger" parent="monolog.logger_prototype">
<argument index="0">app</argument>
</service>

<service id="logger" alias="monolog.logger" />

<service id="monolog.logger" parent="monolog.logger_prototype">
Expand Down

0 comments on commit 14969a5

Please sign in to comment.