Skip to content
This repository was archived by the owner on May 10, 2026. It is now read-only.

Commit 47a4640

Browse files
committed
Add type declaration to $q property in Search component
1 parent 7f34556 commit 47a4640

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Http/Livewire/Search.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ abstract class Search extends Component
99
{
1010
use SearchFacade;
1111

12-
public $q = '';
12+
public string $q = '';
1313

1414
protected $queryString = [
1515
'q' => ['except' => ''],

0 commit comments

Comments
 (0)