Skip to content

Commit

Permalink
Remove invalid service definition
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Aug 29, 2024
1 parent 91c6a6e commit 34df2e7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Resources/config/services/event_listener.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
<container xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://symfony.com/schema/dic/services"
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
<services>
<service id="Setono\SyliusPeakPlugin\EventListener\Doctrine\OrderListener">
<argument type="service" id="setono_sylius_peak.factory.upload_order_request"/>
<argument type="service" id="state_machine.setono_sylius_peak__upload_order_request"/>

<tag name="doctrine.event_listener" event="preUpdate"/>
</service>

<service id="Setono\SyliusPeakPlugin\EventListener\Doctrine\ProductListener">
<argument type="service" id="setono_sylius_peak.factory.upload_product_variant_request"/>
<argument type="service" id="state_machine.setono_sylius_peak__upload_product_variant_request"/>
Expand Down

0 comments on commit 34df2e7

Please sign in to comment.