zxhxx 3 tahun lalu
induk
melakukan
38df46064e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;
         }