Skip to content

Commit

Permalink
main
Browse files Browse the repository at this point in the history
  • Loading branch information
6562680 committed Jun 28, 2024
1 parent 2bf462a commit 0864922
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/RouterProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ public function callMiddleware(
$input,
$context,
//
'fnNext' => $fnNext,
'input' => $input,
'context' => $context,
'middleware' => $middleware,
'pipeline' => $pipeline,
'route' => $route,
Expand Down Expand Up @@ -75,6 +78,8 @@ public function callAction(
$input,
$context,
//
'input' => $input,
'context' => $context,
'action' => $action,
'pipeline' => $pipeline,
'route' => $route,
Expand Down Expand Up @@ -106,6 +111,9 @@ public function callFallback(
$input,
$context,
//
'e' => $e,
'input' => $input,
'context' => $context,
'fallback' => $fallback,
'pipeline' => $pipeline,
'route' => $route,
Expand Down

0 comments on commit 0864922

Please sign in to comment.