Test Setup Failed
Push — master ( 921fc4...6605be )
by Syed Abidur
02:12
created
src/Providers/Novocom.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
             return [];
18 18
         }
19 19
 
20
-        $recipient = '880'.$matches[3];
20
+        $recipient = '880' . $matches[3];
21 21
 
22 22
         return [
23 23
             'MobileNumbers' => $recipient,
Please login to merge, or discard this patch.
src/Providers/BdWebHost24.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
             return [];
18 18
         }
19 19
 
20
-        $recipient = '880'.$matches[3];
20
+        $recipient = '880' . $matches[3];
21 21
 
22 22
         return [
23 23
             'contacts' => $recipient,
Please login to merge, or discard this patch.
src/SmsGatewayServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
     public function boot()
10 10
     {
11 11
         $this->package('sarahman/sms-service-with-bd-providers', null, __DIR__);
12
-        $this->package('sarahman/laravel-http-request-api-log', null, __DIR__.'/../../laravel-http-request-api-log/src');
12
+        $this->package('sarahman/laravel-http-request-api-log', null, __DIR__ . '/../../laravel-http-request-api-log/src');
13 13
     }
14 14
 
15 15
     public function register()
Please login to merge, or discard this patch.