@@ -62,7 +62,7 @@ |
||
| 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 | /** |