We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6824328 commit ec17523Copy full SHA for ec17523
src/Dto/Accounts/AccountDTO.php
@@ -17,7 +17,7 @@ public function __construct(
17
public bool $is_active,
18
public bool $is_locked,
19
public ?int $tax_id = null,
20
- public ?int $account_group_id = null,
+ public ?int $fibu_account_group_id = null,
21
) {
22
}
23
@@ -46,7 +46,7 @@ public static function fromArray(array $data): self
46
is_active: Arr::get($data, 'is_active'),
47
is_locked: Arr::get($data, 'is_locked'),
48
tax_id: Arr::get($data, 'tax_id'),
49
- account_group_id: Arr::get($data, 'account_group_id'),
+ fibu_account_group_id: Arr::get($data, 'fibu_account_group_id'),
50
);
51
52
0 commit comments