Usability fixes

This commit is contained in:
Deon George
2021-07-02 23:19:50 +10:00
parent 4522f26bf3
commit 64fd264427
8 changed files with 47 additions and 14 deletions

View File

@@ -26,6 +26,11 @@ class Address extends Model
/* RELATIONS */
public function children()
{
return $this->belongsTo(self::class,'id','hub_id');
}
public function system()
{
return $this->belongsTo(System::class);