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 8a4cd81 commit 441ab88Copy full SHA for 441ab88
lib/internal/Magento/Framework/Data/Collection/AbstractDb.php
@@ -129,7 +129,7 @@ public function _resetState(): void
129
$this->_idFieldName = null;
130
$this->_bindParams = [];
131
$this->_data = null;
132
- $this->map = null;
+ $this->_map = null;
133
$this->_fetchStmt = null;
134
$this->_isOrdersRendered = false;
135
$this->extensionAttributesJoinProcessor = null;
0 commit comments