Skip to content

Commit 957f056

Browse files
committed
Merge remote-tracking branch 'origin/2.3-bugfix/access_denied_issue25881' into 2.3-bugfix/access_denied_issue25881
2 parents b7bc81f + 78bf9c2 commit 957f056

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)