Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2018-10-04 16:19:55 +0300
committerBjoern Schiessle <bjoern@schiessle.org>2018-10-04 16:19:55 +0300
commite148d9f8d153d82713aaf37d67f8d178233fd283 (patch)
treecac380194ee553d3feb9366cda4b41884f324240 /lib/UserBackend.php
parent28f734088d9f2950d14f5441ee137e8b5b83c5a2 (diff)
add missing use clause
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'lib/UserBackend.php')
-rw-r--r--lib/UserBackend.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/UserBackend.php b/lib/UserBackend.php
index c1540315..55056610 100644
--- a/lib/UserBackend.php
+++ b/lib/UserBackend.php
@@ -23,8 +23,10 @@ namespace OCA\User_SAML;
use OCP\Authentication\IApacheBackend;
use OCP\DB\QueryBuilder\IQueryBuilder;
+use OCP\Files\NotPermittedException;
use OCP\IDBConnection;
use OCP\ILogger;
+use OCP\IUser;
use OCP\IUserManager;
use OCP\IGroupManager;
use OCP\UserInterface;