diff --git a/src/Events.php b/src/Events.php index c26f7c9..2c20928 100644 --- a/src/Events.php +++ b/src/Events.php @@ -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); } } }