Browse Source

fix kevaFilter default value

main
ghost 12 months ago
parent
commit
a885bd6e8d
  1. 2
      src/Client.php

2
src/Client.php

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

Loading…
Cancel
Save