* Add project param for getNewParentAndAction method.

This commit is contained in:
hufangzhou
2023-12-28 13:58:55 +08:00
parent ba3ccdd6dd
commit 3c9eeff598
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -82,10 +82,11 @@ class programplanTao extends programplanModel
* @param object $parent
* @param int $startTasks
* @param string $action
* @param object $project
* @access protected
* @return array
*/
protected function getNewParentAndAction(array $statusCount, object $parent, int $startTasks, string $action): array
protected function getNewParentAndAction(array $statusCount, object $parent, int $startTasks, string $action, object $project): array
{
$count = count($statusCount);
$newParent = null;