Skip to content

Commit 7c24961

Browse files
MAGETWO-40747: Resolve dependecy to indexer module
1 parent 6c21fbc commit 7c24961

File tree

1 file changed

+2
-2
lines changed
  • lib/internal/Magento/Framework/View/Element/UiComponent/DataProvider

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/View/Element/UiComponent/DataProvider/Document.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
namespace Magento\Framework\View\Element\UiComponent\DataProvider;
77

88
use Magento\Framework\Api\Search\DocumentInterface;
9-
use Magento\Framework\Object;
9+
use Magento\Framework\DataObject;
1010
use Magento\Framework\Api\AttributeValueFactory;
1111

1212
/**
1313
* Class Document
1414
*/
15-
class Document extends Object implements DocumentInterface
15+
class Document extends DataObject implements DocumentInterface
1616
{
1717
/**
1818
* @var string|int

0 commit comments

Comments
 (0)