Test Failed
Pull Request — master (#10)
by Stephen
04:06
created
src/AfricasTalkingChannel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
     {
30 30
         $message = $notification->toAfricasTalking($notifiable);
31 31
      
32
-        if (! $phoneNumber = $notifiable->routeNotificationFor('africasTalking')) {
32
+        if (!$phoneNumber = $notifiable->routeNotificationFor('africasTalking')) {
33 33
             $phoneNumber = $notifiable->phone_number;
34 34
         }
35 35
 
Please login to merge, or discard this patch.
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.