- protected $fillable = ['name', 'description', 'priority', 'book_id'];
+ public $searchFactor = 1.2;
+
+ protected $fillable = ['name', 'description', 'priority'];
protected $hidden = ['restricted', 'pivot', 'deleted_at'];
/**
* Get the pages that this chapter contains.
*
protected $hidden = ['restricted', 'pivot', 'deleted_at'];
/**
* Get the pages that this chapter contains.
*
->orderBy('draft', 'desc')
->orderBy('priority', 'asc')
->get();
->orderBy('draft', 'desc')
->orderBy('priority', 'asc')
->get();