]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Models/Chapter.php
Update verify-totp.blade.php
[bookstack] / app / Entities / Models / Chapter.php
index 75630832b46a77d626afba127f676d4b48f4a8b3..224ded935048ef86e581376ca1bd380c43a4787e 100644 (file)
@@ -10,13 +10,13 @@ use Illuminate\Support\Collection;
  * Class Chapter.
  *
  * @property Collection<Page> $pages
- * @property string $description
+ * @property string           $description
  */
 class Chapter extends BookChild
 {
     use HasFactory;
 
-    public $searchFactor = 1.3;
+    public $searchFactor = 1.2;
 
     protected $fillable = ['name', 'description', 'priority', 'book_id'];
     protected $hidden = ['restricted', 'pivot', 'deleted_at'];