1
0
mirror of synced 2024-11-26 06:56:06 +03:00
magento-module/etc/di.xml

12 lines
662 B
XML
Raw Normal View History

2017-05-31 15:24:46 +03:00
<?xml version="1.0"?>
2018-04-28 11:39:23 +03:00
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
<type name="Retailcrm\Retailcrm\Helper\Proxy">
<arguments>
<argument name="pathUrl" xsi:type="const">Retailcrm\Retailcrm\Api\ConfigManagerInterface::URL_PATH</argument>
<argument name="pathKey" xsi:type="const">Retailcrm\Retailcrm\Api\ConfigManagerInterface::KEY_PATH</argument>
<argument name="pathVersion" xsi:type="const">Retailcrm\Retailcrm\Api\ConfigManagerInterface::API_VERSION_PATH</argument>
</arguments>
</type>
2018-03-12 16:34:48 +03:00
</config>