diff --git a/src/Client.php b/src/Client.php index 5935926..ecb9d31 100644 --- a/src/Client.php +++ b/src/Client.php @@ -177,17 +177,6 @@ class Client implements Interfaces\ClientInterface } /** - * Class Rosario, created for work with response array from RouterOS - * as with multiple chunks of values, this class was created by memory save reasons. - * - * Based on RouterOSResponseArray solution by @arily - * - * @link https://github.com/arily/RouterOSResponseArray - * @package RouterOS - * @since 0.10 - */ - - /** * This method was created by memory save reasons, it convert response * from RouterOS to readable array in safe way. *