mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 10:54: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(),
|
||||
'name' => $egg->name,
|
||||
'author' => $egg->author,
|
||||
'uuid' => $egg->uuid,
|
||||
'description' => $egg->description,
|
||||
'features' => $egg->features,
|
||||
'docker_images' => $egg->docker_images,
|
||||
|
Loading…
x
Reference in New Issue
Block a user