This commit is contained in:
Dennis Eichhorn 2021-10-03 09:17:02 +02:00
commit 533e53371f

View File

@ -400,7 +400,7 @@ class KanbanCard implements \JsonSerializable
*/
public static function createFromTask(Task $task) : self
{
$card = new self();
$card = new self();
$card->ref = $task->getId();
return $card;