Skip to content

Commit

Permalink
Merge pull request #40 from sim8568X/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
sim8568X authored Jun 20, 2023
2 parents 4d46613 + 9db28d0 commit 791f043
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Config/sms.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
],
BulkSmsBD::class => [
'api_key' => env('SMS_BULK_SMS_BD_API_KEY', ''),
'senderid' => env('SMS_BULK_SMS_BD_SENDERID', ''),
],
DianaHost::class => [
'senderid' => env('SMS_DIANA_HOST_SENDER_ID', ''),
Expand Down
1 change: 1 addition & 0 deletions src/Provider/BulkSmsBD.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public function sendRequest()

$query = [
'api_key' => $config['api_key'],
'senderid' => $config['senderid'],
'type' => 'text',
'number' => $number,
'message' => $text,
Expand Down

0 comments on commit 791f043

Please sign in to comment.