Skip to content

Commit

Permalink
allow autowiring for alertify helper service
Browse files Browse the repository at this point in the history
  • Loading branch information
lenybernard committed Jul 15, 2020
1 parent 0a5b1c7 commit 2f4d633
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
</parameters>

<services>
<service id="alertify" class="%alertify.helper.class%">
<service id="alertify" class="%alertify.helper.class%" public="true">
<argument type="service" id="session" />
</service>
<service id="%alertify.helper.class%" alias="alertify" />
<service id="troopers_alertifybundle.session_handler" class="%alertify.handler.session.class%">
<argument>%troopers_alertify%</argument>
</service>
Expand Down

0 comments on commit 2f4d633

Please sign in to comment.