@@ -20,6 +20,6 @@ |
||
20 | 20 | |
21 | 21 | |
22 | 22 | public function get(Request $request): ResponseData{ |
23 | - return $this->geoPhone->lookupNumber($request->getInstance()); |
|
24 | - } |
|
23 | + return $this->geoPhone->lookupNumber($request->getInstance()); |
|
24 | + } |
|
25 | 25 | } |