diff --git a/app/controller/IndexController.php b/app/controller/IndexController.php index 7da06ec..ec333de 100644 --- a/app/controller/IndexController.php +++ b/app/controller/IndexController.php @@ -12,11 +12,8 @@ class IndexController { public function index(Request $request) { - // var_dump(eval("return " . env('MAX_PACKAGE_SIZE', 10 * 1024 * 1024) . ";")); - // throw new Exception(config('redis.default.password') ?: 'null', 999); $res = new Res(); $res->setData([env('LOG_MAX_FILES_DEBUG') ?: env('LOG_MAX_FIlES') ?: 7]); - Log::channel('error')->error('错了'); return json($res); }