Fix issue that each method param overrides the initial input message.

This commit is contained in:
Tim Timmermans 2019-07-11 14:50:44 +02:00 committed by BohwaZ
parent 95a91bb8bb
commit 2e9dc9a34d
1 changed files with 0 additions and 2 deletions

View File

@ -63,8 +63,6 @@ class Method
public function addInput($name, $type) public function addInput($name, $type)
{ {
$this->input = new Message($name);
$this->input->add($name, $type); $this->input->add($name, $type);
} }