mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 00:01:21 +00:00
CS fixes
This commit is contained in:
@@ -93,10 +93,6 @@ class Books
|
||||
return BookInfo::query()->where('id', $id)->first();
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $title
|
||||
* @return Model|null
|
||||
*/
|
||||
public function getBookInfoByName(string $title): ?Model
|
||||
{
|
||||
//only used to get a count of words
|
||||
|
||||
Reference in New Issue
Block a user