Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfulayt committed Aug 26, 2017
1 parent 9203361 commit 031d0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MobilyWsSmsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function sendSMS($message,$to)
$result = stream_get_contents($handle);


$result = printStringResult(trim($result), $arraySendMsg);
//$result = printStringResult(trim($result), $arraySendMsg);
return $result;
}

Expand Down

0 comments on commit 031d0cd

Please sign in to comment.