From 10d02d51423bfc8b818010a7b24e0eeeeda213f3 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Mon, 29 May 2023 14:12:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9config=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E8=AF=BB=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/config/config.php b/config/config.php index abed1e8..3197055 100644 --- a/config/config.php +++ b/config/config.php @@ -11,7 +11,6 @@ declare(strict_types=1); */ use Hyperf\Contract\StdoutLoggerInterface; use Psr\Log\LogLevel; -use function Hyperf\Support\env; return [ 'app_name' => env('APP_NAME', 'gdxz'),