Skip to content

Commit

Permalink
Whoops, wrong class
Browse files Browse the repository at this point in the history
  • Loading branch information
reedmaniac committed Jan 7, 2018
1 parent a4b5cae commit cd1949e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Twilio.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function message($to, $message, $mediaUrls = null, array $params = [])
*
* @link https://www.twilio.com/docs/api/voice/making-calls Documentation
*
* @return \Twilio\Rest\Api\V2010\Account\MessageInstance
* @return \Twilio\Rest\Api\V2010\Account\CallInstance
*/
public function call($to, $message, array $params = [])
{
Expand Down

0 comments on commit cd1949e

Please sign in to comment.