Skip to content

Commit 5ec5294

Browse files
Update TextLocalOriginal.php
bug fix
1 parent 8f9f511 commit 5ec5294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TextLocalOriginal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ public function getInboxes()
490490
public function getBalance()
491491
{
492492
$result = $this->_sendRequest('balance');
493-
return array('sms' => $result->balance->sms, 'mms' => $result->balance->mms);
493+
return $result->balance->sms;
494494
}
495495

496496
/**

0 commit comments

Comments
 (0)