Skip to content

Commit

Permalink
Remove redundant argument (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingimmick authored Mar 2, 2021
1 parent 82dcfb0 commit 1e0233a
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 @@ -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' => [
Expand Down

0 comments on commit 1e0233a

Please sign in to comment.