Added FTN list, System View
This commit is contained in:
@@ -176,6 +176,11 @@ class Address extends Model
|
||||
->withPivot(['sent_at','export_at','packet']);
|
||||
}
|
||||
|
||||
public function echomail_from()
|
||||
{
|
||||
return $this->hasMany(Echomail::class,'fftn_id','id');
|
||||
}
|
||||
|
||||
/**
|
||||
* Files that this address has seen
|
||||
*
|
||||
|
Reference in New Issue
Block a user