Adjust code.

This commit is contained in:
zhouxin
2022-02-23 01:23:43 +00:00
parent a9995c6fe0
commit d8085ec0cd
2 changed files with 1 additions and 6 deletions
+1
View File
@@ -1,6 +1,7 @@
/**
* When type change.
*
* @param int spaceID
* @param string type
* @access public
* @return void
-6
View File
@@ -1794,12 +1794,6 @@ class kanbanModel extends model
}
}
public function updateKanbanBySpace($spaceID, $type)
{
$spaceType = $this->dao->select('type')->from(TABLE_KANBANSPACE)->where('id')->eq($spaceID)->fetch();
}
/**
* Close a space.
*