aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2016-11-16 19:01:57 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2016-11-21 11:29:58 +0100
commit08e6541a882221e22e2f90efae9e807d88ba1e45 (patch)
tree0f3d615563c882f4b6a9fd81b6064267826bc245 /lib
parent845f0bd401078e0450f170ff9c379da3bcba55a9 (diff)
downloadnextcloud-server-08e6541a882221e22e2f90efae9e807d88ba1e45.tar.gz
nextcloud-server-08e6541a882221e22e2f90efae9e807d88ba1e45.zip
fix unit tests
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/private/Accounts/AccountManager.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Accounts/AccountManager.php b/lib/private/Accounts/AccountManager.php
index 9485f8bc19a..6496a521326 100644
--- a/lib/private/Accounts/AccountManager.php
+++ b/lib/private/Accounts/AccountManager.php
@@ -23,7 +23,6 @@
namespace OC\Accounts;
-
use OCP\IDBConnection;
use OCP\IUser;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;