mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 23:50:09 +00:00
add account balances with some random data
This commit is contained in:
@@ -23,6 +23,7 @@ class UserResource extends JsonApiResource
|
||||
return [
|
||||
'created_at' => $this->resource->created_at,
|
||||
'updated_at' => $this->resource->updated_at,
|
||||
'email' => $this->resource->email,
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user