mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04: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));
|
$this->dispatch(new HostedMigration($user, $data, $db, true));
|
||||||
|
|
||||||
|
$company->is_migrated = true;
|
||||||
|
$company->save();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user