Update task.class.php

This commit is contained in:
Laurent Destailleur 2020-08-19 14:13:30 +02:00 committed by GitHub
parent 1c6a062486
commit 8057ccb223
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ class Task extends CommonObject
/** /**
* @var int ID parent task * @var int ID parent task
*/ */
public $fk_task_parent=0; public $fk_task_parent = 0;
/** /**
* @var string Label of task * @var string Label of task