@@ -47,7 +47,9 @@ |
||
| 47 | 47 | */ |
| 48 | 48 | protected function callRequestMethod(Request $request, $method, array $arguments) |
| 49 | 49 | { |
| 50 | - if(empty($arguments)) return $request->{$method}(); |
|
| 50 | + if(empty($arguments)) { |
|
| 51 | + return $request->{$method}(); |
|
| 52 | + } |
|
| 51 | 53 | |
| 52 | 54 | switch (count($arguments)) { |
| 53 | 55 | case 1: |