Merge pull request #5949 from nextcloud/fix-broken-code

Use IUser
This commit is contained in:
Morris Jobke 2017-08-02 13:54:45 +02:00 committed by GitHub
commit a96c651935
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ use OCP\IGroupManager;
use OCP\IL10N;
use OCP\ILogger;
use OCP\IURLGenerator;
use OCP\IUser;
use OCP\IUserManager;
use OCP\Mail\IMailer;
use OCP\Security\IHasher;