Skip to content

Commit

Permalink
Merge pull request Hanson#19 from webshiyue/fix-voice-download
Browse files Browse the repository at this point in the history
fix make method of Voice
  • Loading branch information
Hanson authored Jan 21, 2017
2 parents 2cd8054 + 5fbb5ed commit 5c36d41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Message/Entity/Voice.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ public function download()

public function make()
{
$this->download();
}
}
}

0 comments on commit 5c36d41

Please sign in to comment.