Skip to content

Commit

Permalink
Make loaders aliases public (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
ogizanagi authored and theofidry committed Oct 20, 2017
1 parent 29d5382 commit 8ba2ffe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Bridge/Symfony/Resources/config/loader.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<services>

<service id="nelmio_alice.data_loader"
<service id="nelmio_alice.data_loader" public="true"
alias="nelmio_alice.data_loader.simple" />

<service id="nelmio_alice.data_loader.simple"
Expand All @@ -22,7 +22,7 @@
<argument type="service" id="nelmio_alice.generator" />
</service>

<service id="nelmio_alice.file_loader"
<service id="nelmio_alice.file_loader" public="true"
alias="nelmio_alice.file_loader.simple" />

<service id="nelmio_alice.file_loader.simple"
Expand Down

0 comments on commit 8ba2ffe

Please sign in to comment.