mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-21 08:57:40 +02:00
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…
x
Reference in New Issue
Block a user