Fix input naming
This commit is contained in:
parent
7802a0d19f
commit
cdf77dacd8
|
@ -63,8 +63,7 @@ class Method
|
|||
|
||||
public function addInput($name, $type)
|
||||
{
|
||||
$inName = $this->name;
|
||||
$this->input = new Message($inName);
|
||||
$this->input = new Message($name);
|
||||
|
||||
$this->input->add($name, $type);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue