Skip to content

Commit 7e69251

Browse files
author
Marcel Hauri
committed
[fix] reference to invalid class Magento\Backend\Block\Catalog\Product\Widget\Chooser
1 parent a0c157e commit 7e69251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Widget/Test/Unit/Model/_files/widget_config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
'type' => 'label',
4949
'@' => ['type' => 'complex'],
5050
'helper_block' => [
51-
'type' => \Magento\Backend\Block\Catalog\Product\Widget\Chooser::class,
51+
'type' => \Magento\Catalog\Block\Adminhtml\Product\Widget\Chooser::class,
5252
'data' => ['button' => ['open' => 'Select Product...']],
5353
],
5454
'visible' => '1',

0 commit comments

Comments
 (0)