mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-02-13 14:28:39 +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 */
|
public function setProgress(int $progress) /* : void */
|
||||||
{
|
{
|
||||||
$this->progress = $progres;
|
$this->progress = $progress;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getProgressType() : int
|
public function getProgressType() : int
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user