Skip to content

Commit

Permalink
Update ListParameters.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Elorfin committed Jan 28, 2021
1 parent f5ecea3 commit 679c83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/app/Entity/Parameters/ListParameters.php
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ public function getSearchMode(): ?string
return $this->searchMode;
}

public function setSearchMode(string $searchMode)
public function setSearchMode(string $searchMode = null)
{
$this->searchMode = $searchMode;
}
Expand Down

0 comments on commit 679c83b

Please # to comment.