mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 07:54:03 +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->info('Migrating.');
|
||||||
$this->callSilent('tenants:migrate', [
|
$this->call('tenants:migrate', [
|
||||||
'--tenants' => [$tenant->getTenantKey()],
|
'--tenants' => [$tenant->getTenantKey()],
|
||||||
'--step' => $this->option('step'),
|
'--step' => $this->option('step'),
|
||||||
'--force' => true,
|
'--force' => true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue