Commit 5fbb5ede by webshiyue

fix make method of Voice

1 parent 2cd8054e
...@@ -42,5 +42,6 @@ class Voice extends Message implements MessageInterface, MediaInterface ...@@ -42,5 +42,6 @@ class Voice extends Message implements MessageInterface, MediaInterface
public function make() public function make()
{ {
$this->download();
} }
}
\ No newline at end of file \ No newline at end of file
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!