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:
parent
d98a170fbd
commit
60eb7cde09
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue