Skip to content

Commit e16e33d

Browse files
committed
Fixes "Invalid Document - Element 'argument': The type definition is abstract." error. Strange, I only ran into this right now, not before...
1 parent 094d1dd commit e16e33d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<preference for="Baldwin\UrlDataIntegrityChecker\Storage\StorageInterface" type="Baldwin\UrlDataIntegrityChecker\Storage\FileStorage" />
44
<type name="Magento\Framework\Console\CommandList">
55
<arguments>
6-
<argument name="commands">
6+
<argument name="commands" xsi:type="array">
77
<item name="baldwin_urldataintegritychecker_console_command_checkproducturlkeys" xsi:type="object">Baldwin\UrlDataIntegrityChecker\Console\Command\CheckProductUrlKeys</item>
88
<item name="baldwin_urldataintegritychecker_console_command_checkproducturlpaths" xsi:type="object">Baldwin\UrlDataIntegrityChecker\Console\Command\CheckProductUrlPaths</item>
99
<item name="baldwin_urldataintegritychecker_console_command_checkcategoryurlpaths" xsi:type="object">Baldwin\UrlDataIntegrityChecker\Console\Command\CheckCategoryUrlPaths</item>

0 commit comments

Comments
 (0)