Test Failed
Pull Request — master (#10)
by Stephen
04:06
created
src/AfricasTalkingServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 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.