diff --git a/src/PleskX/Api/Struct/Mail/Forwards.php b/src/PleskX/Api/Struct/Mail/Forwards.php new file mode 100644 index 00000000..1b01c01e --- /dev/null +++ b/src/PleskX/Api/Struct/Mail/Forwards.php @@ -0,0 +1,35 @@ +id = $apiResponse->id; + $line->name = $apiResponse->name; + $line->address = $apiResponse->forwarding->address; + + $this->_initScalarProperties($line, [ + 'id', + 'name', + 'address', + ]); + } +}