Include the egg name in egg model's response from the application API (#1684)
This commit is contained in:
parent
86e6daf0aa
commit
c377be2a7c
2 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,7 @@ class EggTransformer extends BaseTransformer
|
|||
return [
|
||||
'id' => $model->id,
|
||||
'uuid' => $model->uuid,
|
||||
'name' => $model->name,
|
||||
'nest' => $model->nest_id,
|
||||
'author' => $model->author,
|
||||
'description' => $model->description,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue