Skip to content

Commit f8dc398

Browse files
authored
Merge pull request #29 from robaimes/fix-media-command
Inject concrete DriverInterface implementation
2 parents 07d31d2 + d632b58 commit f8dc398

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

etc/di.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,9 @@
1111
</argument>
1212
</arguments>
1313
</type>
14+
<type name="Hackathon\EAVCleaner\Console\Command\RemoveUnusedMediaCommand">
15+
<arguments>
16+
<argument name="driver" xsi:type="object">Magento\Framework\Filesystem\Driver\File</argument>
17+
</arguments>
18+
</type>
1419
</config>

0 commit comments

Comments
 (0)