@@ -56,7 +56,7 @@ |
||
56 | 56 | |
57 | 57 | $container['notAllowedHandler'] = function($c) { |
58 | 58 | return function($request, $response, $methods) use ($c) { |
59 | - throw new JsonException(null, 405, 'Method Not Allowed', 'Method must be one of: ' . implode(', ', $methods)); |
|
59 | + throw new JsonException(null, 405, 'Method Not Allowed', 'Method must be one of: '.implode(', ', $methods)); |
|
60 | 60 | }; |
61 | 61 | }; |
62 | 62 |