Zory há 1 semana atrás
pai
commit
3a2efe8e8f
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      app/controller/mini/Order.php

+ 2 - 0
app/controller/mini/Order.php

@@ -89,6 +89,8 @@ class Order extends Base
                 "order"     => $order
             ]);
         } catch (\Throwable $throwable) {
+            echo $throwable->getLine()."\n";
+            echo $throwable->getFile()."\n";
             return error($throwable->getMessage());
         }
     }