]>
BookStack Code Mirror - bookstack/blobdiff - app/Entities/Models/BookChild.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Slugs: Rolled out history lookup to other types
[bookstack]
/
app
/
Entities
/
Models
/
BookChild.php
diff --git
a/app/Entities/Models/BookChild.php
b/app/Entities/Models/BookChild.php
index 7819f161450bb7964c488622e647bc4b01c618d3..9a8493c3a0a48c9f97a5b60fde9eda09920de6e5 100644
(file)
--- a/
app/Entities/Models/BookChild.php
+++ b/
app/Entities/Models/BookChild.php
@@
-16,6
+16,7
@@
abstract class BookChild extends Entity
{
/**
* Get the book this page sits in.
+ * @return BelongsTo<Book, $this>
*/
public function book(): BelongsTo
{