MInor fixes
This commit is contained in:
parent
5ad41db0ce
commit
3671bcced5
1 changed files with 3 additions and 0 deletions
|
|
@ -76,6 +76,9 @@ class ForceMigration extends Command
|
|||
}
|
||||
|
||||
$this->dispatch(new HostedMigration($user, $data, $db, true));
|
||||
|
||||
$company->is_migrated = true;
|
||||
$company->save();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue