mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-05 19:41:43 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
04ee48fab3
@ -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');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user