Zory hace 1 semana
padre
commit
3a2efe8e8f
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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());
         }
     }