Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Controller/SettingsController.php')
-rw-r--r--lib/Controller/SettingsController.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Controller/SettingsController.php b/lib/Controller/SettingsController.php
index 125ac8f7e..f4f8c87eb 100644
--- a/lib/Controller/SettingsController.php
+++ b/lib/Controller/SettingsController.php
@@ -23,8 +23,6 @@
namespace OCA\Text\Controller;
-
-use OCA\Activity\Data;
use OCA\Text\AppInfo\Application;
use OCP\AppFramework\Controller;
use OCP\AppFramework\Http;
@@ -39,7 +37,7 @@ class SettingsController extends Controller {
*/
private $config;
- const ACCEPTED_KEYS = [
+ public const ACCEPTED_KEYS = [
'workspace_enabled'
];