Skip to content

Commit

Permalink
make the deprecation listener public (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm authored Jun 15, 2018
1 parent 389e3a1 commit f9b3ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/deprecation_listener.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<services>
<defaults autowire="true" autoconfigure="true" public="false" />

<service id="Ekino\NewRelicBundle\Listener\DeprecationListener"/>
<service id="Ekino\NewRelicBundle\Listener\DeprecationListener" public="true" />
</services>
</container>

0 comments on commit f9b3ae7

Please sign in to comment.