From b64ab5fba86f55e59ebb8983a143d640d0c6a7a1 Mon Sep 17 00:00:00 2001 From: provokateurin Date: Thu, 18 Jan 2024 10:38:37 +0100 Subject: refactor: Migrate IgnoreOpenAPI attributes to OpenAPI Signed-off-by: provokateurin --- apps/files/lib/Controller/DirectEditingViewController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/files/lib/Controller/DirectEditingViewController.php') diff --git a/apps/files/lib/Controller/DirectEditingViewController.php b/apps/files/lib/Controller/DirectEditingViewController.php index b2a9b780b34..fcd570b9aac 100644 --- a/apps/files/lib/Controller/DirectEditingViewController.php +++ b/apps/files/lib/Controller/DirectEditingViewController.php @@ -24,7 +24,7 @@ namespace OCA\Files\Controller; use Exception; use OCP\AppFramework\Controller; -use OCP\AppFramework\Http\Attribute\IgnoreOpenAPI; +use OCP\AppFramework\Http\Attribute\OpenAPI; use OCP\AppFramework\Http\NotFoundResponse; use OCP\AppFramework\Http\Response; use OCP\DirectEditing\IManager; @@ -33,7 +33,7 @@ use OCP\EventDispatcher\IEventDispatcher; use OCP\IRequest; use Psr\Log\LoggerInterface; -#[IgnoreOpenAPI] +#[OpenAPI(scope: OpenAPI::SCOPE_IGNORE)] class DirectEditingViewController extends Controller { public function __construct( $appName, -- cgit v1.2.3