query(Application::class); $container = $app->getContainer(); $response = $container->query(SettingsController::class)->index(); return $response; } /** * Get section ID * * @return string */ public function getSection() { return "onlyoffice"; } /** * Get priority order * * @return int */ public function getPriority() { return 50; } }