Skip to content

Commit d5818fe

Browse files
committed
hotfix: Property settings output accept mixed value on default property
1 parent f60c4db commit d5818fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Model/Api/Plugin/Settings/PropertySettingsOutput.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
class PropertySettingsOutput
66
{
7-
public string $default;
7+
public mixed $default = null;
88

99
/**
1010
* @var array<string, mixed>|null

0 commit comments

Comments
 (0)