Skip to content

Commit 5242810

Browse files
committed
Resolve Static tests failure
1 parent 2cfe241 commit 5242810

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/AsynchronousOperations/Controller/Adminhtml/Index

1 file changed

+1
-1
lines changed

app/code/Magento/AsynchronousOperations/Controller/Adminhtml/Index/Index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Index extends Action implements HttpGetActionInterface
1919
*
2020
* @see _isAllowed()
2121
*/
22-
const ADMIN_RESOURCE = 'Magento_Logging::system_magento_logging_bulk_operations';
22+
public const ADMIN_RESOURCE = 'Magento_Logging::system_magento_logging_bulk_operations';
2323

2424
/**
2525
* @var PageFactory

0 commit comments

Comments
 (0)