* Add comment and type hint.

This commit is contained in:
dingguodong
2023-09-12 13:35:56 +08:00
parent 977f5d151d
commit c73e8e9eb0
+2 -1
View File
@@ -4085,12 +4085,13 @@ class executionModel extends model
}
/**
* 获取看板的设置。
* Get kanban setting.
*
* @access public
* @return object
*/
public function getKanbanSetting()
public function getKanbanSetting(): object
{
$allCols = '1';
$showOption = '0';