Skip to content

Commit dc15bee

Browse files
committed
Fix method access according to the test repot
1 parent d5ccc3d commit dc15bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Model/ResourceModel/AbstractGrid.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ protected function _construct()
5050
*
5151
* @return AdapterInterface
5252
*/
53-
protected function getConnection()
53+
public function getConnection()
5454
{
5555
if (!$this->connection) {
5656
$this->connection = $this->_resources->getConnection('sales');

0 commit comments

Comments
 (0)