Skip to content
Snippets Groups Projects
Commit e026b1dc authored by Victor Dubiniuk's avatar Victor Dubiniuk Committed by Morris Jobke
Browse files

Add missing use

parent 59ff71f7
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment