Skip to content

Commit

Permalink
Class parameter for service builder
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianmoya committed Jun 1, 2012
1 parent b119d70 commit e660680
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@

<parameters>
<parameter key="guzzle.service_builder.configuration_file"/>
<parameter key="guzzle.service_builder.class"/>
</parameters>

<services>
<service id="guzzle.service_builder" class="Guzzle\Service\ServiceBuilder" factory-method="factory" factory-class="Guzzle\Service\ServiceBuilder">
<service id="guzzle.service_builder" class="%guzzle.service_builder.class%" factory-method="factory" factory-class="%guzzle.service_builder.class%">
<argument type="string" id="guzzle.service_builder.configuration_file">%guzzle.service_builder.configuration_file%</argument>
</service>
</services>

</container>
</container>

0 comments on commit e660680

Please sign in to comment.