@@ -77,6 +77,6 @@ |
||
| 77 | 77 | echo("You may want to view this in your browser with enabled JSON Formatter or with REST API Client: $url"); |
| 78 | 78 | |
| 79 | 79 | return Request::get($url) |
| 80 | - ->send()->body; |
|
| 80 | + ->send()->body; |
|
| 81 | 81 | } |
| 82 | 82 | } |
| 83 | 83 | \ No newline at end of file |