Skip to content

Commit 5586e2b

Browse files
committed
MC-2379: CMS content containing widget directives is not updated when the linked widget directive entities are updated
- Removed redundant interface
1 parent 65426ce commit 5586e2b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/code/Magento/Cms/Block/Widget/Block.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,15 @@
99
namespace Magento\Cms\Block\Widget;
1010

1111
use Magento\Framework\DataObject\IdentityInterface;
12-
use Magento\Framework\Exception\LocalizedException;
1312
use Magento\Framework\Exception\NoSuchEntityException;
14-
use Magento\Widget\Block\BlockInterface;
1513
use Magento\Cms\Model\Block as CmsBlock;
1614

1715
/**
1816
* Cms Static Block Widget
1917
*
2018
* @author Magento Core Team <core@magentocommerce.com>
2119
*/
22-
class Block extends \Magento\Framework\View\Element\Template implements BlockInterface, IdentityInterface
20+
class Block extends \Magento\Framework\View\Element\Template implements IdentityInterface
2321
{
2422
/**
2523
* @var \Magento\Cms\Model\Template\FilterProvider

0 commit comments

Comments
 (0)