mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-09-02 21:41:36 +08:00
规范代码
This commit is contained in:
@@ -50,7 +50,7 @@ class Schema extends Command
|
||||
}
|
||||
$output->writeln('<info>Succeed!</info>');
|
||||
return;
|
||||
} else if ($input->hasOption('table')) {
|
||||
} elseif ($input->hasOption('table')) {
|
||||
$table = $input->getOption('table');
|
||||
if (!strpos($table, '.')) {
|
||||
$dbName = Db::getConfig('database');
|
||||
|
||||
Reference in New Issue
Block a user