|
...
|
...
|
@@ -431,7 +431,7 @@ class WebTraffic extends Command |
|
|
|
$query->whereIn('ip_area', $main_countries);
|
|
|
|
}
|
|
|
|
if($filter_countries){
|
|
|
|
$query->whereNotIn('ip_area', $main_countries);
|
|
|
|
$query->whereNotIn('ip_area', $filter_countries);
|
|
|
|
}
|
|
|
|
})->inRandomOrder()->first();
|
|
|
|
if(!$ipdata){
|
...
|
...
|
|