summaryrefslogtreecommitdiffstats
path: root/core/Controller/WalledGardenController.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/Controller/WalledGardenController.php')
-rw-r--r--core/Controller/WalledGardenController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Controller/WalledGardenController.php b/core/Controller/WalledGardenController.php
index b1668bb6d97..2ae91135b1d 100644
--- a/core/Controller/WalledGardenController.php
+++ b/core/Controller/WalledGardenController.php
@@ -26,10 +26,10 @@ namespace OC\Core\Controller;
use OCP\AppFramework\Controller;
use OCP\AppFramework\Http;
-use OCP\AppFramework\Http\Attribute\IgnoreOpenAPI;
+use OCP\AppFramework\Http\Attribute\OpenAPI;
use OCP\AppFramework\Http\Response;
-#[IgnoreOpenAPI]
+#[OpenAPI(scope: OpenAPI::SCOPE_IGNORE)]
class WalledGardenController extends Controller {
/**
* @PublicPage