This commit is contained in:
tianshujie
2022-01-18 14:23:06 +08:00
parent 431f7d100e
commit f579b6c7b2
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -293,6 +293,7 @@ class tutorialModel extends model
$execution->totalLeft = 0;
$execution->totalHours = 0;
$execution->totalEstimate = 0;
$execution->displayCards = 0;
return $execution;
}