Skip to content

Commit 760236b

Browse files
Rizwan KhanRizwan Khan
authored andcommitted
AC-11453: newsletter templates and queue validations
1 parent 8740e67 commit 760236b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

app/code/Magento/Newsletter/Controller/Adminhtml/Queue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ abstract class Queue extends \Magento\Backend\App\Action
1818
*
1919
* @see _isAllowed()
2020
*/
21-
const ADMIN_RESOURCE = 'Magento_Newsletter::queue';
21+
public const ADMIN_RESOURCE = 'Magento_Newsletter::queue';
2222

2323
/**
2424
* Checks the acl permission

0 commit comments

Comments
 (0)