From c12e304aec1e0481f1b23d2badf32fa32c4f8281 Mon Sep 17 00:00:00 2001 From: ox5a0b54 Date: Thu, 1 Aug 2024 15:50:55 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=E5=88=9D=E5=A7=8B=E5=8C=96?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E7=9A=84=E6=95=B0=E6=8D=AE=E5=BA=93=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/command/Install.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/admin/command/Install.php b/application/admin/command/Install.php index f87f4b94..c4330599 100644 --- a/application/admin/command/Install.php +++ b/application/admin/command/Install.php @@ -213,7 +213,6 @@ class Install extends Command // 后台入口文件 $adminFile = ROOT_PATH . 'public' . DS . 'admin.php'; - // 数据库配置文件 // 数据库配置文件 $envSampleFile = ROOT_PATH . '.env.sample'; $envFile = ROOT_PATH . '.env';