Include Currency in Company API

Resolves #1272
This commit is contained in:
David Kitchen 2020-02-21 08:42:58 +00:00 committed by GitHub
parent e36415f8d3
commit 266875ac02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@ class Company extends TransformerAbstract
'id' => $model->id, 'id' => $model->id,
'name' => $model->name, 'name' => $model->name,
'email' => $model->email, 'email' => $model->email,
'currency' => $model->currency,
'domain' => $model->domain, 'domain' => $model->domain,
'address' => $model->address, 'address' => $model->address,
'logo' => $model->logo, 'logo' => $model->logo,