@@ -59,7 +59,7 @@ |
||
| 59 | 59 | return $this->apiModule->head($request, $tokenInfo); |
| 60 | 60 | default: |
| 61 | 61 | throw new HttpException('method not allowed', 405); |
| 62 | - } |
|
| 62 | + } |
|
| 63 | 63 | } catch (HttpException $e) { |
| 64 | 64 | if ($request->isBrowser()) { |
| 65 | 65 | $response = new Response($e->getCode(), 'text/html'); |