1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-13 06:32:40 +01:00

Minor fixes for company imports

This commit is contained in:
David Bomba 2023-11-17 15:07:19 +11:00
parent c074109b0c
commit 27ffea0280
2 changed files with 2 additions and 2 deletions

View File

@ -1199,7 +1199,7 @@ class CompanyImport implements ShouldQueue
{
$this->genericImport(
Webhook::class,
['company_id', 'user_id'],
['company_id', 'user_id', 'hashed_id', 'id',],
[
['users' => 'user_id'],
],