@@ -94,7 +94,7 @@ |
||
| 94 | 94 | { |
| 95 | 95 | $selected_item = search( |
| 96 | 96 | label: 'Select Model', |
| 97 | - options: function (string $search_value) { |
|
| 97 | + options: function(string $search_value) { |
|
| 98 | 98 | return $this->findModels( |
| 99 | 99 | Str::of($search_value)->wrap('', '*') |
| 100 | 100 | )->toArray(); |