修复代码生成器bug

This commit is contained in:
yanwenwu
2020-05-20 11:03:21 +08:00
parent 181ceefd55
commit ff1d7dfd2e
3 changed files with 15 additions and 8 deletions

View File

@@ -93,8 +93,6 @@ abstract class Factory
{
$tables = Db::getConnection()->getTables();
$table = \config('database.connections.mysql.prefix') . $table;
return in_array($table, $tables) ? $table : false;
}
}