zxhxx 3 سال پیش
والد
کامیت
38df46064e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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;
         }