Browse Source

non-used use removed from Query class

pull/40/head
Paul Rock 6 years ago
parent
commit
f578750e50
  1. 1
      src/Query.php

1
src/Query.php

@ -2,7 +2,6 @@
namespace RouterOS;
use RouterOS\Exceptions\ClientException;
use RouterOS\Exceptions\QueryException;
use RouterOS\Interfaces\QueryInterface;
use function in_array;

Loading…
Cancel
Save