生成代码新增回滚功能
This commit is contained in:
@@ -89,7 +89,7 @@ abstract class Factory
|
||||
* @param $table
|
||||
* @return bool
|
||||
*/
|
||||
protected function hasTableExists($table)
|
||||
public function hasTableExists($table)
|
||||
{
|
||||
$tables = Db::getConnection()->getTables();
|
||||
|
||||
|
Reference in New Issue
Block a user