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 831616d commit c838ed1Copy full SHA for c838ed1
lib/internal/Magento/Framework/DataObject.php
@@ -397,10 +397,8 @@ public function __call($method, $args)
397
);
398
}
399
400
- return $this->_data[
401
- self::$_underscoreCache[$method] ?? $this->_underscore($method)
402
- ] ?? $this->getData(
403
- self::$_underscoreCache[$method] ?? $this->_underscore($method),
+ return $this->getData(
+ self::$_underscoreCache[$method] ?? $this->_underscore($method),
404
$args[0] ?? null
405
406
case 'set':
0 commit comments