]> BookStack Code Mirror - bookstack/blobdiff - app/Chapter.php
Updated 'Spanish Argentina' translation.
[bookstack] / app / Chapter.php
index 6dab9dc47c2dda2588d5d38f83a33169d70006a4..88b4c134cf9d7b0a99d54058a7f21526acf4f956 100644 (file)
@@ -2,9 +2,9 @@
 
 class Chapter extends Entity
 {
-    protected $fillable = ['name', 'description', 'priority', 'book_id'];
+    public $searchFactor = 1.3;
 
-    protected $with = ['book'];
+    protected $fillable = ['name', 'description', 'priority', 'book_id'];
 
     /**
      * Get the book this chapter is within.