mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 06:31:22 +00:00
Update / create methods can handle order #3200
This commit is contained in:
@@ -96,10 +96,11 @@ class AccountTransformer extends AbstractTransformer
|
||||
$zoomLevel = $location->zoom_level;
|
||||
}
|
||||
return [
|
||||
'id' => (int)$account->id,
|
||||
'id' => (int) $account->id,
|
||||
'created_at' => $account->created_at->toAtomString(),
|
||||
'updated_at' => $account->updated_at->toAtomString(),
|
||||
'active' => $account->active,
|
||||
'order' => $account->order,
|
||||
'name' => $account->name,
|
||||
'type' => $accountType,
|
||||
'account_role' => $accountRole,
|
||||
|
||||
Reference in New Issue
Block a user