Adding missing method for manga collection
This commit is contained in:
parent
5fb042a773
commit
2b9adb0395
@ -84,6 +84,17 @@ class Manga extends API
|
||||
return $this->kitsuModel->getManga($manga_id);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get anime by its kitsu id
|
||||
*
|
||||
* @param string $animeId
|
||||
* @return array
|
||||
*/
|
||||
public function getMangaById(string $animeId): array
|
||||
{
|
||||
return $this->kitsuModel->getMangaById($animeId);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get information about a specific list item
|
||||
* for editing/updating that item
|
||||
|
Loading…
Reference in New Issue
Block a user