From aded6a055ef079bb0a6b785f6626325a8f8005fd Mon Sep 17 00:00:00 2001 From: Sukhwinder Dhillon Date: Mon, 2 May 2022 15:48:05 +0200 Subject: [PATCH] DbConnection: Remove deprecated method `getConnection()` --- library/Icinga/Data/Db/DbConnection.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/library/Icinga/Data/Db/DbConnection.php b/library/Icinga/Data/Db/DbConnection.php index 4622c6ce7..fc6814db3 100644 --- a/library/Icinga/Data/Db/DbConnection.php +++ b/library/Icinga/Data/Db/DbConnection.php @@ -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 *