Update book table to cintain extra info
This commit is contained in:
@ -26,6 +26,9 @@ class GoogleBooks implements BookLookupService {
|
||||
'title' => $volume->getTitle(),
|
||||
'authors' => $volume->getAuthors(),
|
||||
'images' => $volume->getImageLinks(),
|
||||
'description' => $volume->getDescription(),
|
||||
'published_date' => $volume->getPublishedDate(),
|
||||
'pages' => $volume->getPageCount()
|
||||
];
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user