Skip to content
This repository has been archived by the owner on Nov 27, 2017. It is now read-only.

Commit

Permalink
Merge pull request #2 from stanlemon/master
Browse files Browse the repository at this point in the history
Fix container reference in service definition
  • Loading branch information
stof committed Mar 23, 2015
2 parents 638109a + 2b53dc3 commit 2594684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<services>
<service id="incenteev_dynamic_parameters.retriever" class="Incenteev\DynamicParametersBundle\ParameterRetriever">
<argument type="service" id="container" />
<argument type="service" id="service_container" />
<argument>%incenteev_dynamic_parameters.parameters%</argument>
</service>
</services>
Expand Down

0 comments on commit 2594684

Please sign in to comment.