Mail routing parent/children, domain name validation, nodelist import changes and other fixes
This commit is contained in:
@@ -25,7 +25,10 @@ class Zone extends Model
|
||||
|
||||
public function addresses()
|
||||
{
|
||||
return $this->hasMany(Address::class);
|
||||
return $this->hasMany(Address::class)
|
||||
->active()
|
||||
->FTNorder()
|
||||
->with(['system.sessions','system.setup','zone.domain']);
|
||||
}
|
||||
|
||||
public function domain()
|
||||
|
Reference in New Issue
Block a user