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 fe0759e commit 2bb9b69Copy full SHA for 2bb9b69
app/code/Magento/Sales/Block/Order/Recent.php
@@ -82,7 +82,7 @@ protected function _construct()
82
/**
83
* Get recently placed orders. By default they will be limited by 5.
84
*/
85
- protected function getRecentOrders()
+ private function getRecentOrders()
86
{
87
$orders = $this->_orderCollectionFactory->create()->addAttributeToSelect(
88
'*'
0 commit comments