File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
app/code/Magento/Reports/Controller/Adminhtml/Report/Product Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 11<?php
22/**
3- *
43 * Copyright © Magento, Inc. All rights reserved.
54 * See COPYING.txt for license details.
65 */
6+ declare (strict_types=1 );
7+
78namespace Magento \Reports \Controller \Adminhtml \Report \Product ;
89
910use Magento \Framework \App \Action \HttpGetActionInterface as HttpGetActionInterface ;
1011
12+ /**
13+ * Class \Magento\Reports\Controller\Adminhtml\Report\Product\Downloads
14+ */
1115class Downloads extends \Magento \Reports \Controller \Adminhtml \Report \Product implements HttpGetActionInterface
1216{
1317 /**
1418 * Authorization level of a basic admin session
1519 *
1620 * @see _isAllowed()
1721 */
18- const ADMIN_RESOURCE = 'Magento_Reports::report_products ' ;
22+ const ADMIN_RESOURCE = 'Magento_Reports::downloads ' ;
1923
2024 /**
2125 * Downloads action
You can’t perform that action at this time.
0 commit comments