zory 2 minggu lalu
induk
melakukan
9d36791f8e
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  1. 3 0
      app/controller/mini/Notify.php

+ 3 - 0
app/controller/mini/Notify.php

@@ -77,6 +77,9 @@ class Notify extends Base
             }
             return json($return);
         } catch (\Throwable $e) {
+            echo $e->getMessage()."\n";
+            echo $e->getFile()."\n";
+            echo $e->getLine()."\n";
             return error($e->getMessage());
         }
     }