@@ -66,7 +66,7 @@ |
||
66 | 66 | return [ |
67 | 67 | 'model' => fn () => search( |
68 | 68 | label: 'Select Model', |
69 | - options: function (string $search_value) { |
|
69 | + options: function(string $search_value) { |
|
70 | 70 | return $this->findModels( |
71 | 71 | Str::of($search_value)->wrap('', '*') |
72 | 72 | )->toArray(); |