From 88943563c7c15f13e689ca137c6d9dcda175baee Mon Sep 17 00:00:00 2001 From: Hasyirin Fakhriy Date: Wed, 23 Jul 2025 02:39:18 +0800 Subject: [PATCH] Add tags field to eggs transformer. (#1550) --- app/Transformers/Api/Application/EggTransformer.php | 1 + 1 file changed, 1 insertion(+) 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".