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

fix conflicts

This commit is contained in:
Samuel Štancl 2019-09-30 16:49:52 +02:00
commit 596f5682d0

View file

@ -41,10 +41,10 @@ final class MigrateFresh extends Command
tenancy()->initialize($tenant);
$this->call('db:wipe', [
$this->call('db:wipe', array_filter([
'--database' => $tenant->getConnectionName(),
'--force' => true,
]);
]));
$this->call('tenants:migrate', [
'--tenants' => [$tenant->id],