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