Skip to content

Commit

Permalink
Merge pull request #482 from ThomasLandauer/patch-1
Browse files Browse the repository at this point in the history
Adding alias to enable auto-wiring
  • Loading branch information
makasim authored Dec 18, 2018
2 parents 0758ced + 24b9bf4 commit b039845
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Resources/config/payum.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<service id="payum" class="Payum\Core\Payum">
<factory service="payum.builder" method="getPayum" />
</service>
<service id="Payum\Core\Payum" alias="payum"></service>

<service id="payum.static_registry" class="Payum\Core\Bridge\Symfony\ContainerAwareRegistry">
<argument type="collection" /> <!-- gateways services. this should be replaced while container is built -->
Expand Down

0 comments on commit b039845

Please sign in to comment.