Rework address roles, making Address::role optional, rework determining uplink/downlinks/parent/children
This commit is contained in:
@@ -58,8 +58,7 @@ class Echoarea extends Model
|
||||
|
||||
public function addresses_active()
|
||||
{
|
||||
return $this->belongsToMany(Address::class)
|
||||
->activeFTN();
|
||||
return $this->belongsToMany(Address::class);
|
||||
}
|
||||
|
||||
public function domain()
|
||||
|
Reference in New Issue
Block a user