From da72ba77fc326bc27d887eef36002567e7400edc Mon Sep 17 00:00:00 2001 From: Will Dawber Date: Thu, 4 Apr 2019 12:12:52 +1300 Subject: [PATCH] Fixing issue with confusing title for class --- src/models/SectionObject.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/SectionObject.php b/src/models/SectionObject.php index 5f11532..c43e427 100755 --- a/src/models/SectionObject.php +++ b/src/models/SectionObject.php @@ -90,7 +90,7 @@ class SectionObject extends DataObject implements ]; private static $searchable_fields = [ - 'Title' => 'Title' + 'Title' ]; /**