Browse Source
Merge pull request #36862 from nextcloud/bugfix/typo
Fix typo that added a letter to migration template
pull/36878/head
Joas Schilling
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
core/Command/Db/Migrations/GenerateCommand.php
|
|
|
@ -99,7 +99,7 @@ class {{classname}} extends SimpleMigrationStep { |
|
|
|
/** |
|
|
|
* @param IOutput $output |
|
|
|
* @param Closure(): ISchemaWrapper $schemaClosure |
|
|
|
g * @param array $options |
|
|
|
* @param array $options |
|
|
|
*/ |
|
|
|
public function postSchemaChange(IOutput $output, Closure $schemaClosure, array $options): void { |
|
|
|
} |
|
|
|
|