mirror of
https://github.com/Karaka-Management/oms-Kanban.git
synced 2026-01-11 11:28:42 +00:00
Automated formatting changes
This commit is contained in:
parent
75d792c3ef
commit
1f37a811c4
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user