Show users hub connection details for their domains
This commit is contained in:
@@ -86,6 +86,7 @@ class User extends Authenticatable implements MustVerifyEmail
|
||||
->where('zones.domain_id',$o->id);
|
||||
})
|
||||
->where('system_user.user_id',$this->id)
|
||||
->activeFTN()
|
||||
->with(['zone.domain'])
|
||||
->get();
|
||||
}
|
||||
|
Reference in New Issue
Block a user