Skip to content

Commit

Permalink
Fixing issue with confusing title for class
Browse files Browse the repository at this point in the history
  • Loading branch information
dawb authored Apr 3, 2019
1 parent a9cbb99 commit da72ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/SectionObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class SectionObject extends DataObject implements
];

private static $searchable_fields = [
'Title' => 'Title'
'Title'
];

/**
Expand Down

0 comments on commit da72ba7

Please sign in to comment.