Skip to content

Commit

Permalink
fix declare seach column
Browse files Browse the repository at this point in the history
  • Loading branch information
l3aro committed May 29, 2022
1 parent 2ceda6e commit 0a537e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaseFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ abstract class BaseFilter
protected string $ignore;
protected string $field;
protected string $detector;
protected string $searchColumn = null;
protected ?string $searchColumn = null;

public function __construct()
{
Expand Down

0 comments on commit 0a537e7

Please sign in to comment.