We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7baa4e commit 34bc9deCopy full SHA for 34bc9de
lib/internal/Magento/Framework/View/Element/UiComponentFactory.php
@@ -83,10 +83,10 @@ public function __construct(
83
ManagerInterface $componentManager,
84
InterpreterInterface $argumentInterpreter,
85
ContextFactory $contextFactory,
86
- DataInterfaceFactory $configFactory = null,
87
array $data = [],
88
array $componentChildFactories = [],
89
- DataInterface $definitionData = null
+ DataInterface $definitionData = null,
+ DataInterfaceFactory $configFactory = null
90
) {
91
$this->objectManager = $objectManager;
92
$this->componentManager = $componentManager;
0 commit comments