mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 12:42:36 +01:00
MInor fixes
This commit is contained in:
parent
5ad41db0ce
commit
3671bcced5
@ -76,6 +76,9 @@ class ForceMigration extends Command
|
||||
}
|
||||
|
||||
$this->dispatch(new HostedMigration($user, $data, $db, true));
|
||||
|
||||
$company->is_migrated = true;
|
||||
$company->save();
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user