Skip to content

Commit

Permalink
Include Currency in Company API
Browse files Browse the repository at this point in the history
Resolves #1272
  • Loading branch information
dwkitchen committed Feb 21, 2020
1 parent e36415f commit 266875a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Transformers/Common/Company.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public function transform(Model $model)
'id' => $model->id,
'name' => $model->name,
'email' => $model->email,
'currency' => $model->currency,
'domain' => $model->domain,
'address' => $model->address,
'logo' => $model->logo,
Expand Down

0 comments on commit 266875a

Please sign in to comment.