1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00
This commit is contained in:
David Bomba 2015-11-03 19:13:15 +11:00
parent 6f320aa624
commit d0f8fca420

View File

@ -16,7 +16,7 @@ class AccountTransformer extends TransformerAbstract
{
$account_token = AccountToken::whereAccountId($account->id)->whereName('ios_api_token')->first();
return $this->collection($account_token, new AccountTokenTransformer);
return $this->Item($account_token, new AccountTokenTransformer);
}
public function includeUsers($account)