Skip to content

Commit da1daae

Browse files
committed
Resolve Admin panel is not accessible after limited permissions set to at least one admin account issue25881
1 parent e62c675 commit da1daae

File tree

1 file changed

+21
-0
lines changed
  • app/code/Magento/Backend/Controller/Adminhtml/Index

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?php
2+
/**
3+
*
4+
* Copyright © Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
declare(strict_types=1);
8+
9+
namespace Magento\Backend\Controller\Adminhtml\Index;
10+
11+
use Magento\Backend\Controller\Adminhtml\Denied as DeniedController;
12+
13+
/**
14+
* To display Denied Page
15+
*
16+
* Class Denied
17+
*/
18+
class Denied extends DeniedController
19+
{
20+
21+
}

0 commit comments

Comments
 (0)