Skip to content

Commit

Permalink
refactor: fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Joumoune committed Oct 9, 2024
1 parent 02f8085 commit dbbff08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/exercise.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function getTitle()

public function getExerciseStatus()
{
return $this->database_access->getexerciseStatus($this->id);
return $this->database_access->getExerciseStatus($this->id);
}

public function delete()
Expand Down

0 comments on commit dbbff08

Please sign in to comment.