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

Commit 97af1a63 authored by Ronak Patel's avatar Ronak Patel
Browse files

reverted BetaUserSetting

parent ed282836
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@ declare(strict_types=1);

namespace OCA\EcloudAccounts\Settings;

use OCA\EcloudAccounts\Service\BetaUserService;
use OCP\AppFramework\Http\TemplateResponse;
use OCP\AppFramework\Services\IInitialState;
use OCP\IConfig;
use OCP\IGroupManager;
use OCP\ILogger;
use OCP\Settings\ISettings;
use OCP\IConfig;
use OCP\ILogger;
use OCP\AppFramework\Services\IInitialState;
use OCA\EcloudAccounts\Service\BetaUserService;

class BetaUserSetting implements ISettings {
	protected $groupManager;