Skip to content

Commit 6d46c58

Browse files
authored
#22670 Fix typo
1 parent 6d2e1bb commit 6d46c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Reports/Model/Product/Index/AbstractIndex.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ public function getCount()
230230
$this->calculate();
231231
}
232232

233-
return $this->_getSession()->getData($this->_countCacheKey);app
233+
return $this->_getSession()->getData($this->_countCacheKey);
234234
}
235235

236236
/**

0 commit comments

Comments
 (0)