diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2020-01-31 16:55:17 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2020-01-31 16:55:17 +0100 |
commit | bfaf3fff33b663dd3e90f825445d1c95c98ea724 (patch) | |
tree | 5c25cb51be7e7fdbae01ef8a857654f724ea4695 /apps/settings/tests/Settings/Admin/SharingTest.php | |
parent | 78c7e6f2c5609122d047a36fc44390b42a341566 (diff) | |
download | nextcloud-server-bfaf3fff33b663dd3e90f825445d1c95c98ea724.tar.gz nextcloud-server-bfaf3fff33b663dd3e90f825445d1c95c98ea724.zip |
Move Admin Settings also to info.xml
More cleanup of the Settings apps. Makes the manager cleaner and a
proper manager.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/settings/tests/Settings/Admin/SharingTest.php')
-rw-r--r-- | apps/settings/tests/Settings/Admin/SharingTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/tests/Settings/Admin/SharingTest.php b/apps/settings/tests/Settings/Admin/SharingTest.php index 6bfca5bbc04..d662c1864db 100644 --- a/apps/settings/tests/Settings/Admin/SharingTest.php +++ b/apps/settings/tests/Settings/Admin/SharingTest.php @@ -28,7 +28,7 @@ namespace OCA\Settings\Tests\Settings\Admin; -use OCA\Settings\Admin\Sharing; +use OCA\Settings\Settings\Admin\Sharing; use OCP\AppFramework\Http\TemplateResponse; use OCP\Constants; use OCP\IConfig; |