We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e62c675 commit da1daaeCopy full SHA for da1daae
app/code/Magento/Backend/Controller/Adminhtml/Index/Denied.php
@@ -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