This commit is contained in:
2020-12-15 18:42:54 +08:00
parent 2dbf71d29e
commit 8595962637
2 changed files with 28 additions and 8 deletions
-1
View File
@@ -51,7 +51,6 @@ class Reduce
if ($pipe instanceof Middleware) {
return $pipe->onHandler($passable, $stack);
} else {
var_dump($pipe);
return call_user_func($pipe, $passable, $stack);
}
};