Test Failed
Pull Request — master (#10)
by Stephen
05:36
created
src/AfricasTalkingServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@  discard block
 block discarded – undo
15 15
     {
16 16
         if ($this->app->runningInConsole()) {
17 17
             $this->publishes([
18
-                __DIR__ . '/../config/africastalking.php' => config_path('africastalking.php'),
18
+                __DIR__.'/../config/africastalking.php' => config_path('africastalking.php'),
19 19
             ], 'config');
20 20
         }
21 21
 
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
          */
25 25
         $this->app->when(AfricasTalkingChannel::class)
26 26
             ->needs(AfricasTalkingSDK::class)
27
-            ->give(function () {
27
+            ->give(function() {
28 28
                 $username = config('africastalking.username');
29 29
                 $key = config('africastalking.key');
30 30
 
Please login to merge, or discard this patch.