Browse Source

Update UserSetting model

Daniel Supernault 6 năm trước cách đây
mục cha
commit
a4d3f55efc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'];
 }