removed extra b
This commit is contained in:
@@ -267,7 +267,7 @@ class WrenchWallet extends BaseController
|
|||||||
// $wallet_country = $first_names = array_column($owner_country , 'country');;
|
// $wallet_country = $first_names = array_column($owner_country , 'country');;
|
||||||
$auxWallet = $this->auxiliaryWallets($owner_country);
|
$auxWallet = $this->auxiliaryWallets($owner_country);
|
||||||
foreach ($auxWallet as $item){
|
foreach ($auxWallet as $item){
|
||||||
$out["result_list"][] = $item;
|
// $out["result_list"][] = $item;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
log_message('critical', "***** ***** WrenchJobs::getWallet Ret ");
|
log_message('critical', "***** ***** WrenchJobs::getWallet Ret ");
|
||||||
|
|||||||
Reference in New Issue
Block a user