diff options
author | Joas Schilling <coding@schilljs.com> | 2016-12-14 11:42:16 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-12-14 11:42:16 +0100 |
commit | bc3da3a8f56de496b35add326b7a9e12391b4e3d (patch) | |
tree | b59ddfe18fb61b09b669f3bb3411a7f812236a52 /lib/public/IServerContainer.php | |
parent | 03b648be13fa9be20babce0ccd8d4d97b008d569 (diff) | |
download | nextcloud-server-bc3da3a8f56de496b35add326b7a9e12391b4e3d.tar.gz nextcloud-server-bc3da3a8f56de496b35add326b7a9e12391b4e3d.zip |
Remove IDb interface which was deprecated for 3 years already
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/public/IServerContainer.php')
-rw-r--r-- | lib/public/IServerContainer.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/public/IServerContainer.php b/lib/public/IServerContainer.php index 354e39bd8f9..87628be01f7 100644 --- a/lib/public/IServerContainer.php +++ b/lib/public/IServerContainer.php @@ -192,14 +192,6 @@ interface IServerContainer { public function getCredentialsManager(); /** - * Returns an instance of the db facade - * @deprecated 8.1.0 use getDatabaseConnection, will be removed in ownCloud 10 - * @return \OCP\IDb - * @since 7.0.0 - */ - public function getDb(); - - /** * Returns the app config manager * * @return \OCP\IAppConfig |