diff --git a/Models/Project.php b/Models/Project.php index 573980f..867f953 100644 --- a/Models/Project.php +++ b/Models/Project.php @@ -116,7 +116,7 @@ class Project public function setProgress(int $progress) /* : void */ { - $this->progress = $progres; + $this->progress = $progress; } public function getProgressType() : int