mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-31 06:04:46 +02:00
Add uuid to egg exproter
Add UUID to egg exporter.
This commit is contained in:
parent
957638d4ac
commit
cfe385f53a
@ -25,6 +25,7 @@ class EggExporterService
|
|||||||
'exported_at' => Carbon::now()->toAtomString(),
|
'exported_at' => Carbon::now()->toAtomString(),
|
||||||
'name' => $egg->name,
|
'name' => $egg->name,
|
||||||
'author' => $egg->author,
|
'author' => $egg->author,
|
||||||
|
'uuid' => $egg->uuid,
|
||||||
'description' => $egg->description,
|
'description' => $egg->description,
|
||||||
'features' => $egg->features,
|
'features' => $egg->features,
|
||||||
'docker_images' => $egg->docker_images,
|
'docker_images' => $egg->docker_images,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user