Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa31b2cf authored by theronakpatel's avatar theronakpatel
Browse files

Change in code

parent ceeadaa2
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ use OCP\AppFramework\Http;
use OCP\AppFramework\Http\DataResponse;
use OCP\AppFramework\Http\RedirectResponse;
use OCP\AppFramework\Http\TemplateResponse;
use OCP\AppFramework\Services\IInitialState;
use OCP\IConfig;
use OCP\ILogger;
use OCP\IRequest;
@@ -26,7 +27,7 @@ use OCP\ISession;
use OCP\IURLGenerator;
use OCP\IUserSession;
use OCP\L10N\IFactory;
use OCP\AppFramework\Services\IInitialState;

class AccountController extends Controller {
	protected $appName;
	protected $request;