fix kevaFilter default value

This commit is contained in:
ghost 2023-12-05 05:23:29 +02:00
parent 29685b02ce
commit a885bd6e8d

View File

@ -242,7 +242,7 @@ class Client
public function kevaFilter(
string $namespace,
?string $value = null
?string $value = ''
): mixed
{
$this->_id++;