@@ -42,7 +42,7 @@ function cwp7_ConfigOptions() {
->select('hostname', 'accesshash')
->where('id', $serverIDs)
->where('active', '=', 1)
- ->get()
+ ->first()
->toArray();