zxhxx hace 3 años
padre
commit
38df46064e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/models/store/StoreGp.php

+ 1 - 1
app/models/store/StoreGp.php

@@ -98,7 +98,7 @@ class StoreGp extends BaseModel
             return true;
         }catch (Exception $e)
         {
-            dump($e);
+            echo $e->getFile().'--'.$e->getLine().'--'.$e->getMessage();
             return false;
         }