diff --git a/app/Models/Address.php b/app/Models/Address.php index db189d9..7bdee9b 100644 --- a/app/Models/Address.php +++ b/app/Models/Address.php @@ -209,7 +209,7 @@ class Address extends Model $o = $query ->where('region_id',$ftn['n']) ->where('host_id',$ftn['n']) - ->with(['system:id,active,name,address']) + ->with(['system:id,active,name,address,pkt_msgs']) ->first(); // Look for a normal address @@ -224,7 +224,7 @@ class Address extends Model }) ->orWhere('host_id',$ftn['n']); }) - ->with(['system:id,active,name,address']) + ->with(['system:id,active,name,address,pkt_msgs']) ->first(); // Check and see if we are a flattened domain, our address might be available with a different zone.