Skip to content

Commit 78bf9c2

Browse files
committed
Issue 25881: don't need override constant
1 parent 1f12acf commit 78bf9c2

File tree

1 file changed

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

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,5 @@
1818
*/
1919
class Denied extends DeniedController implements HttpGetActionInterface
2020
{
21-
/**
22-
* Authorization level of a basic admin session
23-
*/
24-
const ADMIN_RESOURCE = 'Magento_Backend::admin';
21+
2522
}

0 commit comments

Comments
 (0)