@@ -36,11 +36,13 @@ if(!filter_var($accountName, FILTER_VALIDATE_EMAIL)) {
$zmAuthPIDs = Capsule::table('tblproducts')
->select('id')
->where('gid', zmAuthGids)
- ->get();
+ ->get()
+ ->toArray();
$hostingIDs = Capsule::table('tblhosting')
->where('packageid', $zmAuthPIDs)
logModuleCall(
'zimbrasingle',