]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Book.php
Show bookshelves that a book belongs to on a book view
[bookstack] / app / Entities / Book.php
index 7d3d5e4ae98bf0e670c436dba1df93fb7c86d92b..ce4c4b90e08229a9b2e9efc690a14b7c68887f40 100644 (file)
@@ -2,6 +2,13 @@
 
 use BookStack\Uploads\Image;
 
+/**
+ * Class Book
+ * @property string $description
+ * @property int $image_id
+ * @property Image|null $cover
+ * @package BookStack\Entities
+ */
 class Book extends Entity
 {
     public $searchFactor = 2;