Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
calc2te committed Oct 8, 2024
1 parent 4d5c967 commit 757746b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SensAlimtalkMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class SensAlimtalkMessage
public function __construct()
{
$this->plusFriendId = config('sens-alimtalk.plus_friend_id');
$this->useSmsFailover = config('sens-alimtalk.use_sms_failover');
$this->useSmsFailover = config('sens-alimtalk.use_sms_failover') ?? true;
$this->countryCode = '+82';
}

Expand Down

0 comments on commit 757746b

Please sign in to comment.