Skip to content

Commit

Permalink
Remove unnecessary container definition (#61)
Browse files Browse the repository at this point in the history
* Remove unnecessary container definition

* Fix psalm errors
  • Loading branch information
jakub-groncki authored May 25, 2022
1 parent 5b61490 commit e9f81a7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@
<services>
<defaults public="true"/>

<service
class="BitBag\SyliusAdyenPlugin\Callback\RequestCaptureOnShipCallback"
id="bitbag.sylius_adyen_plugin.callback.request_capture_on_ship_callback"
>
<argument type="service" id="bitbag.sylius_adyen_plugin.bus.dispatcher"/>
</service>

<service
class="BitBag\SyliusAdyenPlugin\Callback\RequestCancelCallback"
id="bitbag.sylius_adyen_plugin.callback.request_cancel_callback"
Expand Down

0 comments on commit e9f81a7

Please sign in to comment.