1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-09 12:42:36 +01:00

MInor fixes

This commit is contained in:
David Bomba 2021-07-24 10:33:07 +10:00
parent 5ad41db0ce
commit 3671bcced5

View File

@ -76,6 +76,9 @@ class ForceMigration extends Command
}
$this->dispatch(new HostedMigration($user, $data, $db, true));
$company->is_migrated = true;
$company->save();
}
}