Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 committed Apr 9, 2024
2 parents e4e774c + 6f82286 commit 9a09b2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Drivers/Adn.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function send(SmsMessage $message): Response

return Http::withoutVerifying()
->timeout(30)
->withHeaders(['Content-Type'=>'application/json','Accept'=>'application/json'])
->withHeaders(['Content-Type' => 'application/json','Accept' => 'application/json'])
->post($this->config['url'], $this->payload);

}
Expand Down
2 changes: 1 addition & 1 deletion src/Drivers/SmsApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ protected function mergeConfig(): array
{
return [
'url' => 'https://api.smsapi.com/sms.do',
'format' =>'json'
'format' => 'json'
];
}

Expand Down

0 comments on commit 9a09b2f

Please sign in to comment.