Start to show more information on network homepage
This commit is contained in:
@@ -17,5 +17,8 @@ class Zone extends Model
|
||||
return $this->belongsTo(Domain::class);
|
||||
}
|
||||
|
||||
|
||||
public function system()
|
||||
{
|
||||
return $this->belongsTo(System::class);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user