aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/controller/setupcontroller.php (renamed from core/setup/controller.php)4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/setup/controller.php b/core/controller/setupcontroller.php
index a64e6f08a36..16646b97ae6 100644
--- a/core/setup/controller.php
+++ b/core/controller/setupcontroller.php
@@ -25,11 +25,11 @@
*
*/
-namespace OC\Core\Setup;
+namespace OC\Core\Controller;
use OC\Setup;
-class Controller {
+class SetupController {
/** @var Setup */
protected $setupHelper;
/** @var string */