Skip to content

Commit

Permalink
Fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeTowers authored Sep 16, 2023
1 parent cf03a55 commit c714d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/backend/widgets/Lists.php
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,7 @@ public function getColumnValueRaw($record, $column)
}
}

if ($value instanceof BackedEnum) {
if ($value instanceof \BackedEnum) {
$value = $value->value;
}

Expand Down

0 comments on commit c714d80

Please sign in to comment.