Zory 1 settimana fa
parent
commit
3a2efe8e8f
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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());
         }
     }