diff --git a/Models/Promotion.php b/Models/Promotion.php index a02c80d..af02de2 100644 --- a/Models/Promotion.php +++ b/Models/Promotion.php @@ -117,26 +117,6 @@ class Promotion return false; } - public function getProgress() : int - { - return $this->progress; - } - - public function setProgress(int $progress) /* : void */ - { - $this->progress = $progres; - } - - public function getProgressType() : int - { - return $this->progressType; - } - - public function setProgressType(int $type) /* : void */ - { - $this->progressType = $type; - } - public function getTask(int $id) : Task { return $this->tasks[$id] ?? new Task();