We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 649594f commit 972d89bCopy full SHA for 972d89b
src/Services/Migrator.php
@@ -61,6 +61,8 @@ public function runUp(string $filename, int $batch, Options $options): void
61
if ($this->hasAsync($operation, $options)) {
62
OperationJob::dispatch($name);
63
64
+ $this->notification->twoColumn($name, '<fg=blue;options=bold>PENDING</>');
65
+
66
return;
67
}
68
0 commit comments