error no params

This commit is contained in:
fogelito
2024-08-07 16:33:54 +03:00
parent 7593537f3d
commit 0ac5e2aa76
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -374,8 +374,8 @@ class Migrations extends Action
$log->addTag('migrationErrors', json_encode($errorMessages));
}
} finally {
$destination->error($migration);
$source->error($migration);
$destination->error();
$source->error();
if (! $tempAPIKey->isEmpty()) {
$this->removeAPIKey($tempAPIKey);