mirror of
https://github.com/kevachat/kevacoin-php.git
synced 2025-02-02 01:44:36 +00:00
fix kevaFilter default value
This commit is contained in:
parent
29685b02ce
commit
a885bd6e8d
@ -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++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user