From 3b7127ba325f8a10a3924d7a9b28f1d2c99a24ca Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sat, 3 Nov 2018 21:18:54 -0600 Subject: [PATCH] Update Like model --- app/Like.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Like.php b/app/Like.php index e85d248c0..94d8d57b9 100644 --- a/app/Like.php +++ b/app/Like.php @@ -15,6 +15,7 @@ class Like extends Model * @var array */ protected $dates = ['deleted_at']; + protected $fillable = ['profile_id', 'status_id']; public function actor() {