mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Fix namespace
This commit is contained in:
parent
cf03a55ab4
commit
c714d80b22
@ -1059,7 +1059,7 @@ class Lists extends WidgetBase
|
||||
}
|
||||
}
|
||||
|
||||
if ($value instanceof BackedEnum) {
|
||||
if ($value instanceof \BackedEnum) {
|
||||
$value = $value->value;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user