]> BookStack Code Mirror - bookstack/blobdiff - app/Chapter.php
Updated Spanish translation
[bookstack] / app / Chapter.php
index 6dab9dc47c2dda2588d5d38f83a33169d70006a4..3726c57f4e3df340c49cce79f29c8624ec4485c3 100644 (file)
@@ -2,6 +2,8 @@
 
 class Chapter extends Entity
 {
+    public $searchFactor = 1.3;
+
     protected $fillable = ['name', 'description', 'priority', 'book_id'];
 
     protected $with = ['book'];