diff --git a/Models/KanbanBoard.php b/Models/KanbanBoard.php index 6a3da66..19fb16f 100644 --- a/Models/KanbanBoard.php +++ b/Models/KanbanBoard.php @@ -45,7 +45,7 @@ class KanbanBoard implements \JsonSerializable private int $status = BoardStatus::ACTIVE; - private $order = 0; + private int $order = 0; /** * Description. *