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 1
1
<?php
2
2
/**
3
- *
4
3
* Copyright © Magento, Inc. All rights reserved.
5
4
* See COPYING.txt for license details.
6
5
*/
6
+ declare (strict_types=1 );
7
+
7
8
namespace Magento \Reports \Controller \Adminhtml \Report \Product ;
8
9
9
10
use Magento \Framework \App \Action \HttpGetActionInterface as HttpGetActionInterface ;
10
11
12
+ /**
13
+ * Class \Magento\Reports\Controller\Adminhtml\Report\Product\Downloads
14
+ */
11
15
class Downloads extends \Magento \Reports \Controller \Adminhtml \Report \Product implements HttpGetActionInterface
12
16
{
13
17
/**
14
18
* Authorization level of a basic admin session
15
19
*
16
20
* @see _isAllowed()
17
21
*/
18
- const ADMIN_RESOURCE = 'Magento_Reports::report_products ' ;
22
+ const ADMIN_RESOURCE = 'Magento_Reports::downloads ' ;
19
23
20
24
/**
21
25
* Downloads action
You can’t perform that action at this time.
0 commit comments