summaryrefslogtreecommitdiffstats
path: root/settings/Controller
diff options
context:
space:
mode:
authorMichael Weimann <mail@michael-weimann.eu>2019-01-14 00:05:11 +0100
committerMichael Weimann <mail@michael-weimann.eu>2019-01-14 00:08:26 +0100
commit2cd3fd3dc2b31e460ac8ff887a360e14e542ea1c (patch)
treebc27562327f69f7bea9185151f7255025cadd4a1 /settings/Controller
parentd7158402dd58197bbead7e5a6f45a9b5c233083d (diff)
downloadnextcloud-server-2cd3fd3dc2b31e460ac8ff887a360e14e542ea1c.tar.gz
nextcloud-server-2cd3fd3dc2b31e460ac8ff887a360e14e542ea1c.zip
Move server info to theming section
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
Diffstat (limited to 'settings/Controller')
-rw-r--r--settings/Controller/ServerInfoSettingsController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/Controller/ServerInfoSettingsController.php b/settings/Controller/ServerInfoSettingsController.php
index d1f411592d4..29d36b2e196 100644
--- a/settings/Controller/ServerInfoSettingsController.php
+++ b/settings/Controller/ServerInfoSettingsController.php
@@ -22,7 +22,7 @@
namespace OC\Settings\Controller;
-use OC\Settings\Admin\ServerInfo;
+use OC\Settings\Theming\ServerInfo;
use OCP\AppFramework\Controller;
use OCP\IConfig;
use OCP\IRequest;