chore: fix command output

This commit is contained in:
James Cole
2023-06-03 17:18:04 +02:00
parent 0aa6d5b322
commit 88b294d873
18 changed files with 18 additions and 18 deletions

View File

@@ -64,7 +64,7 @@ class MigrateRecurrenceMeta extends Command
public function handle(): int
{
if ($this->isExecuted() && true !== $this->option('force')) {
$this->warn('Correct: this command has already been executed.');
$this->info('Correct: this command has already been executed.');
return 0;
}