Skip to content

Commit 034a0ed

Browse files
committed
Fix Static Test
1 parent 957f056 commit 034a0ed

File tree

1 file changed

+4
-3
lines changed
  • app/code/Magento/Backend/Controller/Adminhtml/Index

1 file changed

+4
-3
lines changed

app/code/Magento/Backend/Controller/Adminhtml/Index/Denied.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@
1313

1414
/**
1515
* To display Denied Page
16-
*
17-
* Class Denied
1816
*/
1917
class Denied extends DeniedController implements HttpGetActionInterface
2018
{
21-
19+
/**
20+
* @see _isAllowed()
21+
*/
22+
public const ADMIN_RESOURCE = 'Magento_Backend::admin';
2223
}

0 commit comments

Comments
 (0)