Skip to content

Commit 30bcde0

Browse files
committed
AC-11610: Catalog Search fix
* Static test fix
1 parent 112a630 commit 30bcde0

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/AdvancedSearch/Controller/Adminhtml/Search/System/Config

1 file changed

+1
-1
lines changed

app/code/Magento/AdvancedSearch/Controller/Adminhtml/Search/System/Config/TestConnection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class TestConnection extends Action implements HttpPostActionInterface
2222
*
2323
* @see _isAllowed()
2424
*/
25-
const ADMIN_RESOURCE = 'Magento_Catalog::config_catalog';
25+
public const ADMIN_RESOURCE = 'Magento_Catalog::config_catalog';
2626

2727
/**
2828
* @var ClientResolver

0 commit comments

Comments
 (0)