Use IUser

This is broken and will never work as the phan CI step pointed out.

Pro-tip of the day: Check why CI fails before merging 🙈

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2017-08-01 17:50:57 +02:00 committed by Roeland Jago Douma
parent 45d080d70e
commit bc9eb59384
No known key found for this signature in database
GPG key ID: F941078878347C0C

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;