added default values to company transformer
This commit is contained in:
parent
244b3e8cc1
commit
bcc0606e09
@ -20,6 +20,11 @@ class Company extends TransformerAbstract
|
|||||||
'domain' => $model->domain,
|
'domain' => $model->domain,
|
||||||
'address' => $model->company_address,
|
'address' => $model->company_address,
|
||||||
'logo' => $model->company_logo,
|
'logo' => $model->company_logo,
|
||||||
|
'default_account' => $model->default_account,
|
||||||
|
'default_currency' => $model->default_currency,
|
||||||
|
'default_tax' => $model->default_tax,
|
||||||
|
'default_payment_method' => $model->default_payment_method,
|
||||||
|
'default_language' => $model->default_language,
|
||||||
'enabled' => $model->enabled,
|
'enabled' => $model->enabled,
|
||||||
'created_at' => $model->created_at->toIso8601String(),
|
'created_at' => $model->created_at->toIso8601String(),
|
||||||
'updated_at' => $model->updated_at->toIso8601String(),
|
'updated_at' => $model->updated_at->toIso8601String(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user