File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
lib/internal/Magento/Framework/Model/ResourceModel/Db Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11
11
use Magento \Framework \Model \ResourceModel \AbstractResource ;
12
12
use Magento \Framework \DB \Adapter \DuplicateException ;
13
13
use Magento \Framework \Phrase ;
14
- use Magento \Framework \DB \Adapter \AdapterInterface ;
15
14
16
15
/**
17
16
* Abstract resource model
@@ -302,7 +301,7 @@ public function getTable($tableName)
302
301
* Get connection by resource name
303
302
*
304
303
* @param string $resourceName
305
- * @return AdapterInterface|false
304
+ * @return \Magento\Framework\DB\Adapter\ AdapterInterface|false
306
305
*/
307
306
protected function _getConnection ($ resourceName )
308
307
{
@@ -321,7 +320,7 @@ protected function _getConnection($resourceName)
321
320
/**
322
321
* Get connection
323
322
*
324
- * @return AdapterInterface|false
323
+ * @return \Magento\Framework\DB\Adapter\ AdapterInterface|false
325
324
*/
326
325
public function getConnection ()
327
326
{
You can’t perform that action at this time.
0 commit comments