Skip to content

Commit 7172e5b

Browse files
ManukMinasyangithub-actions[bot]
authored andcommitted
Fix styling
1 parent 428c35d commit 7172e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Concerns/CanSearchBoardRecords.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function searchable(string | array | Closure $fields = []): static
2222
{
2323
// Ensure fields is an array
2424
$searchableFields = is_string($fields) ? [$fields] : $fields;
25-
25+
2626
$this->searchableFields = $this->evaluate($searchableFields);
2727
$this->isSearchable = true;
2828

0 commit comments

Comments
 (0)