From 2dbf71d29ef9790d7d3b16c59ef7868ff740cc2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 15 Dec 2020 18:38:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HttpServer/Route/Reduce.php | 1 + 1 file changed, 1 insertion(+) diff --git a/HttpServer/Route/Reduce.php b/HttpServer/Route/Reduce.php index 8b373bdf..c3880116 100644 --- a/HttpServer/Route/Reduce.php +++ b/HttpServer/Route/Reduce.php @@ -51,6 +51,7 @@ class Reduce if ($pipe instanceof Middleware) { return $pipe->onHandler($passable, $stack); } else { + var_dump($pipe); return call_user_func($pipe, $passable, $stack); } };