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 b1a672f commit 23e0771Copy full SHA for 23e0771
app/code/Magento/Reports/Controller/Adminhtml/Report/Product/Downloads.php
@@ -1,13 +1,15 @@
1
<?php
2
/**
3
- *
4
* Copyright © Magento, Inc. All rights reserved.
5
* See COPYING.txt for license details.
6
*/
7
namespace Magento\Reports\Controller\Adminhtml\Report\Product;
8
9
use Magento\Framework\App\Action\HttpGetActionInterface as HttpGetActionInterface;
10
+/**
11
+ * Class \Magento\Reports\Controller\Adminhtml\Report\Product\Downloads
12
+ */
13
class Downloads extends \Magento\Reports\Controller\Adminhtml\Report\Product implements HttpGetActionInterface
14
{
15
0 commit comments