Files
domokits/local/modules/NoVatForCompanies/Config/config.xml

16 lines
603 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<config xmlns="http://thelia.net/schema/dic/config"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://thelia.net/schema/dic/config http://thelia.net/schema/dic/config/thelia-1.0.xsd">
<services>
<service id="NoVatForCompanies.listener" class="NoVatForCompanies\EventListeners\NoVatListener">
<argument type="service" id="request"/>
<argument type="service" id="thelia.taxEngine" />
<tag name="kernel.event_subscriber"/>
</service>
</services>
</config>