Skip to content

Commit

Permalink
[Core] Extract mailer sender from ShopBundle
Browse files Browse the repository at this point in the history
  • Loading branch information
lchrusciel authored and SirDomin committed Nov 17, 2020
1 parent c0d8f32 commit 85b296b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 67 deletions.
42 changes: 0 additions & 42 deletions src/Sylius/Bundle/ApiBundle/EmailManager/OrderEmailManager.php

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions src/Sylius/Bundle/ApiBundle/Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,6 @@
<tag name="sylius.api.command_data_transformer" />
</service>

<service class="Sylius\Bundle\ApiBundle\EmailManager\OrderEmailManager" id="sylius_bundle_api.email_manager.order_email_manager">
<argument type="service" id="sylius.email_sender" />
</service>

<service id="Sylius\Bundle\ApiBundle\Serializer\AddressDenormalizer">
<argument type="service" id="serializer.normalizer.object" />
<argument type="string">%sylius.model.address.class%</argument>
Expand Down

0 comments on commit 85b296b

Please sign in to comment.