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 b0d9bef commit 4a26ae9Copy full SHA for 4a26ae9
app/code/Magento/PageBuilder/Controller/Adminhtml/Form/Element/ProductTotals.php
@@ -9,15 +9,15 @@
9
namespace Magento\PageBuilder\Controller\Adminhtml\Form\Element;
10
11
use Exception;
12
-use Magento\Backend\App\Action;
13
use Magento\Backend\App\Action\Context;
+use Magento\CatalogWidget\Controller\Adminhtml\Product\Widget;
14
use Magento\Framework\App\Action\HttpPostActionInterface;
15
use Magento\Framework\Controller\Result\JsonFactory;
16
17
/**
18
* Returns the number of products that match the provided conditions
19
*/
20
-class ProductTotals extends Action implements HttpPostActionInterface
+class ProductTotals extends Widget implements HttpPostActionInterface
21
{
22
23
0 commit comments