Skip to content

Commit 1dd46ab

Browse files
author
Yuri Kovsher
committed
MAGETWO-36731: Refactor controller actions in the Search module
1 parent a0e00a6 commit 1dd46ab

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

app/code/Magento/Search/Controller/Adminhtml/Term/Edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Edit extends TermController
1717
*
1818
* @var \Magento\Framework\Registry
1919
*/
20-
protected $coreRegistry = null;
20+
protected $coreRegistry;
2121

2222
/**
2323
* @param \Magento\Backend\App\Action\Context $context

0 commit comments

Comments
 (0)