Przeglądaj źródła

Update UserSetting model

Daniel Supernault 6 lat temu
rodzic
commit
a4d3f55efc
1 zmienionych plików z 1 dodań i 1 usunięć
  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'];
 }