diff options
author | Bernhard Posselt <dev@bernhard-posselt.com> | 2015-02-24 16:39:25 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-02-25 22:21:24 +0100 |
commit | fb84e7d2823d0fe8ff8b20048eb6bae37e377d7c (patch) | |
tree | 65d1d2caf65957931a5a30c6b19057b48589ec2f /lib/public/idb.php | |
parent | 0720cf0ad1f7ed0536038d059a8ac6c073265237 (diff) | |
download | nextcloud-server-fb84e7d2823d0fe8ff8b20048eb6bae37e377d7c.tar.gz nextcloud-server-fb84e7d2823d0fe8ff8b20048eb6bae37e377d7c.zip |
migrate to IDBConnection
Diffstat (limited to 'lib/public/idb.php')
-rw-r--r-- | lib/public/idb.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/idb.php b/lib/public/idb.php index 5b4001b7578..690fd9155c5 100644 --- a/lib/public/idb.php +++ b/lib/public/idb.php @@ -24,7 +24,7 @@ namespace OCP; /** * Small Facade for being able to inject the database connection for tests */ -interface IDb { +interface IDb extends IDBConnection { /** |