xiaogang 3 năm trước cách đây
mục cha
commit
6144bb84b1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Services/DynamicService.php

+ 1 - 1
app/Services/DynamicService.php

xqd
@@ -247,7 +247,7 @@ class DynamicService
             }else{
                 $distance = GetDistance($lat,$lng,$v['latitude'],$v['longitude']);
             }
-            dd($distance);
+            var_dump($distance);die;
             if($distance>=1){
                 $distance = round($distance);
             }else{