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 2cfe241 commit 5242810Copy full SHA for 5242810
app/code/Magento/AsynchronousOperations/Controller/Adminhtml/Index/Index.php
@@ -19,7 +19,7 @@ class Index extends Action implements HttpGetActionInterface
19
*
20
* @see _isAllowed()
21
*/
22
- const ADMIN_RESOURCE = 'Magento_Logging::system_magento_logging_bulk_operations';
+ public const ADMIN_RESOURCE = 'Magento_Logging::system_magento_logging_bulk_operations';
23
24
/**
25
* @var PageFactory
0 commit comments