Enabled akas() method to only show current active akas. Should fix the link register netmail from polling an invalid FTN id.
This commit is contained in:
@@ -40,6 +40,12 @@ class System extends Model
|
||||
->FTNorder();
|
||||
}
|
||||
|
||||
public function akas()
|
||||
{
|
||||
return $this->hasMany(Address::class)
|
||||
->active();
|
||||
}
|
||||
|
||||
public function logs()
|
||||
{
|
||||
return $this->hasMany(SystemLog::class);
|
||||
|
Reference in New Issue
Block a user