123456789101112131415 |
- <?php
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- namespace Magento\Sales\Model\ResourceModel\Report;
- /**
- * Order report resource model
- *
- * @author Magento Core Team <core@magentocommerce.com>
- */
- abstract class AbstractReport extends \Magento\Reports\Model\ResourceModel\Report\AbstractReport
- {
- }
|