X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/62342433f41f2eaef19c5e85f5ce960297ee8206..refs/pull/846/head:/app/Chapter.php diff --git a/app/Chapter.php b/app/Chapter.php index 6dab9dc47..3726c57f4 100644 --- a/app/Chapter.php +++ b/app/Chapter.php @@ -2,6 +2,8 @@ class Chapter extends Entity { + public $searchFactor = 1.3; + protected $fillable = ['name', 'description', 'priority', 'book_id']; protected $with = ['book'];