mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-01-25 13:58:41 +00:00
Fix test bugs
This commit is contained in:
parent
6d90b9c188
commit
7d9ee739b6
|
|
@ -116,7 +116,7 @@ class Project
|
|||
|
||||
public function setProgress(int $progress) /* : void */
|
||||
{
|
||||
$this->progress = $progres;
|
||||
$this->progress = $progress;
|
||||
}
|
||||
|
||||
public function getProgressType() : int
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user