This commit is contained in:
DariusIII
2023-04-03 17:31:43 +02:00
parent 22de114b9d
commit b046f115ed
-4
View File
@@ -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