Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions lib/Migration/Version2900Date20250718065820.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand All @@ -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
Expand Down
Loading