From abec5e48611b9a4221fc38f9220b77abf710ab2b Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Fri, 21 Jun 2019 14:04:45 -0600 Subject: [PATCH] Update Profile model --- app/Profile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Profile.php b/app/Profile.php index 57aadb4c6..aec219cc6 100644 --- a/app/Profile.php +++ b/app/Profile.php @@ -13,6 +13,7 @@ class Profile extends Model protected $dates = ['deleted_at']; protected $hidden = ['private_key']; protected $visible = ['id', 'user_id', 'username', 'name']; + protected $fillable = ['user_id']; public function user() {