Skip to content

Commit 1cbcd7c

Browse files
committed
Update Conditions.php
Declare module namespace before template path
1 parent 362b942 commit 1cbcd7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogWidget/Block/Product/Widget/Conditions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class Conditions extends Template implements RendererInterface
5151
/**
5252
* @var string
5353
*/
54-
protected $_template = 'Magento_Catalog::product/widget/conditions.phtml';
54+
protected $_template = 'Magento_CatalogWidget::product/widget/conditions.phtml';
5555

5656
/**
5757
* @param \Magento\Framework\Data\Form\Element\Factory $elementFactory

0 commit comments

Comments
 (0)