I have array 1:
Array ( [0] => Array ( [recomendation_id] => 3588 [employee_id] => 90141063
You can use array_merge_recursive function
$result = array_merge_recursive($array1, $array2);