Implemented filefix %SCAN/%RESCAN, and some cosmetic cleanup
This commit is contained in:
@@ -190,6 +190,7 @@ class File extends Model
|
||||
public function seenby()
|
||||
{
|
||||
return $this->belongsToMany(Address::class,'file_seenby')
|
||||
->dontCache()
|
||||
->ftnOrder();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user