Skip to content

Commit 253c6d0

Browse files
authored
remove override from migration file (#1002)
Signed-off-by: nabim777 <nabinalemagar019@gmail.com>
1 parent b31bea3 commit 253c6d0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/Migration/Version2900Date20250718065820.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
use OCP\IConfig;
1717
use OCP\Migration\IOutput;
1818
use OCP\Migration\SimpleMigrationStep;
19-
use Override;
2019

2120
class Version2900Date20250718065820 extends SimpleMigrationStep {
2221
public function __construct(private IConfig $config) {
@@ -28,7 +27,6 @@ public function __construct(private IConfig $config) {
2827
* @param array $options
2928
* @return null|ISchemaWrapper
3029
*/
31-
#[Override]
3230
public function changeSchema(IOutput $output, Closure $schemaClosure, array $options): ?ISchemaWrapper {
3331
// set 'authorization_method' to Oauth2 if authorization_method is not set
3432
// and there is existing complete Oauth2 setup

0 commit comments

Comments
 (0)