Skip to content

Commit

Permalink
Merge branch 'master' of github.com:comsave/salesforce-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaidas Bagdonas committed Feb 6, 2018
2 parents 43bc826 + 12090d6 commit f3f4b9d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Resources/config/soap_client.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@

<services>

<service id="phpforce.soap_client"
class="Phpforce\SoapClient\Client"
factory-service="phpforce.soap_client.builder"
factory-method="build">
<service id="phpforce.soap_client" class="Phpforce\SoapClient\Client">
<factory service="phpforce.soap_client.builder" method="build" />
</service>

<service id="phpforce.soap_client.bulk_saver"
Expand Down

0 comments on commit f3f4b9d

Please sign in to comment.