diff --git a/src/API/LevelAPI.php b/src/API/LevelAPI.php index a597c9890..e2d143384 100644 --- a/src/API/LevelAPI.php +++ b/src/API/LevelAPI.php @@ -237,4 +237,9 @@ class LevelAPI{ } } -} \ No newline at end of file + public function getAll() + { + return $this->levels; + } + +}