Browse Source

Update UserSetting model

Daniel Supernault 6 years ago
parent
commit
a4d3f55efc
1 changed files with 1 additions and 1 deletions
  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'];
 }