We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebcd833 + f93a720 commit 4bb58daCopy full SHA for 4bb58da
1 file changed
Controller/Adminhtml/Activate/Extension.php
@@ -22,6 +22,10 @@
22
23
class Extension extends \Magento\Backend\App\Action
24
{
25
+ /**
26
+ * ACL resource required to activate extensions.
27
+ */
28
+ public const ADMIN_RESOURCE = 'Magento_Config::config';
29
/**
30
* @var WriterInterface
31
*/
0 commit comments