mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Include the egg name in egg model's response from the application API (#1684)
This commit is contained in:
committed by
Dane Everitt
parent
86e6daf0aa
commit
c377be2a7c
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user