Fix exception

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2018-06-26 09:32:29 +02:00 committed by John Molakvoæ (skjnldsv)
parent a1a845693b
commit b49bc11fb3
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF

View file

@ -31,6 +31,7 @@ use OCP\AppFramework\OCS\OCSException;
use OCP\AppFramework\OCS\OCSNotFoundException;
use OCP\AppFramework\OCSController;
use OCP\Files\IRootFolder;
use OCP\Files\NotFoundException;
use OCP\IGroupManager;
use OCP\IRequest;
use OCP\IUserManager;