@@ -17,7 +17,7 @@ |
||
17 | 17 | |
18 | 18 | public static function respondFrom($method) |
19 | 19 | { |
20 | - return function () use ($method) { |
|
20 | + return function() use ($method) { |
|
21 | 21 | if (is_array($method[0])) { |
22 | 22 | $response = call_user_func_array($method[0], $method[1] ?? []); |
23 | 23 | } else { |