File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed
app/code/Magento/Reports/Controller/Adminhtml/Report Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -55,15 +55,4 @@ public function _initAction()
55
55
$ this ->_addBreadcrumb (__ ('Shopping Cart ' ), __ ('Shopping Cart ' ));
56
56
return $ this ;
57
57
}
58
-
59
- /**
60
- * Determine if action is allowed for reports module
61
- *
62
- * @return bool
63
- * phpcs:disable Generic.CodeAnalysis.UselessOverridingMethod
64
- */
65
- protected function _isAllowed ()
66
- {
67
- return parent ::_isAllowed ();
68
- }
69
58
}
Original file line number Diff line number Diff line change 15
15
*/
16
16
class Customer extends \Magento \Reports \Controller \Adminhtml \Report \Shopcart implements HttpGetActionInterface
17
17
{
18
- /**
19
- * Authorization of a customer report
20
- */
21
- const ADMIN_RESOURCE = null ;
22
-
23
18
/**
24
19
* Customer shopping carts action
25
20
*
You can’t perform that action at this time.
0 commit comments