默认开启应用DEBUG模式

This commit is contained in:
Anyon 2019-11-21 10:39:42 +08:00
parent 3ebd978273
commit 728c6708da

View File

@ -17,7 +17,7 @@ namespace think;
require __DIR__ . '/../vendor/autoload.php';
$http = (new App())->http;
$http = (new App())->debug(true)->http;
$response = $http->run();