DbConnection: Remove deprecated method `getConnection()`
This commit is contained in:
parent
a3afc1cf5d
commit
aded6a055e
|
@ -268,14 +268,6 @@ class DbConnection implements Selectable, Extensible, Updatable, Reducible, Insp
|
||||||
return new static(ResourceFactory::getResourceConfig($name));
|
return new static(ResourceFactory::getResourceConfig($name));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @deprecated Use Connection::getDbAdapter() instead
|
|
||||||
*/
|
|
||||||
public function getConnection()
|
|
||||||
{
|
|
||||||
return $this->dbAdapter;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Getter for the table prefix
|
* Getter for the table prefix
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue