@@ -28,6 +28,6 @@ |
||
| 28 | 28 | } |
| 29 | 29 | |
| 30 | 30 | $response = $controller->$action(...$args); |
| 31 | - echo ($response instanceof Response) ? $response->respond() : $response; |
|
| 31 | + echo ($response instanceof Response) ? $response->respond() : $response; |
|
| 32 | 32 | } |
| 33 | 33 | } |