mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Fixes
This commit is contained in:
parent
89cc4170d6
commit
ff0406d564
@ -61,7 +61,6 @@ class AccountTransformer extends EntityTransformer
|
|||||||
'id' => $this->encodePrimaryKey($account->id),
|
'id' => $this->encodePrimaryKey($account->id),
|
||||||
'default_url' => config('ninja.site_url'),
|
'default_url' => config('ninja.site_url'),
|
||||||
'plan' => $account->getPlan(),
|
'plan' => $account->getPlan(),
|
||||||
''
|
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user