Fix# imports
This commit is contained in:
parent
957f674781
commit
bbcf4c9033
|
|
@ -18,9 +18,9 @@ use \OCP\AppFramework\Controller;
|
|||
use \OCP\Util;
|
||||
use \OCA\Registration\Wrapper;
|
||||
use \OCP\IUserManager;
|
||||
use \OCP\IGroupManager;
|
||||
use \OCP\IL10N;
|
||||
use \OCP\IConfig;
|
||||
use \OCP\IUser;
|
||||
|
||||
class RegisterController extends Controller {
|
||||
|
||||
|
|
|
|||
|
|
@ -16,11 +16,9 @@ use \OCP\AppFramework\Http\TemplateResponse;
|
|||
use \OCP\AppFramework\Http\DataResponse;
|
||||
use \OCP\AppFramework\Http;
|
||||
use \OCP\AppFramework\Controller;
|
||||
use \OCP\IUserManager;
|
||||
use \OCP\IGroupManager;
|
||||
use \OCP\IL10N;
|
||||
use \OCP\IConfig;
|
||||
use \OCP\IUser;
|
||||
|
||||
class SettingsController extends Controller {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue