X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/03ee3d21bab5ef1b8fc09de27f3aa8115d947dd1..refs/pull/806/head:/app/Chapter.php diff --git a/app/Chapter.php b/app/Chapter.php index 3726c57f4..88b4c134c 100644 --- a/app/Chapter.php +++ b/app/Chapter.php @@ -6,8 +6,6 @@ class Chapter extends Entity protected $fillable = ['name', 'description', 'priority', 'book_id']; - protected $with = ['book']; - /** * Get the book this chapter is within. * @return \Illuminate\Database\Eloquent\Relations\BelongsTo