Skip to content

Commit

Permalink
Make ComplexQuery::savedQueries property nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
arm092 committed Feb 3, 2024
1 parent 9038597 commit ad3d01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Livewire/ComplexQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class ComplexQuery extends Component
{
public array|Collection $columns;
public string $persistKey;
public array $savedQueries;
public ?array $savedQueries;
public array $query = [];
public array $rule = [];
public array $rules = [
Expand Down

0 comments on commit ad3d01b

Please sign in to comment.