|
@@ -41,7 +41,7 @@ |
|
|
block discarded – undo |
|
41
|
41
|
$application = $container->get(Application::class); |
|
42
|
42
|
$middleware($application, $container); |
|
43
|
43
|
$routes($application, $container); |
|
44
|
|
- $server = new Server(static function (ServerRequestInterface $request) use ($application) { |
|
|
44
|
+ $server = new Server(static function(ServerRequestInterface $request) use ($application) { |
|
45
|
45
|
try { |
|
46
|
46
|
return $application->handle($request); |
|
47
|
47
|
} catch (Throwable $exception) { |
Please login to merge, or discard this patch.