diff options
Diffstat (limited to 'lib/classes/WizardPart.php')
| -rw-r--r-- | lib/classes/WizardPart.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/classes/WizardPart.php b/lib/classes/WizardPart.php index abf3144..0127e2c 100644 --- a/lib/classes/WizardPart.php +++ b/lib/classes/WizardPart.php @@ -87,6 +87,7 @@ final class WizardPart implements Stringable, JsonSerializable public function jsonSerialize(): mixed { return [ + 'id' => $this->id, 'type' => $this->type, 'title' => $this->title, 'icon' => $this->iconShape, |
