1
0
Fork 0
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:
stancl 2019-10-26 20:07:31 +00:00 committed by StyleCI Bot
parent bbfeb163f4
commit 04192f6a02

View file

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