Skip to content

Commit cd1949e

Browse files
committed
Whoops, wrong class
1 parent a4b5cae commit cd1949e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Twilio.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function message($to, $message, $mediaUrls = null, array $params = [])
7676
*
7777
* @link https://www.twilio.com/docs/api/voice/making-calls Documentation
7878
*
79-
* @return \Twilio\Rest\Api\V2010\Account\MessageInstance
79+
* @return \Twilio\Rest\Api\V2010\Account\CallInstance
8080
*/
8181
public function call($to, $message, array $params = [])
8282
{

0 commit comments

Comments
 (0)