This commit is contained in:
2020-12-16 15:47:00 +08:00
parent 7febaf309c
commit 675d7692f6
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -48,7 +48,6 @@ class Reduce
{
return function ($stack, $pipe) {
return function ($passable) use ($stack, $pipe) {
var_dump($pipe);
if ($pipe instanceof Middleware) {
return $pipe->onHandler($passable, $stack);
} else {