From 21e0c3cc35dbd0e592d7aeac0df083de3fdfcafe Mon Sep 17 00:00:00 2001 From: Paul Rock Date: Thu, 25 Jul 2019 01:02:13 +0300 Subject: [PATCH] write method of Client class is marked as deprecated --- src/Client.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Client.php b/src/Client.php index b591019..fcca3a8 100644 --- a/src/Client.php +++ b/src/Client.php @@ -79,6 +79,7 @@ class Client implements Interfaces\ClientInterface * @param string|array|\RouterOS\Query $query * @return \RouterOS\Client * @throws \RouterOS\Exceptions\QueryException + * @deprecated */ public function write($query): Client {