xiaogang hace 4 años
padre
commit
399e7e3621
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      app/Services/DynamicService.php

+ 2 - 2
app/Services/DynamicService.php

xqd
@@ -181,8 +181,8 @@ class DynamicService
             }
 
         }else{
-            $lat = "0";
-            $lng = "0";
+            $lat = 0;
+            $lng = 0;
         }
 
         $dynamic = DynamicModel::query();