Skip to content

Commit 441ab88

Browse files
ACPT-1327
fixing typo in AbstractDb _resetState
1 parent 8a4cd81 commit 441ab88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Data/Collection/AbstractDb.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public function _resetState(): void
129129
$this->_idFieldName = null;
130130
$this->_bindParams = [];
131131
$this->_data = null;
132-
$this->map = null;
132+
$this->_map = null;
133133
$this->_fetchStmt = null;
134134
$this->_isOrdersRendered = false;
135135
$this->extensionAttributesJoinProcessor = null;

0 commit comments

Comments
 (0)