Skip to content

Commit

Permalink
Update SearchResults.php
Browse files Browse the repository at this point in the history
  • Loading branch information
alecritson committed Oct 17, 2024
1 parent 2dc22c8 commit e567cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/SearchResults.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class SearchResults extends Data
{
public function __construct(
public string $query,
public ?string $query,
public int $count,
public int $page,
public int $perPage,
Expand Down

0 comments on commit e567cb9

Please sign in to comment.