Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current none :
/
proc
/
self
/
root
/
var
/
www
/
html
/
tpid-handbook
/
app
/
Search
/
Or
Select Your none :
Upload File :
New :
File
Dir
//proc/self/root/var/www/html/tpid-handbook/app/Search/SearchTerm.php
<?php namespace BookStack\Search; use BookStack\App\Model; class SearchTerm extends Model { protected $fillable = ['term', 'entity_id', 'entity_type', 'score']; public $timestamps = false; /** * Get the entity that this term belongs to. * * @return \Illuminate\Database\Eloquent\Relations\MorphTo */ public function entity() { return $this->morphTo('entity'); } }