From 728c6708dabc6914e224c5b90381c2c2a237c571 Mon Sep 17 00:00:00 2001 From: Anyon Date: Thu, 21 Nov 2019 10:39:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=BC=80=E5=90=AF=E5=BA=94?= =?UTF-8?q?=E7=94=A8DEBUG=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.php b/public/index.php index 204a7dc1b..c8daac2f8 100644 --- a/public/index.php +++ b/public/index.php @@ -17,7 +17,7 @@ namespace think; require __DIR__ . '/../vendor/autoload.php'; -$http = (new App())->http; +$http = (new App())->debug(true)->http; $response = $http->run();