DbConnection: Remove deprecated method `getConnection()`

This commit is contained in:
Sukhwinder Dhillon 2022-05-02 15:48:05 +02:00 committed by Johannes Meyer
parent a3afc1cf5d
commit aded6a055e
1 changed files with 0 additions and 8 deletions

View File

@ -268,14 +268,6 @@ class DbConnection implements Selectable, Extensible, Updatable, Reducible, Insp
return new static(ResourceFactory::getResourceConfig($name));
}
/**
* @deprecated Use Connection::getDbAdapter() instead
*/
public function getConnection()
{
return $this->dbAdapter;
}
/**
* Getter for the table prefix
*