mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
默认开启应用DEBUG模式
This commit is contained in:
parent
3ebd978273
commit
728c6708da
@ -17,7 +17,7 @@ namespace think;
|
||||
|
||||
require __DIR__ . '/../vendor/autoload.php';
|
||||
|
||||
$http = (new App())->http;
|
||||
$http = (new App())->debug(true)->http;
|
||||
|
||||
$response = $http->run();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user