Skip to content

Commit

Permalink
Magento 2.3.2 - PWA - graphQl fetching Issue for phtml file called in…
Browse files Browse the repository at this point in the history
… static block #960
  • Loading branch information
XxXgeoXxX committed Oct 18, 2019
1 parent 30eebde commit 6295376
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion app/code/Magento/Widget/Model/Template/FilterEmulate.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,20 @@
*/
namespace Magento\Widget\Model\Template;

/**
* Class FilterEmulate
*
* @package Magento\Widget\Model\Template
*/
class FilterEmulate extends Filter
{
/**
* Generate widget with emulation frontend area
*
* @param string[] $construction
* @return string
*
* @return mixed|string
* @throws \Exception
*/
public function widgetDirective($construction)
{
Expand Down

0 comments on commit 6295376

Please sign in to comment.