Skip to content

Commit 2bb9b69

Browse files
change function getRecentOrders() to private.
1 parent fe0759e commit 2bb9b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Block/Order/Recent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ protected function _construct()
8282
/**
8383
* Get recently placed orders. By default they will be limited by 5.
8484
*/
85-
protected function getRecentOrders()
85+
private function getRecentOrders()
8686
{
8787
$orders = $this->_orderCollectionFactory->create()->addAttributeToSelect(
8888
'*'

0 commit comments

Comments
 (0)