Usability fixes
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user