Add missing use
This commit is contained in:
parent
59ff71f781
commit
e026b1dc19
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue