Add uuid to egg exproter

Add UUID to egg exporter.
This commit is contained in:
notCharles 2024-05-31 16:01:15 -04:00
parent 957638d4ac
commit cfe385f53a

View File

@ -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,