1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-04 17:44:05 +00:00

don't run migrate-fresh silent by default

This commit is contained in:
lordofthebrain 2025-06-27 10:48:19 +02:00 committed by GitHub
parent d98a170fbd
commit 60eb7cde09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,