Skip to content
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.

Commit

Permalink
add delete contact method, now users cant delete their contacts from …
Browse files Browse the repository at this point in the history
…their customer club.
  • Loading branch information
TrueMoein committed Jun 23, 2018
1 parent 166ddaa commit a405388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Smsir.php
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ public static function getSentMessages($perPage,$pageNumber,$formDate,$toDate)
return json_decode($result->getBody()->getContents())->Messages;
}


/**
* @param $mobile = The mobile number of that user who you wanna to delete it
*
Expand Down

0 comments on commit a405388

Please sign in to comment.