Skip to content

Commit 203efc2

Browse files
authored
Update TextlocalChannel.php
1 parent 4c981b0 commit 203efc2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/TextlocalChannel.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ class TextlocalChannel
1212

1313
public function __construct(Textlocal $client)
1414
{
15-
// Initialisation code here
1615
$this->client = $client;
17-
$this->sender = config('services.sms.textlocal.sender');
16+
$this->sender = config('textlocal.sender');
1817
}
1918

2019
/**

0 commit comments

Comments
 (0)