Pint PHP Style Fixes

This commit is contained in:
refringe 2024-06-05 20:32:14 +00:00 committed by Pint Bot
parent 92b04eb286
commit e3e3d4fb48

View File

@ -13,7 +13,7 @@ class GlobalSearch extends Component
public function render(): View
{
$results = $this->query ? Mod::search($this->query)->get() : collect();
return view('livewire.global-search', [
'results' => $results,
]);