瀏覽代碼

常用菜单 时间字段保存到缓存

ANG YU 5 年之前
父節點
當前提交
9dbc6076b4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/UserVisitMenuLog.php

+ 1 - 1
app/UserVisitMenuLog.php

@@ -9,6 +9,6 @@ class UserVisitMenuLog extends Model
 {
     use ModelTimeFormat;
     protected $fillable=[
-        'user_id','menu_id',
+        'user_id','menu_id','created_at','updated_at',
     ];
 }