Skip to content

Commit

Permalink
Update sms.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zingimmick authored Jan 25, 2024
1 parent d3d8747 commit 17c1a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/sms.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'level' => env('SMS_LOG_LEVEL', 'info'),
],
'yunpian' => [
'driver' => Overtrue\EasySms\Gateways\YunpianGateway::class,
'driver' => \Overtrue\EasySms\Gateways\YunpianGateway::class,
'api_key' => env('SMS_YUNPIAN_API_KEY'),
'signature' => env('SMS_YUNPIAN_SIGNATURE', ''),
],
Expand Down

0 comments on commit 17c1a55

Please sign in to comment.