diff --git a/app/Transformers/Api/Application/EggTransformer.php b/app/Transformers/Api/Application/EggTransformer.php index a416ed026..87955c0a1 100644 --- a/app/Transformers/Api/Application/EggTransformer.php +++ b/app/Transformers/Api/Application/EggTransformer.php @@ -47,6 +47,7 @@ class EggTransformer extends BaseTransformer 'author' => $model->author, 'description' => $model->description, 'features' => $model->features, + 'tags' => $model->tags, // "docker_image" is deprecated, but left here to avoid breaking too many things at once // in external software. We'll remove it down the road once things have gotten the chance // to upgrade to using "docker_images".