Fix: Clean up controller namespace structure, remove duplicate Admin subdirectory controllers

This commit is contained in:
WLTBAgent
2026-02-16 16:20:00 +00:00
parent a8bf6bcb6c
commit 922f36d686
6 changed files with 7 additions and 190 deletions

View File

@@ -2,7 +2,7 @@
declare(strict_types=1);
namespace OCA\AnalyticsHub\Controller\Admin;
namespace OCA\AnalyticsHub\Controller;
use OCP\IRequest;
use OCP\IConfig;
@@ -107,3 +107,4 @@ class AdminController {
]);
}
}