diff options
author | Michael Weimann <mail@michael-weimann.eu> | 2019-01-14 00:05:11 +0100 |
---|---|---|
committer | Michael Weimann <mail@michael-weimann.eu> | 2019-01-14 00:08:26 +0100 |
commit | 2cd3fd3dc2b31e460ac8ff887a360e14e542ea1c (patch) | |
tree | bc27562327f69f7bea9185151f7255025cadd4a1 /tests/Settings | |
parent | d7158402dd58197bbead7e5a6f45a9b5c233083d (diff) | |
download | nextcloud-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 'tests/Settings')
-rw-r--r-- | tests/Settings/Controller/ServerInfoSettingsControllerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Settings/Controller/ServerInfoSettingsControllerTest.php b/tests/Settings/Controller/ServerInfoSettingsControllerTest.php index 43dcb90855a..8d2083d0acb 100644 --- a/tests/Settings/Controller/ServerInfoSettingsControllerTest.php +++ b/tests/Settings/Controller/ServerInfoSettingsControllerTest.php @@ -22,7 +22,7 @@ namespace Settings\Controller; -use OC\Settings\Admin\ServerInfo; +use OC\Settings\Theming\ServerInfo; use OC\Settings\Controller\ServerInfoSettingsController; use OCP\IConfig; use OCP\IRequest; |