We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42044b9 commit bd53786Copy full SHA for bd53786
app/code/Magento/SampleData/etc/di.xml
@@ -15,5 +15,10 @@
15
</argument>
16
</arguments>
17
</type>
18
- <preference for="Magento\Framework\Filesystem\Directory\ReadInterface" type="Magento\Framework\Filesystem\Directory\Read" />
+ <virtualType name="Magento\SampleData\Filesystem\Directory\Read" type="Magento\Framework\Filesystem\Directory\Read">
19
+ <arguments>
20
+ <argument name="driver" xsi:type="object">Magento\Framework\Filesystem\Driver\File</argument>
21
+ </arguments>
22
+ </virtualType>
23
+ <preference for="Magento\Framework\Filesystem\Directory\ReadInterface" type="Magento\SampleData\Filesystem\Directory\Read" />
24
</config>
0 commit comments