Test Setup Failed
Push — master ( cd5cc8...a7be20 )
by Syed Abidur
02:19
created
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.