From 17c1a558361dd51c806d8e881f835660982e9cfe Mon Sep 17 00:00:00 2001 From: Zing Date: Thu, 25 Jan 2024 10:54:04 +0800 Subject: [PATCH] Update sms.php --- config/sms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sms.php b/config/sms.php index 24c1f84..ecb79ee 100644 --- a/config/sms.php +++ b/config/sms.php @@ -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', ''), ],