Mike 4 년 전
부모
커밋
90a35ae9e9
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      app/Helpers/functions.php

+ 2 - 0
app/Helpers/functions.php

xqd
@@ -203,6 +203,8 @@ if (!function_exists('get_user_distance')) {
         $coordinate = get_user_coordinate($user);
         $data = get_distance($coordinate['latitude'], $coordinate['longitude'], $lat, $lng);
         return $data;
+    }
+}{
 
 if (!function_exists('numBirthday')){
     /**