Completed
Pull Request — master (#21)
by Adeniyi
02:10
created
src/Helper/GetData.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
      */
63 63
     public function first()
64 64
     {
65
-        return json_decode( $this->toJson() );
65
+        return json_decode($this->toJson());
66 66
     }
67 67
 
68 68
     /**
Please login to merge, or discard this patch.