We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -89,7 +89,7 @@ |
||
| 89 | 89 | $this->crudPanel->addColumn([ |
| 90 | 90 | 'name' => 'test', |
| 91 | 91 | 'type' => 'my_custom_type', |
| 92 | - 'searchLogic' => function ($query, $column, $searchTerm) { |
|
| 92 | + 'searchLogic' => function($query, $column, $searchTerm) { |
|
| 93 | 93 | $query->where($column['name'], 'like', "%{$searchTerm}%"); |
| 94 | 94 | }, |
| 95 | 95 | 'tableColumn' => true, |