Working on the API
This commit is contained in:
parent
cb243fec0a
commit
e18ae1aac0
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class AccountTransformer extends TransformerAbstract
|
|||
public function transform(Account $account)
|
||||
{
|
||||
return [
|
||||
'id' => (int) $account->id,
|
||||
'account_key' => $account->account_key,
|
||||
'name' => $account->name,
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue