From 73b1e4efd69de1e47852a4fe967bad824b0bf34d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 15 Dec 2020 18:36:31 +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 03709ee0..8163a307 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($passable, $stack); return $pipe($passable, $stack); } };