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 b417ebd commit 4819ec1Copy full SHA for 4819ec1
lib/internal/Magento/Framework/Model/AbstractModel.php
@@ -132,7 +132,7 @@ abstract class AbstractModel extends \Magento\Framework\Object
132
*
133
* @var array
134
*/
135
- private $storedData = [];
+ protected $storedData = [];
136
137
/**
138
* @param \Magento\Framework\Model\Context $context
@@ -705,7 +705,7 @@ protected function _clearData()
705
706
* @return $this
707
708
- protected function updateStoredData()
+ private function updateStoredData()
709
{
710
if (isset($this->_data)) {
711
$this->storedData = $this->_data;
0 commit comments