Skip to content

Commit 0a3893d

Browse files
authored
Do not change preferences for magento default types #32 (#494)
1 parent d0adc4a commit 0a3893d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

app/code/Meta/BusinessExtension/etc/adminhtml/di.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
</argument>
1010
</arguments>
1111
</type>
12-
<preference for="Magento\Framework\App\Config\Storage\WriterInterface"
13-
type="Magento\Framework\App\Config\Storage\Writer"/>
1412
<type name="Meta\BusinessExtension\Controller\Adminhtml\ApiKey\Index">
1513
<arguments>
1614
<argument name="configWriter" xsi:type="object">Magento\Framework\App\Config\Storage\WriterInterface

app/code/Meta/BusinessExtension/etc/di.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@
3434
</argument>
3535
</arguments>
3636
</type>
37-
<preference for="Magento\Framework\App\Config\Storage\WriterInterface"
38-
type="Magento\Framework\App\Config\Storage\Writer"/>
3937
<type name="Meta\BusinessExtension\Controller\Adminhtml\ApiKey\Index">
4038
<arguments>
4139
<argument name="configWriter" xsi:type="object">Magento\Framework\App\Config\Storage\WriterInterface;

0 commit comments

Comments
 (0)