diff --git a/app/Services/Eggs/Sharing/EggExporterService.php b/app/Services/Eggs/Sharing/EggExporterService.php index e3a561db2..19c9a5e12 100644 --- a/app/Services/Eggs/Sharing/EggExporterService.php +++ b/app/Services/Eggs/Sharing/EggExporterService.php @@ -25,6 +25,7 @@ class EggExporterService 'exported_at' => Carbon::now()->toAtomString(), 'name' => $egg->name, 'author' => $egg->author, + 'uuid' => $egg->uuid, 'description' => $egg->description, 'features' => $egg->features, 'docker_images' => $egg->docker_images,