|
@@ -32,10 +32,10 @@ |
|
|
block discarded – undo |
|
32
|
32
|
|
|
33
|
33
|
public function __construct() |
|
34
|
34
|
{ |
|
35
|
|
- $this->username = config('sms.drivers.' . $this->drive . '.username'); |
|
36
|
|
- $this->password = config('sms.drivers.' . $this->drive . '.password'); |
|
37
|
|
- $this->from = config('sms.drivers.' . $this->drive . '.from'); |
|
38
|
|
- $this->urlٔNormal = config('sms.drivers.'.$this->drive.'.urlNormal'); |
|
|
35
|
+ $this->username = config('sms.drivers.'.$this->drive.'.username'); |
|
|
36
|
+ $this->password = config('sms.drivers.'.$this->drive.'.password'); |
|
|
37
|
+ $this->from = config('sms.drivers.'.$this->drive.'.from'); |
|
|
38
|
+ $this->urlٔNormal = config('sms.drivers.'.$this->drive.'.urlNormal'); |
|
39
|
39
|
$this->urlPattern = config('sms.drivers.'.$this->drive.'.urlPattern'); |
|
40
|
40
|
} |
|
41
|
41
|
|
Please login to merge, or discard this patch.