]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Models/BookChild.php
Slugs: Rolled out history lookup to other types
[bookstack] / app / Entities / Models / BookChild.php
index 7819f161450bb7964c488622e647bc4b01c618d3..9a8493c3a0a48c9f97a5b60fde9eda09920de6e5 100644 (file)
@@ -16,6 +16,7 @@ abstract class BookChild extends Entity
 {
     /**
      * Get the book this page sits in.
+     * @return BelongsTo<Book, $this>
      */
     public function book(): BelongsTo
     {