File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/Bundle/Ui/DataProvider/Product/Form/Modifier Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ public function __construct(
3939 $ this ->locator = $ locator ;
4040 $ this ->arrayManager = $ arrayManager ;
4141 }
42-
42+
4343 /**
44- * { @inheritdoc}
44+ * @inheritdoc
4545 */
4646 public function modifyMeta (array $ meta )
4747 {
@@ -64,7 +64,7 @@ public function modifyMeta(array $meta)
6464 $ this ->arrayManager ->findPath (
6565 ProductAttributeInterface::CODE_PRICE ,
6666 $ meta ,
67- null ,
67+ self :: DEFAULT_GENERAL_PANEL . ' /children ' ,
6868 'children '
6969 ) . static ::META_CONFIG_PATH ,
7070 $ meta ,
@@ -94,7 +94,7 @@ public function modifyMeta(array $meta)
9494 }
9595
9696 /**
97- * { @inheritdoc}
97+ * @inheritdoc
9898 */
9999 public function modifyData (array $ data )
100100 {
You can’t perform that action at this time.
0 commit comments