From c73e8e9eb0a0bcf79c40a22044eda65aa83b4f1d Mon Sep 17 00:00:00 2001 From: dingguodong Date: Tue, 12 Sep 2023 13:35:42 +0800 Subject: [PATCH] * Add comment and type hint. --- module/execution/model.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/execution/model.php b/module/execution/model.php index a5076a3d25..dd84f60ffc 100755 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -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';