Skip to content

Commit

Permalink
fix: spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
loks0n committed Dec 10, 2024
1 parent 80106e3 commit 4d36d9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,6 @@ private function runInternal(Request $request, Response $response): static
self::setResource('error', function () use ($e) {
return $e;
});

try {
$arguments = $this->getArguments($error, [], $request->getParams());
\call_user_func_array($error->getAction(), $arguments);
Expand Down

0 comments on commit 4d36d9a

Please sign in to comment.