浏览代码

得润宝

cqp 10 小时之前
父节点
当前提交
5cbfd5885d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Model/Record.php

+ 1 - 1
app/Model/Record.php

@@ -6,7 +6,7 @@ use Illuminate\Database\Eloquent\Model;
 
 class Record extends Model
 {
-    protected $table = "record"; //指定表
+    protected $table = "record";
     const CREATED_AT = 'crt_time';
     const UPDATED_AT = 'upd_time';
     protected $dateFormat = 'U';