Commit 5c36d414 by HanSon Committed by GitHub

Merge pull request #19 from webshiyue/fix-voice-download

fix make method of Voice
2 parents 2cd8054e 5fbb5ede
...@@ -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!