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

+ 2 - 3
app/Helpers/functions.php

xqd
@@ -35,9 +35,8 @@ if (!function_exists('exit_out')) {
         }
 
         $json = json_encode($out, JSON_UNESCAPED_UNICODE);
-        echo $json;
-        die();
-        //throw new ExitOutException($json);
+
+        throw new ExitOutException($json);
     }
 }