File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Block/Adminhtml/System/Config/Form Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1212use Magento \Config \Block \System \Config \Form \Field ;
1313use Magento \Framework \Data \Form \Element \AbstractElement ;
1414use Magento \Framework \Module \Manager ;
15- use Magento \Framework \View \Helper \SecureHtmlRenderer ;
1615
1716class EventList extends Field
1817{
@@ -29,16 +28,14 @@ class EventList extends Field
2928 * @param Context $context
3029 * @param Manager $moduleManager
3130 * @param array $data
32- * @param SecureHtmlRenderer|null $secureRenderer
3331 */
3432 public function __construct (
3533 Context $ context ,
3634 Manager $ moduleManager ,
37- array $ data = [],
38- ?SecureHtmlRenderer $ secureRenderer = null
35+ array $ data = []
3936 ) {
4037 $ this ->moduleManager = $ moduleManager ;
41- parent ::__construct ($ context , $ data, $ secureRenderer );
38+ parent ::__construct ($ context , $ data );
4239 }
4340
4441 /**
You can’t perform that action at this time.
0 commit comments