Completed
Pull Request — master (#1)
by Artem
03:18
created
src/Client.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -353,7 +353,7 @@
 block discarded – undo
353 353
         \Illuminate\Support\Facades\Log::debug(null, $decoded ?? []);
354 354
 
355 355
         if($this->success()) {
356
-           return $this->formatted;
356
+            return $this->formatted;
357 357
         }
358 358
 
359 359
         $message = array_get($this->formatted, 'message');
Please login to merge, or discard this patch.