mirror of
https://github.com/Karaka-Management/oms-Kanban.git
synced 2026-02-17 12:48:41 +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
|
public static function createFromTask(Task $task) : self
|
||||||
{
|
{
|
||||||
$card = new self();
|
$card = new self();
|
||||||
$card->ref = $task->getId();
|
$card->ref = $task->getId();
|
||||||
|
|
||||||
return $card;
|
return $card;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user