@@ -18,8 +18,8 @@ |
||
18 | 18 | */ |
19 | 19 | public function compose(View $view) |
20 | 20 | { |
21 | - $client = new Client(); |
|
22 | - try { |
|
21 | + $client = new Client(); |
|
22 | + try { |
|
23 | 23 | $response = $client->get('http://logger.witr.rit.edu/latest.json', [ |
24 | 24 | 'timeout' => 1, |
25 | 25 | ]); |
@@ -37,10 +37,10 @@ |
||
37 | 37 | } |
38 | 38 | |
39 | 39 | /** |
40 | - * Save the new eboard position. |
|
41 | - * |
|
42 | - *@return Response |
|
43 | - */ |
|
40 | + * Save the new eboard position. |
|
41 | + * |
|
42 | + *@return Response |
|
43 | + */ |
|
44 | 44 | public function create(Requests\CreateRequest $request) |
45 | 45 | { |
46 | 46 | $input = $request->all(); |