$owner_country

This commit is contained in:
CHIEFSOFT\ameye
2024-10-18 22:13:53 -04:00
parent 75dd4bcc01
commit 7d307be2b8
+2 -2
View File
@@ -234,8 +234,8 @@ class WrenchWallet extends BaseController
if ( count($out["result_list"])> 0 ){
$owner_country = $out["result_list"][0]['owner_country'];
$wallet_country = $first_names = array_column($owner_country , 'country');;
$auxWallet = $this->auxiliaryWallets($wallet_country);
// $wallet_country = $first_names = array_column($owner_country , 'country');;
$auxWallet = $this->auxiliaryWallets($owner_country);
foreach ($auxWallet as $item){
$out["result_list"][] = $item;
}