Add missing use

remotes/origin/ldap_group_count
Victor Dubiniuk 10 years ago committed by Morris Jobke
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…
Cancel
Save