diff --git a/src/Commands/MigrateFresh.php b/src/Commands/MigrateFresh.php index b626c775..1a12d51f 100644 --- a/src/Commands/MigrateFresh.php +++ b/src/Commands/MigrateFresh.php @@ -46,7 +46,7 @@ final class MigrateFresh extends Command ])); $this->info('Migrating.'); - $this->callSilent('tenants:migrate', [ + $this->call('tenants:migrate', [ '--tenants' => [$tenant->getTenantKey()], '--step' => $this->option('step'), '--force' => true,