Skip to content

Commit

Permalink
Fix wrong module id during migration running
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Fedurtsya <[email protected]>
  • Loading branch information
Sieg committed Feb 11, 2024
1 parent 8067714 commit 9fbad34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Events.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ private static function executeModuleMigrations(): void
$neeedsUpdate = $migrations->execute('migrations:up-to-date', Module::MODULE_ID);

if ($neeedsUpdate) {
$migrations->execute('migrations:migrate', 'fa_invoice');
$migrations->execute('migrations:migrate', Module::MODULE_ID);
}
}
}

0 comments on commit 9fbad34

Please sign in to comment.