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 95eae4e commit 9feec3aCopy full SHA for 9feec3a
lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php
@@ -36,7 +36,7 @@ abstract protected function _construct();
36
*
37
* @return \Magento\Framework\DB\Adapter\AdapterInterface
38
*/
39
- abstract protected function getConnection();
+ abstract public function getConnection();
40
41
/**
42
* Start resource transaction
0 commit comments