Skip to content

Commit a9d00b6

Browse files
committed
Fix readme
1 parent 64ced2a commit a9d00b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ You can also pass a callback for more control:
358358

359359
```php
360360
Column::make('Type')
361-
->searchable(function (Builder $query, $searchTerm) {
361+
->searchable(function (Builder $query, $searchTerm) {
362362
$query->orWhere(...);
363363
}),
364364
```

0 commit comments

Comments
 (0)