Passed
Push — main ( 8771cf...b5286c )
by jaber
03:26
created
src/Drivers/melipayamak.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -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.