Fix exception

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
pull/9909/head
Roeland Jago Douma 2018-06-26 09:32:29 +07:00 committed by John Molakvoæ (skjnldsv)
parent a1a845693b
commit b49bc11fb3
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 1 additions and 0 deletions

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