Skip to content

Commit

Permalink
pkp/pkp-lib#8598 db Migration Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
defstat committed Feb 14, 2023
1 parent db6c02a commit f80abdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/migration/upgrade/v3_4_0/MergeLocalesMigration.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function down(): void
throw new DowngradeNotSupportedException();
}

protected function getSettingsTables(): Collection
public static function getSettingsTables(): Collection
{
return collect([
'issue_galley_settings' => 'galley_id',
Expand Down

0 comments on commit f80abdf

Please sign in to comment.