Update UserSetting model

This commit is contained in:
Daniel Supernault 2018-10-24 12:19:50 -06:00
parent edd62b2712
commit a4d3f55efc
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

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