Start to show more information on network homepage

This commit is contained in:
Deon George
2021-06-19 11:59:01 +10:00
parent 68dc704ca0
commit 0db119ab74
3 changed files with 89 additions and 2 deletions

View File

@@ -17,5 +17,8 @@ class Zone extends Model
return $this->belongsTo(Domain::class);
}
public function system()
{
return $this->belongsTo(System::class);
}
}