Fix namespace

This commit is contained in:
Luke Towers 2023-09-16 01:21:08 -06:00 committed by GitHub
parent cf03a55ab4
commit c714d80b22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1059,7 +1059,7 @@ class Lists extends WidgetBase
}
}
if ($value instanceof BackedEnum) {
if ($value instanceof \BackedEnum) {
$value = $value->value;
}