diff --git a/src/Commands/MigrateFresh.php b/src/Commands/MigrateFresh.php index dc4467cf..34493c3f 100644 --- a/src/Commands/MigrateFresh.php +++ b/src/Commands/MigrateFresh.php @@ -42,7 +42,7 @@ final class MigrateFresh extends Command '--database' => $tenant->getConnectionName(), '--force' => true, ])); - + $this->info('Migrating.'); $this->callSilent('tenants:migrate', [ '--tenants' => [$tenant->id],