From 915ab1da06898de019a0e30833904028f99074f3 Mon Sep 17 00:00:00 2001 From: Luke Towers Date: Thu, 10 Oct 2024 13:19:34 -0600 Subject: [PATCH] Update backend/lists.md --- backend/lists.md | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/lists.md b/backend/lists.md index 5379bd17..b1480284 100644 --- a/backend/lists.md +++ b/backend/lists.md @@ -1071,6 +1071,7 @@ public function evalUppercaseListColumn($value, $column, $record) ``` It is also possible to extend the Lists widget class to add a new column type like this: + ```php public function boot() {