$owner_country
This commit is contained in:
@@ -234,8 +234,8 @@ class WrenchWallet extends BaseController
|
|||||||
|
|
||||||
if ( count($out["result_list"])> 0 ){
|
if ( count($out["result_list"])> 0 ){
|
||||||
$owner_country = $out["result_list"][0]['owner_country'];
|
$owner_country = $out["result_list"][0]['owner_country'];
|
||||||
$wallet_country = $first_names = array_column($owner_country , 'country');;
|
// $wallet_country = $first_names = array_column($owner_country , 'country');;
|
||||||
$auxWallet = $this->auxiliaryWallets($wallet_country);
|
$auxWallet = $this->auxiliaryWallets($owner_country);
|
||||||
foreach ($auxWallet as $item){
|
foreach ($auxWallet as $item){
|
||||||
$out["result_list"][] = $item;
|
$out["result_list"][] = $item;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user