Completed
Pull Request — master (#13)
by
unknown
02:29
created
src/Config/sms.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -34,10 +34,10 @@
 block discarded – undo
34 34
             'from' => 'Your Default From Number',
35 35
         ],
36 36
         'linkmobility' => [
37
-          'url' => 'http://simple.pswin.com', # Country Wise this may change.
38
-          'username' => 'Your Username',
39
-          'password' => 'Your Password',
40
-          'sender' => 'Sender name',
37
+            'url' => 'http://simple.pswin.com', # Country Wise this may change.
38
+            'username' => 'Your Username',
39
+            'password' => 'Your Password',
40
+            'sender' => 'Sender name',
41 41
         ],
42 42
         'melipayamak' => [ # Install: composer require melipayamak/php
43 43
             'username' => 'Your Username',
Please login to merge, or discard this patch.