Skip to content

Commit

Permalink
internal(account): add cash flow group ID in entity
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed May 11, 2024
1 parent 15f5732 commit 6938350
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Entities/Account.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class Account extends BaseResourceEntity
protected $casts = [
"id" => "integer",
"currency_id" => "integer",
"cash_flow_group_id" => "?integer",
"name" => "string",
"description" => "?string",
"kind" => "account_kind"
Expand Down

0 comments on commit 6938350

Please sign in to comment.