From 0e7f5ac3ec855e2baa120423193d0bbf20a676e1 Mon Sep 17 00:00:00 2001 From: Zhao <756958008@qq.com> Date: Sun, 14 Jul 2019 11:05:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Install.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/command/Install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/command/Install.php b/application/command/Install.php index 7b6caf6..0b78a35 100644 --- a/application/command/Install.php +++ b/application/command/Install.php @@ -55,7 +55,7 @@ class Install extends Command { if ($input->hasOption('db')) { try { - $options = $options = $this->parseDsnConfig($input->getOption('db')); + $options = $this->parseDsnConfig($input->getOption('db')); Connection::instance($options)->getTables($options['database']); $confPath = Env::get('config_path');