mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 08:14:02 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
bbfeb163f4
commit
04192f6a02
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ final class MigrateFresh extends Command
|
||||||
'--database' => $tenant->getConnectionName(),
|
'--database' => $tenant->getConnectionName(),
|
||||||
'--force' => true,
|
'--force' => true,
|
||||||
]));
|
]));
|
||||||
|
|
||||||
$this->info('Migrating.');
|
$this->info('Migrating.');
|
||||||
$this->callSilent('tenants:migrate', [
|
$this->callSilent('tenants:migrate', [
|
||||||
'--tenants' => [$tenant->id],
|
'--tenants' => [$tenant->id],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue