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 d5ccc3d commit dc15beeCopy full SHA for dc15bee
app/code/Magento/Sales/Model/ResourceModel/AbstractGrid.php
@@ -50,7 +50,7 @@ protected function _construct()
50
*
51
* @return AdapterInterface
52
*/
53
- protected function getConnection()
+ public function getConnection()
54
{
55
if (!$this->connection) {
56
$this->connection = $this->_resources->getConnection('sales');
0 commit comments