From c84df1c1bee2d3166f9f83b6b85b3d1eab9c8f28 Mon Sep 17 00:00:00 2001 From: ghost Date: Sun, 18 Feb 2024 04:07:30 +0200 Subject: [PATCH] disable kevaPut address attribute --- src/Client.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Client.php b/src/Client.php index 17badc0..14ba9c2 100644 --- a/src/Client.php +++ b/src/Client.php @@ -410,7 +410,7 @@ class Client string $namespace, string $key, string $value, - ?string $address = null + # ?string $address = null // disabled as not stable ): ?string { $this->_id++; @@ -423,8 +423,7 @@ class Client 'params' => [ $namespace, $key, - $value, - $address + $value ], 'id' => $this->_id ]