Merge pull request #251 from nextcloud/add-missing-use-clause

add missing use clause
This commit is contained in:
Roeland Jago Douma 2018-10-05 20:46:52 +02:00 committed by GitHub
commit 9b20d24c72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;