@@ -355,7 +355,7 @@ |
||
355 | 355 | */ |
356 | 356 | public function injectEndpointId($endpoint, $id) |
357 | 357 | { |
358 | - if(Config::get('hello.hash-id')){ |
|
358 | + if (Config::get('hello.hash-id')) { |
|
359 | 359 | $id = Hashids::encode($id); |
360 | 360 | } |
361 | 361 |