浏览代码

Update UserSetting model

Daniel Supernault 6 年之前
父节点
当前提交
a4d3f55efc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/UserSetting.php

+ 1 - 1
app/UserSetting.php

@@ -6,5 +6,5 @@ use Illuminate\Database\Eloquent\Model;
 
 class UserSetting extends Model
 {
-    //
+    protected $fillable = ['user_id'];
 }