Skip to content

Commit f396b46

Browse files
committed
change method name
1 parent 1461653 commit f396b46

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/PageBuilder/Model/Config/ContentType/AdditionalData/Provider/Uploader

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/Model/Config/ContentType/AdditionalData/Provider/Uploader/OpenDialogUrl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function __construct(
4545
public function getData(string $itemName) : array
4646
{
4747
return [
48-
$itemName => $this->urlBuilder->getUrl($this->openDialogConfig->getOpenDialogUrl(), ['_secure' => true])
48+
$itemName => $this->urlBuilder->getUrl($this->openDialogConfig->get(), ['_secure' => true])
4949
];
5050
}
5151
}

0 commit comments

Comments
 (0)