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( public function kevaFilter(
string $namespace, string $namespace,
?string $value = null ?string $value = ''
): mixed ): mixed
{ {
$this->_id++; $this->_id++;