diff --git a/src/Services/Migrator.php b/src/Services/Migrator.php index 0eb31c69..dfe74283 100644 --- a/src/Services/Migrator.php +++ b/src/Services/Migrator.php @@ -61,6 +61,8 @@ public function runUp(string $filename, int $batch, Options $options): void if ($this->hasAsync($operation, $options)) { OperationJob::dispatch($name); + $this->notification->twoColumn($name, 'PENDING'); + return; }