mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Add key to account transformer
This commit is contained in:
parent
18ca97f354
commit
86859e4f58
@ -53,6 +53,7 @@ class AccountTransformer extends EntityTransformer
|
||||
{
|
||||
return [
|
||||
'id' => (string) $this->encodePrimaryKey($account->id),
|
||||
'key' => (string) $this->account->key,
|
||||
'default_url' => config('ninja.app_url'),
|
||||
'plan' => $account->getPlan(),
|
||||
'plan_term' => (string) $account->plan_terms,
|
||||
|
Loading…
Reference in New Issue
Block a user