Skip to content

Commit e23df47

Browse files
committed
fix minor issue for Mobireach config
1 parent 45cde5e commit e23df47

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Config/sms.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@
111111
'type' => env('SMS_MIM_SMS_TYPE', ''),
112112
],
113113
Mobireach::class => [
114-
'username' => env('SMS_MOBIREACH_USERNAME', ''),
115-
'password' => env('SMS_MOBIREACH_PASSWORD', ''),
116-
'from' => env('SMS_MOBIREACH_FROM', ''),
114+
'Username' => env('SMS_MOBIREACH_USERNAME', ''),
115+
'Password' => env('SMS_MOBIREACH_PASSWORD', ''),
116+
'From' => env('SMS_MOBIREACH_FROM', ''),
117117
],
118118
Onnorokom::class => [
119119
'userName' => env('SMS_ONNOROKOM_USERNAME', ''),

0 commit comments

Comments
 (0)