From 6073c714f2d99dcb6ee7b7df1e8e4f32eb454d70 Mon Sep 17 00:00:00 2001 From: nabim777 Date: Mon, 16 Mar 2026 14:09:01 +0545 Subject: [PATCH] remove override from migration file Signed-off-by: nabim777 --- lib/Migration/Version2900Date20250718065820.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Migration/Version2900Date20250718065820.php b/lib/Migration/Version2900Date20250718065820.php index 7466e2ff3..3f4a92b36 100644 --- a/lib/Migration/Version2900Date20250718065820.php +++ b/lib/Migration/Version2900Date20250718065820.php @@ -16,7 +16,6 @@ use OCP\IConfig; use OCP\Migration\IOutput; use OCP\Migration\SimpleMigrationStep; -use Override; class Version2900Date20250718065820 extends SimpleMigrationStep { public function __construct(private IConfig $config) { @@ -28,7 +27,6 @@ public function __construct(private IConfig $config) { * @param array $options * @return null|ISchemaWrapper */ - #[Override] public function changeSchema(IOutput $output, Closure $schemaClosure, array $options): ?ISchemaWrapper { // set 'authorization_method' to Oauth2 if authorization_method is not set // and there is existing complete Oauth2 setup