<?xml version="1.0"?>
<!--
/**
 * Copyright © MageKey. All rights reserved.
 * See LICENSE.txt for license details.
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
    <type name="Magento\Framework\Console\CommandListInterface">
        <arguments>
            <argument name="commands" xsi:type="array">
                <item name="statisticsBestsellersRefresh" xsi:type="object">MageKey\BestsellerWidget\Console\Command\RefreshBestsellers</item>
            </argument>
        </arguments>
    </type>
    <type name="MageKey\BestsellerWidget\Model\BestsellersReport">
        <arguments>
            <argument name="reportType" xsi:type="string">Magento\Sales\Model\ResourceModel\Report\Bestsellers</argument>
        </arguments>
    </type>
</config>
