zxhxx 3 lat temu
rodzic
commit
38df46064e
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
         }