mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-12 12:10:41 -05:00
Pint PHP Style Fixes
This commit is contained in:
parent
92b04eb286
commit
e3e3d4fb48
@ -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,
|
||||
]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user