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 6c21fbc commit 7c24961Copy full SHA for 7c24961
lib/internal/Magento/Framework/View/Element/UiComponent/DataProvider/Document.php
@@ -6,13 +6,13 @@
6
namespace Magento\Framework\View\Element\UiComponent\DataProvider;
7
8
use Magento\Framework\Api\Search\DocumentInterface;
9
-use Magento\Framework\Object;
+use Magento\Framework\DataObject;
10
use Magento\Framework\Api\AttributeValueFactory;
11
12
/**
13
* Class Document
14
*/
15
-class Document extends Object implements DocumentInterface
+class Document extends DataObject implements DocumentInterface
16
{
17
18
* @var string|int
0 commit comments