From 1e0233a4e3d3dd45e83693a86dabb6d00c6db8a1 Mon Sep 17 00:00:00 2001 From: Zing Date: Tue, 2 Mar 2021 17:39:55 +0800 Subject: [PATCH] Remove redundant argument (#134) --- config/sms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sms.php b/config/sms.php index 3bacef9..7b878ac 100644 --- a/config/sms.php +++ b/config/sms.php @@ -7,7 +7,7 @@ 'connections' => [ 'log' => [ 'driver' => Zing\LaravelSms\Gateways\LogGateway::class, - 'channel' => env('SMS_LOG_CHANNEL', null), + 'channel' => env('SMS_LOG_CHANNEL'), 'level' => env('SMS_LOG_LEVEL', 'info'), ], 'null' => [