Add missing use

This commit is contained in:
Victor Dubiniuk 2014-06-05 17:48:14 +03:00 committed by Morris Jobke
parent 59ff71f781
commit e026b1dc19
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ namespace OC\Core\LostPassword\Controller;
use \OCP\AppFramework\Controller;
use \OCP\AppFramework\Http\JSONResponse;
use \OCP\AppFramework\Http\TemplateResponse;
use \OC\Core\LostPassword\EncryptedDataException;
class LostController extends Controller {