Browse Source

write method of Client class is marked as deprecated

tags/1.0
Paul Rock 6 years ago
parent
commit
21e0c3cc35
  1. 1
      src/Client.php

1
src/Client.php

@ -79,6 +79,7 @@ class Client implements Interfaces\ClientInterface
* @param string|array|\RouterOS\Query $query * @param string|array|\RouterOS\Query $query
* @return \RouterOS\Client * @return \RouterOS\Client
* @throws \RouterOS\Exceptions\QueryException * @throws \RouterOS\Exceptions\QueryException
* @deprecated
*/ */
public function write($query): Client public function write($query): Client
{ {

Loading…
Cancel
Save