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 03bf215 commit 51df77fCopy full SHA for 51df77f
lib/internal/Magento/Framework/App/Router/ActionList.php
@@ -27,7 +27,7 @@ class ActionList
27
/**
28
* Not allowed string in route's action path to avoid disclosing admin url
29
*/
30
- const NOT_ALLOWED_IN_NAMESPACE_PATH = 'adminhtml';
+ public const NOT_ALLOWED_IN_NAMESPACE_PATH = 'adminhtml';
31
32
33
* List of application actions
0 commit comments