Skip to content

Commit ec17523

Browse files
committed
WIP
1 parent 6824328 commit ec17523

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Dto/Accounts/AccountDTO.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function __construct(
1717
public bool $is_active,
1818
public bool $is_locked,
1919
public ?int $tax_id = null,
20-
public ?int $account_group_id = null,
20+
public ?int $fibu_account_group_id = null,
2121
) {
2222
}
2323

@@ -46,7 +46,7 @@ public static function fromArray(array $data): self
4646
is_active: Arr::get($data, 'is_active'),
4747
is_locked: Arr::get($data, 'is_locked'),
4848
tax_id: Arr::get($data, 'tax_id'),
49-
account_group_id: Arr::get($data, 'account_group_id'),
49+
fibu_account_group_id: Arr::get($data, 'fibu_account_group_id'),
5050
);
5151
}
5252
}

0 commit comments

Comments
 (0)