Skip to content

Commit

Permalink
fix minor issues and add azuratech support
Browse files Browse the repository at this point in the history
  • Loading branch information
arif98741 committed Oct 7, 2021
1 parent ee04714 commit f936e5d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Provider/AjuraTech.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ class AjuraTech extends AbstractProvider
/**
* Ajuratech constructor.
* @param Sender $sender
* @version v1.0.33
* @since v1.0.33
* @version v1.0.34
* @since v1.0.34
*/
public function __construct(Sender $sender)
{
Expand All @@ -33,8 +33,8 @@ public function __construct(Sender $sender)
* Send Request To Api and Send Message
* @return false|string
* @throws GuzzleException
* @since v1.0.33
* @version v1.0.33
* @since v1.0.34
* @version v1.0.34
*/
public function sendRequest()
{
Expand Down Expand Up @@ -69,8 +69,8 @@ public function sendRequest()

/**
* @throws ParameterException
* @version v1.0.33
* @since v1.0.33
* @version v1.0.34
* @since v1.0.34
*/
public function errorException()
{
Expand Down

0 comments on commit f936e5d

Please sign in to comment.